]> code.delx.au - gnu-emacs/blob - lisp/gnus/ChangeLog
9801c459467ed284815c65b79ede1c0f07551772
[gnu-emacs] / lisp / gnus / ChangeLog
1 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
4 variable for debugging bug#464 and bug#1174.
5 (nnimap-demule): Use it.
6
7 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8
9 * message.el (message-send-mail): Just set the buffer to unibyte
10 rather than use mm-with-unibyte-current-buffer which does a lot more.
11 (message-send-mail-partially): Don't bother with
12 mm-with-unibyte-current-buffer since it's already been made unibyte by
13 message-send-mail.
14
15 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
16
17 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
18
19 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
20
21 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
22
23 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
24
25 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
26 require itself and to remove `with-no-warnings'.
27
28 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
29
30 * starttls.el (starttls-any-program-available): Get the name of the
31 available TLS layer program.
32 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
33 well as the host name in the "opening" message.
34
35 * auth-source.el (auth-source-cache, auth-source-do-cache)
36 (auth-source-user-or-password): Cache passwords and logins by default,
37 allow override with `auth-source-do-cache'.
38 (auth-source-forget-user-or-password): Allow users to remove cache
39 entries if needed.
40
41 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
42
43 * ietf-drums.el (ietf-drums-remove-comments): Localize second
44 condition-case to only the forward-sexp call.
45
46 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
47
48 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
49 quotes contained. Make it more robust regardless by an extra
50 condition-case wrapper.
51
52 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
53
54 * nnml.el (nnml-request-expire-articles): Check if the function set to
55 `nnmail-expiry-target' returns the symbol `delete'.
56
57 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
58
59 * nnmail.el (nnmail-expiry-target): Fix custom type.
60
61 2008-10-02 Glenn Morris <rgm@gnu.org>
62
63 * mm-util.el (mm-codepage-setup): Tweak codepage error.
64 Silence compiler warning.
65
66 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
67
68 * mml.el (mml-menu): Don't assume mml2015 is bound.
69
70 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
71
72 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
73 exists.
74
75 2008-09-27 Glenn Morris <rgm@gnu.org>
76
77 * gnus-util.el (mail-header-remove-comments): Autoload it.
78
79 2008-09-27 Andreas Schwab <schwab@suse.de>
80
81 * gnus-util.el (gnus-split-references): Strip comments.
82 (gnus-parent-id): Likewise.
83
84 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
85
86 * message.el (message-confirm-send): Fix version.
87
88 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
89
90 * message.el (message-idna-to-ascii-rhs-1): Use
91 mail-extract-address-components rather than mail-header-parse-addresses
92 that is an alias by default to ietf-drums-parse-addresses that does not
93 support non-ASCII names in headers' contents.
94
95 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
96
97 * message.el (message-confirm-send): Fixed variable documentation to
98 avoid the "y/n" wording.
99
100 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
101
102 * message.el (message-set-auto-save-file-name): Save to a different
103 filename so multiple messages (especially drafts) can be recovered.
104
105 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
106
107 * message.el (message-confirm-send): Add appropriate version.
108
109 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
110
111 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
112 defvar.
113
114 2008-09-22 Daiki Ueno <ueno@unixuser.org>
115
116 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
117 (mm-pkcs7-enveloped-magic): Ditto.
118
119 2008-09-17 Simon Josefsson <simon@josefsson.org>
120
121 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
122 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
123
124 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
125
126 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
127 default, it's better.
128
129 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
130
131 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
132 summary line gnus-number property and ignore them (with a warning
133 message).
134
135 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
136
137 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
138 macro caddr in the interactive form since it won't be expanded.
139
140 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
141
142 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
143 `charset'; fix name of function called recursively.
144 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
145
146 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
147
148 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
149 (gnus-mime-set-charset-parameters): New function.
150 (gnus-mime-view-part-as-charset): Use it to correctly display part
151 specifying wrong charset.
152
153 2008-09-08 David Engster <dengste@eml.cc>
154
155 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
156 in completing-read for back end server.
157
158 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
159
160 * message.el (message-confirm-send): New variable to confirm sending a
161 message.
162 (message-send): Use it.
163
164 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
165
166 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
167
168 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
169
170 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
171
172 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
173
174 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
175 prevent tracking too many groups.
176 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
177 Use it.
178
179 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
180
181 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
182 moving point to the bottom of the window in order to avoid recentering.
183
184 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
185
186 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
187 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
188 (gnus-article-beginning-of-window): Fix calculation.
189
190 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
191
192 * gnus-msg.el (gnus-summary-supersede-article)
193 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
194 value of gnus-newsgroup-charset to decode non-MIME encoded text in
195 message header.
196
197 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
198
199 * message.el:
200 * gnus-start.el:
201 * gnus-registry.el: Remove VMS support.
202
203 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
204
205 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
206 macro.
207 (rfc2104-hash): Use it.
208
209 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
210
211 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
212 (gnus-summary-sort-by-most-recent-date): New commands.
213 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
214 and menu entries.
215
216 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
217
218 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
219 don't redisplay article for raw contents; remove plural articles stuff.
220
221 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
222 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
223 on gnus-summary-save-article; display results properly.
224
225 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
226
227 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
228
229 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
230
231 * gnus-art.el (gnus-summary-save-in-pipe): Consider
232 gnus-save-all-headers.
233
234 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
235
236 * gnus-util.el (ns-focus-frame): Remove declaration.
237 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
238 like x.
239
240 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
241
242 * rfc2104.el (rfc2104-zero): Delete defconst.
243 (rfc2104-hex-alist): Likewise.
244 (rfc2104-hex-to-int): Delete func.
245 (rfc2104-hexstring-to-bitstring): Likewise.
246 (rfc2104-nybbles): New defconst.
247 (rfc2104-hash): Rewrite for speed.
248
249 2008-07-16 Glenn Morris <rgm@gnu.org>
250
251 * gnus-util.el (ns-focus-frame): Declare for compiler.
252
253 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
254
255 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
256 set as a group parameter.
257 (gnus-summary-save-in-pipe): Work when it is called independently.
258 (gnus-summary-pipe-to-muttprint): Don't modify
259 gnus-summary-pipe-output-default-command.
260
261 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * message.el (message-send-mail-with-sendmail):
264 Display the error message.
265
266 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
267
268 * gnus-art.el (gnus-default-article-saver):
269 Add gnus-summary-save-in-pipe to choices.
270 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
271 gnus-summary-pipe-output-default-command as the default command.
272 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
273 instead of gnus-last-shell-command.
274
275 * gnus-sum.el (gnus-summary-pipe-output-default-command):
276 New user option.
277 (gnus-summary-muttprint-program): Mention the value will be changed.
278 (gnus-summary-save-article): Force showing of all headers.
279 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
280
281 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
282
283 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
284
285 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
286
287 * nnimap.el (nnimap-id):
288 * sieve-manage.el (sieve-manage-open): Doc fixes.
289
290 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
291
292 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
293 if available.
294
295 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
296
297 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
298
299 * nnkiboze.el (nnkiboze-generate-group):
300 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
301
302 * nnmairix.el: Require CL.
303
304 2008-06-15 David Engster <dengste@eml.cc>
305
306 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
307
308 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
309
310 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
311 New macros that expand to an `aset'/`aref' call under Emacs, and to a
312 runtime choice under XEmacs.
313
314 * gnus-sum.el (gnus-summary-set-display-table):
315 Use `gnus-put-display-table', `gnus-get-display-table',
316 `gnus-set-display-table' for the display table, instead of `aset'.
317
318 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
319
320 * nnmairix.el: Add autoloads.
321
322 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
323
324 * nnmairix.el (nnmairix-delete-recreate-group)
325 (nnmairix-update-and-clear-marks): Fix error messages.
326
327 2008-06-14 David Engster <dengste@eml.cc>
328
329 * nnmairix.el: Upgrade to version 0.6.
330 (nnmairix-group-toggle-propmarks-this-group)
331 (nnmairix-group-toggle-readmarks-this-group)
332 (nnmairix-group-delete-recreate-this-group)
333 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
334 (nnmairix-remove-tick-mark-original-article): New commands.
335 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
336 (nnmairix-propagate-marks-to-nnmairix-groups)
337 (nnmairix-only-use-registry, nnmairix-allowfast-default)
338 (nnmairix-marks-cache, nnmairix-version-output): New variables.
339 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
340 functions needed for marks propagation and manipulation of read marks.
341 (nnmairix-update-groups): New function.
342 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
343 (nnmairix-determine-original-group-from-registry)
344 (nnmairix-determine-original-group-from-path)
345 (nnmairix-get-group-from-file-path, nnmairix-map-range)
346 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
347 New helper functions.
348 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
349 keystrokes for new commands.
350 (nnmairix-delete-and-create-on-change): Doc string cleanup.
351 (nnmairix-request-group): Check allow-fast group parameter.
352 (nnmairix-request-create-group): Set allow-fast group parameter if
353 nnmairix-allowfast-default is set.
354 (nnmairix-close-group): Propagate marks upon closing if needed.
355 (nnmairix-group-toggle-threads-this-group): Use new.
356 nnmairix-group-toggle-parameter helper function.
357 (nnmairix-search): Better check for empty search result.
358 (nnmairix-goto-original-article): Use new helper functions for
359 determining original article.
360 (nnmairix-show-original-article): Make sure message-id is in brackets.
361 (nnmairix-call-mairix-binary): Change variable name.
362 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
363 helper function.
364 (nnmairix-widget-toggle-activate): Fix doc string.
365
366 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
367
368 * nnir.el: Require edmacro when compiling with XEmacs.
369 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
370 available in Emacs 21.
371
372 2008-06-11 Glenn Morris <rgm@gnu.org>
373
374 * gnus-util.el (x-focus-frame):
375 * gnus.el (image-size):
376 * mm-decode.el (image-size): Declare.
377
378 * gnus-picon.el (declare-function): Add compat definition.
379 (image-size): Declare.
380
381 * gnus-group.el (tool-bar-map):
382 * gnus-sum.el (tool-bar-map): Define for compiler.
383
384 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
385
386 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
387
388 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
389 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
390 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
391 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
392 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
393 * sieve-manage.el, spam-report.el, spam.el:
394 Remove unnecessary eval-and-compile of autoloads.
395
396 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
397
398 * auth-source.el: Precise Tramp doc.
399
400 2008-06-07 Glenn Morris <rgm@gnu.org>
401
402 * nnmairix.el: Remove unnecessary eval-when-compile.
403
404 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
405
406 * nnir.el: New file.
407
408 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * gnus-util.el (gnus-read-shell-command): New function.
411 * mm-decode.el (mm-pipe-part):
412 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
413
414 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
415
416 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
417
418 2008-06-03 Glenn Morris <rgm@gnu.org>
419
420 * pop3.el (nnheader-accept-process-output): Autoload it.
421
422 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
423
424 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
425 are not 2-digit hexadecimal characters that follow `%'s.
426
427 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
428
429 * message.el (message-bogus-recipient-p): Fix type in doc string.
430 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
431 (message-bogus-addresses): Rename from message-bogus-address-regexp.
432 Improve custom options.
433 (message-bogus-recipient-p): Adjust accordingly.
434
435 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
436
437 * nnmairix.el: Require edmacro when compiling with XEmacs.
438
439 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
440
441 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
442 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
443
444 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
445
446 * auth-source.el: Add more docs.
447
448 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
449
450 * nnheader.el (nnheader-read-timeout): Change the default timeout from
451 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
452 retrieval faster in some cases, but might make CPU usage larger. If
453 this has any bad side effects, we might revert this change.
454
455 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
456 seems to make mail retrieval much, much faster.
457 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
458 unconditionally.
459
460 * gnus-draft.el (gnus-group-send-queue): Bind
461 message-send-mail-partially-limit to nil to avoid being prompted.
462
463 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
464
465 * mml.el (mml-attach-buffer): Prompt for `disposition'.
466
467 * message.el (message-bogus-address-regexp): Fix and improve custom
468 type.
469 (message-setup-hook): Add message-check-recipients as custom option.
470
471 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
472
473 * message.el (message-cite-function): Remove bogus autoload which crept
474 in during merge from v5-10.
475
476 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
477
478 * nnimap.el (nnimap-open-connection): Fix login/password bug.
479
480 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
481
482 * auth-source.el: Preliminary Tramp docs.
483 (auth-sources): Change the default auth-sources to use
484 EPA .gpg files.
485
486 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
487
488 * nntp.el: Autoload `auth-source-user-or-password'.
489 (nntp-send-authinfo): Use it.
490
491 * nnimap.el: Autoload `auth-source-user-or-password'.
492 (nnimap-open-connection): Use it.
493
494 * auth-source.el: Added docs on using with url-auth. Import gnus-util
495 for the gnus-message function.
496 (auth-source-user-or-password): Use it.
497
498 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
499
500 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
501 rfc2104-hexstring-to-byte-list. Return a unibyte string.
502 (rfc2104-hash): Use it.
503
504 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
505
506 * gnus-art.el (gnus-article-toggle-truncate-lines):
507 Don't use `iff' in docstring.
508
509 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
510
511 * gnus-registry.el: Adjusted copyright dates and added a keyword.
512
513 * gnus-util.el (gnus-extract-address-component-name)
514 (gnus-extract-address-component-email): Convenience functions around
515 `gnus-extract-address-components'.
516
517 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
518 Use `gnus-extract-address-component-email' to fix bug of comparing full
519 sender name to `user-mail-address'.
520
521 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
522
523 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
524 catch/throw to optimize.
525 (gnus-registry-find-keywords): Just use member to find a keyword.
526
527 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
528
529 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
530 is current before calling gnus-server-prepare.
531 (gnus-server-setup-buffer, gnus-server-update-server)
532 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
533
534 2008-05-04 Juri Linkov <juri@jurta.org>
535
536 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
537 (mailcap-file-default-commands): Use mailcap-replace-in-string
538 instead of replace-regexp-in-string, and mailcap-delete-duplicates
539 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
540
541 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
542
543 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
544
545 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
546
547 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
548 hooks.
549 (gnus-update-read-articles): Speed up non-marks-using users.
550 (gnus-use-marks): Define gnus-use-marks.
551 (gnus-propagate-marks): Rename variable to something more sensible.
552
553 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
554
555 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
556 (gmm-image-load-path-for-library): Fix typos in docstrings.
557 (gmm-message): Reflow docstring.
558
559 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
560
561 * mail-source.el (mail-source-set-1, mail-source-bind):
562 Move auth-source code out of the macro to clean it up and fix bugs.
563
564 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
565
566 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
567 by sender if it's equal to user-mail-address, it's likely to be
568 useless.
569
570 * mail-source.el (mail-source-bind): Don't use user or password if they
571 are not bound. Unintern them if they are nil. Don't use server unless
572 it's bound, and default it to empty string otherwise.
573
574 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
575
576 * mail-source.el: Load auth-source.el.
577 (mail-source-bind): Add comments. Call auth-source-user-or-password to
578 get user name or password, if auth-sources is set up.
579
580 * gnus-registry.el (gnus-registry-split-strategy): New variable for
581 strategy of splitting with parent.
582 (gnus-registry-split-fancy-with-parent)
583 (gnus-registry-post-process-groups): Use it and fix prior
584 bug (returning a list as the split result).
585
586 * auth-source.el (auth-sources): Remove server parameter.
587 (auth-source-pick, auth-source-user-or-password)
588 (auth-source-user-or-password-imap)
589 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
590 (auth-source-user-or-password-sftp)
591 (auth-source-user-or-password-smtp): Remove server parameter.
592
593 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
594
595 * smime.el (smime-sign-region, smime-encrypt-region)
596 (smime-decrypt-region):
597 Remove redundant calls to `generate-new-buffer-name'.
598
599 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
600
601 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
602 Don't use QP for message/rfc822.
603 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
604
605 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
606
607 * sieve-manage.el (sieve-string-bytes): Remove.
608 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
609 correct byte-length only if the process's coding-system is the same as
610 the one used internally by Emacs to represent strings.
611
612 2008-04-22 Juri Linkov <juri@jurta.org>
613
614 * mailcap.el (mailcap-file-default-commands): New function.
615
616 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
617
618 * message.el (message-signature-separator, message-cite-function):
619 Change custom version.
620
621 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
622
623 * mm-decode.el (mm-display-external): Make temp file read-only.
624
625 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
626
627 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
628 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
629 `C-c C-f d'.
630
631 2008-04-12 Adrian Aichner <adrian@xemacs.org>
632
633 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
634
635 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
636
637 * auth-source.el: Added docs.
638 (auth-sources): Modify format to support server.
639 (auth-source-pick, auth-source-user-or-password)
640 (auth-source-user-or-password-imap)
641 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
642 (auth-source-user-or-password-sftp)
643 (auth-source-user-or-password-smtp): Add server parameter.
644
645 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
646
647 * gnus-registry.el: Initialize the registry when gnus-registry-install
648 is t.
649
650 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
651
652 * compface.el (uncompface): Make buffer unibyte.
653
654 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
655
656 * mail-source.el (mail-source-value):
657 Prefer fboundp to functionp so it works with macros as well.
658
659 2008-04-05 Glenn Morris <rgm@gnu.org>
660
661 * gnus-ems.el (mm-disable-multibyte): Autoload it.
662
663 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
664
665 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
666 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
667
668 * nnheader.el (nnheader-init-server-buffer): Change buffer's
669 multibyteness after rather than before erasing it.
670
671 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
672 mm-with-multibyte.
673 (gnus-request-article-this-buffer): Make sure the proper decoding is
674 used if gnus-original-article-buffer happens to be unibyte.
675
676 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
677 default-enable-multibyte-characters.
678
679 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
680 default-enable-multibyte-characters.
681
682 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
683
684 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
685
686 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
687
688 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
689 Fix last change in case the element is not even a symbol.
690
691 2008-04-02 Simon Josefsson <simon@josefsson.org>
692
693 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
694 imap-enable-exchange-bug-workaround.
695 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
696
697 2008-04-01 Simon Josefsson <simon@josefsson.org>
698
699 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
700 a 100 byte status-checks into a 2-3MB transfer for each group.
701 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
702 to enable bug workaround or not.
703 (nnimap-find-minmax-uid): Only enable workaround conditionally.
704
705 2008-03-31 Glenn Morris <rgm@gnu.org>
706
707 * message.el (mml2015-use): Declare for compiler.
708 (message-info): Require mml2015 when appropriate.
709
710 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
711
712 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
713 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
714 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
715 (nntp-service-to-port): New function.
716 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
717 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
718 (nntp-open-netcat-stream): New function.
719 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
720
721 2008-03-29 Sven Joachim <svenjoac@gmx.de>
722
723 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
724
725 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
726
727 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
728
729 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
730
731 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
732
733 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
734
735 * message.el (message-signature-separator): Change default.
736 Improve custom type.
737 (message-cite-function): Change default to
738 message-cite-original-without-signature.
739
740 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
741 toggle.
742
743 * message.el (message-check-news-body-syntax): Fix signature check.
744 (message-setup-1): Mark buffer as unmodified _after_ running
745 message-setup-hook and handling message-alternative-emails.
746 (message-shorten-references): Be more strict when building list of
747 valid references to comply with GNKSA.
748
749 * gnus-group.el (gnus-read-ephemeral-bug-group)
750 (gnus-read-ephemeral-debian-bug-group)
751 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
752
753 * message.el (message-info): Don't use booleanp which isn't supported
754 in Emacs 21 and XEmacs.
755
756 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
757
758 * gnus-group.el (gnus-gmane-group-download-format): Rename from
759 gnus-group-gmane-group-download-format.
760 (gnus-group-read-ephemeral-gmane-group): Rename from
761 gnus-group-read-ephemeral-gmane-group.
762 (gnus-read-ephemeral-gmane-group-url): Rename from
763 gnus-group-read-ephemeral-gmane-group-url.
764 (gnus-bug-group-download-format-alist): New variable.
765 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
766 (gnus-read-ephemeral-emacs-bug-group): New commands.
767
768 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
769
770 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
771 (gnus-visible-headers): Improve custom type.
772
773 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
774
775 * mml.el (mml-menu): Add workarounds for XEmacs.
776
777 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
778 X-Boundary header.
779
780 * message.el (message-simplify-recipients): Fix previous commit.
781
782 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
783
784 * mm-util.el (mm-set-buffer-multibyte): New function.
785 * mm-decode.el (mm-copy-to-buffer): Use it.
786
787 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
788 Prefer fboundp to functionp so it works with macros as well.
789
790 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
791
792 * message.el (message-alter-recipients-discard-bogus-full-name):
793 New function.
794 (message-alter-recipients-function): New variable.
795 (message-get-reply-headers): Use it.
796 (message-replace-header): New helper function.
797 (message-recipients-without-full-name): New variable.
798 (message-simplify-recipients): New command.
799
800 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
801
802 * message.el (message-info): Handle EasyPG manual.
803
804 * mml.el (mml-menu): Add entry for EasyPG.
805
806 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
807
808 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
809 parameter.
810
811 * message.el (message-disassociate-draft): Specify drafts group name
812 fully.
813
814 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
815
816 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
817 unnecessary duplicates from the match list.
818
819 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
820
821 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
822 args of `how-many' of which the XEmacs version doesn't take; declare
823 Info-index-next as function.
824
825 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
826
827 * gnus-score.el (gnus-score-headers): Fix handling of
828 gnus-inhibit-slow-scoring.
829
830 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
831 string.
832 (gnus-button-url-regexp): Improve handling of parenthesis.
833 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
834 (gnus-button-handle-info-keystrokes): Handle index entries.
835
836 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
837
838 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
839 Incoming* files.
840
841 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
842
843 * auth-source.el (auth-sources): Renamed from auth-source-choices.
844 (auth-source-pick): Use it.
845
846 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
847
848 * auth-source.el (auth-source-protocols)
849 (auth-source-protocols-customize, auth-source-choices): Added and
850 modified variable customizations and defaults.
851 (auth-source-pick, auth-source-user-or-password)
852 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
853 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
854 (auth-source-user-or-password-sftp)
855 (auth-source-user-or-password-smtp): Use new variables and provide an
856 interface to netrc.el.
857
858 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
859
860 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
861 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
862 Make sure the nntp port to specify is a string.
863
864 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
865
866 * nntp.el: Use with-current-buffer.
867 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
868 dubious mm-with-unibyte-current-buffer.
869 (nntp-with-open-group-function): New function extracted from
870 nntp-with-open-group macro.
871 (nntp-with-open-group): Use the function, so it's easier to debug.
872 Add indentation and debugging info.
873 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
874 the use of the netcat alternatives.
875
876 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
877 Avoid mm-string-as-multibyte as well.
878
879 * nnweb.el (nnweb-insert-html):
880 Remove use of nnheader-string-as-multibyte.
881
882 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
883 (nnheader-string-as-multibyte): Remove.
884
885 * mm-view.el: Use inhibit-read-only.
886 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
887 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
888 or unibyte-string.
889
890 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
891 (mm-uu-yenc-extract): Use with-current-buffer.
892
893 * gnus-soup.el (gnus-soup-send-packet): Don't use
894 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
895
896 * nnmh.el: Use with-current-buffer.
897 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
898 mm-string-as-multibyte on the output of mm-encode-coding-string.
899
900 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
901 (nnimap-request-move-article): Use with-current-buffer.
902
903 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
904 inserting the handle-buffer's text, so the implicit multibyte->unibyte
905 conversion uses string-make-unibyte rather than string-as-unibyte.
906
907 * gnus-msg.el: Use with-current-buffer.
908
909 * message.el (message-ignored-resent-headers): Add "Delivered-To".
910
911 2008-03-10 Daiki Ueno <ueno@unixuser.org>
912
913 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
914 string for caching if it is 'PIN.
915
916 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
917
918 * mail-source.el (mail-source-delete-old-incoming-confirm):
919 Change default to nil.
920 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
921
922 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
923
924 * gnus-art.el (gnus-narrow-to-page): Position point properly.
925 (gnus-article-goto-prev-page): Work for articles having ^L's.
926
927 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
928
929 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
930
931 2008-03-07 Karl Fogel <kfogel@red-bean.com>
932
933 * gnus-bookmark.el: Adjust for renames in bookmark.el.
934 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
935 (gnus-bookmark-jump): Adjust some variable names.
936
937 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
938
939 * auth-source.el: New package.
940 (auth-source-choices): Add customization entry point variable.
941
942 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
943 bug.
944
945 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
946
947 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
948 (gnus-registry-initialize, gnus-registry-install-p): Use it.
949 (gnus-registry-install-shortcuts): Rename from
950 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
951 the `gnus-registry-mark-map' keymap dynamically from
952 `gnus-registry-marks'. The generated functions update the summary line
953 when a registry mark is added or deleted, and will call
954 `gnus-registry-install-p' (see the comments in the code).
955 (gnus-registry-user-format-function-M): Use concat intelligently.
956
957 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
958 the registry mark functions.
959
960 2008-03-05 Glenn Morris <rgm@gnu.org>
961
962 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
963 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
964 gnus-art.
965 (top-level): No need to load own source when compiling.
966
967 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
968
969 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
970 Suggested by <chris.anderton@zetnet.co.uk>.
971
972 2008-03-04 Glenn Morris <rgm@gnu.org>
973
974 * gnus-sum.el (top-level): No need to require gnus when compiling,
975 since unconditionally required near start of file.
976 (gnus-summary-display-while-building): Move definition before use.
977
978 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
979
980 * gnus-registry.el (gnus-registry-user-format-function-M): Add
981 formatting function.
982
983 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
984
985 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
986 with plists.
987 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
988 Use new format.
989
990 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
991
992 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
993 `where-is-internal' that returns a range of key sequences.
994
995 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
996
997 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
998
999 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1000 (gnus-summary-jump-to-group): Consider windows on other displayed
1001 frames as well. Similar changes might be needed elsewhere, but that's
1002 the one I've bumped into during my use.
1003
1004 * nndoc.el (nndoc-oe-dbx-type-p):
1005 * gnus-msg.el (gnus-debug):
1006 * gnus-group.el (gnus-update-group-mark-positions):
1007 Use mm-string-to-multibyte.
1008
1009 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
1010
1011 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1012 doesn't handle NotDashEscaped.
1013
1014 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
1015 (mml-dnd-attach-options): Fix typo in custom choice.
1016
1017 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1018 nndoc-article-type to mbox.
1019 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1020
1021 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
1022 to nil, instead of html2text.
1023
1024 * imap.el (imap-debug): Add `imap-ping-server'.
1025
1026 * gnus-bookmark.el: Add FIXMEs.
1027
1028 * message.el (message-form-letter-separator)
1029 (message-send-form-letter-delay): New variables.
1030 (message-send-form-letter): Use them. New command to send form
1031 letters. Requested by Uwe Siart.
1032 (message-send-mail-function): Doc fix. Add "Other" custom option.
1033
1034 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
1035
1036 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1037 empty author.
1038
1039 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
1040
1041 * gnus-registry.el (gnus-registry-marks): Add variable for
1042 customization of marks and their appearance.
1043 (gnus-registry-read-mark): Use it.
1044 (gnus-registry-do-marks): Add utility function to loop through
1045 `gnus-registry-marks'.
1046 (gnus-registry-install-shortcuts-and-menus): Add function to install
1047 shortcuts and menus.
1048 (gnus-registry-initialize): Use it.
1049 (gnus-registry-default-mark): Clarify documentation.
1050
1051 2008-02-29 Glenn Morris <rgm@gnu.org>
1052
1053 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1054 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1055 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1056 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1057 Change defcustom :version from 23.0 to 23.1.
1058
1059 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
1060
1061 * gnus-registry.el (gnus-registry-follow-group-p)
1062 (gnus-registry-post-process-groups): Add functions to aid registry
1063 splitting and improve logging. Clarify behavior in function
1064 documentation.
1065 (gnus-registry-split-fancy-with-parent): Use them.
1066
1067 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * gnus-art.el: Use with-current-buffer.
1070
1071 2008-02-27 David Engster <dengste@eml.cc>
1072
1073 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1074 Express real group name in the response.
1075
1076 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1077
1078 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1079 (nnmairix-last-server, nnmairix-current-server): Defvar them.
1080 (nnmairix-goto-original-article): Defvar gnus-registry-install and
1081 autoload gnus-registry-fetch-group when compiling.
1082 (nnmairix-request-group-with-article-number-correction): Remove
1083 unreferenced argument passed to nnmairix-call-backend.
1084
1085 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1086
1087 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1088 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
1089 Wilde.
1090
1091 2008-02-27 Glenn Morris <rgm@gnu.org>
1092
1093 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1094 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1095 variables to defconsts. Convert comments to doc-strings.
1096 (nnmairix-last-server, nnmairix-current-server): Convert from free
1097 variables to defvars. Convert comments to doc-strings.
1098 (gnus-registry-fetch-group): Autoload.
1099 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1100 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1101 (nnmairix-widget-build-editable-fields): Use car cddr rather than
1102 caddr.
1103 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1104 nnmairix-request-group-with-article-number-correction call.
1105 (nnmairix-fast, nnmairix-group): New, less general names, for free
1106 variables passed from nnmairix-request-group to
1107 nnmairix-request-group-with-article-number-correction. Declare.
1108 (nnmairix-request-group-with-article-number-correction):
1109 Use nnmairix-fast, nnmairix-group rather than fast, group.
1110
1111 2008-02-26 David Engster <dengste@eml.cc>
1112
1113 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
1114 version 0.5.
1115
1116 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
1117
1118 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1119 instead of making an extra function call. Don't add the current group
1120 to articles only when they have the group. Use
1121 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1122 Reported by David <de_bb@arcor.de>.
1123
1124 2008-02-24 Miles Bader <miles@gnu.org>
1125
1126 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1127 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1128 (mm-find-mime-charset-region):
1129 * mm-bodies.el (mm-encode-body):
1130 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1131
1132 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
1133
1134 * mail-source.el (mail-source-delete-incoming): Change default.
1135 Supplement doc string.
1136
1137 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1138
1139 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
1140
1141 * nnmail.el (nnmail-message-id-cache-file): Derive from
1142 `gnus-home-directory'.
1143
1144 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
1145
1146 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1147 Document negative prefix.
1148
1149 * gnus-group.el (gnus-group-read-group): Document negative prefix.
1150
1151 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1152
1153 * message.el (message-unsent-separator): Add the Exim bounce
1154 separator.
1155
1156 2008-02-10 Daiki Ueno <ueno@unixuser.org>
1157
1158 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1159 list.
1160 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1161 recipient/signer list.
1162
1163 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1164
1165 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1166 fbound (Emacs 23 unicode), signal an error.
1167
1168 2008-02-08 Glenn Morris <rgm@gnu.org>
1169
1170 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1171
1172 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1173
1174 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1175 ports to the calls to `netrc-machine-user-or-password' in addition to
1176 "imap" and "imaps".
1177
1178 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1179
1180 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1181 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1182 <hanche@math.ntnu.no>.
1183
1184 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1185
1186 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1187
1188 2008-02-01 Zhang Wei <id.brep@gmail.com>
1189
1190 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1191
1192 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1193
1194 2008-02-01 Miles Bader <miles@gnu.org>
1195
1196 * mml.el (mml-parse-1): Remove apparently vestigial use of
1197 `mm-hack-charsets'.
1198 * mm-bodies.el (mm-encode-body): Likewise.
1199
1200 2008-02-01 Kenichi Handa <handa@m17n.org>
1201
1202 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1203 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1204 (rfc2104-hash): Convert the result of concat to unibyte string.
1205
1206 2008-02-01 Dave Love <fx@gnu.org>
1207
1208 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1209 coding-system-for-read.
1210 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1211
1212 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1213 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
1214 (mm-find-mime-charset-region): Remove hack-charsets stuff.
1215
1216 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
1217
1218 * mail-source.el (mail-sources): Add `group' choice.
1219
1220 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1221 parameter `in-group' to control into which group the articles go.
1222 Add treatment of `group' mail-source.
1223
1224 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1225
1226 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1227 * message.el (message-beginning-of-line): Use featurep instead of bound
1228 tests in order to resolve conditionals at compile time.
1229
1230 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1231
1232 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1233
1234 * mm-decode.el (mm-dissect-buffer): Decode description.
1235
1236 * mml.el (mml-to-mime): Encode message header first.
1237
1238 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1239
1240 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1241 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1242
1243 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1244
1245 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1246
1247 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1248
1249 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1250 prefix keys.
1251 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1252 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1253 gnus-xmas.el.
1254
1255 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1256
1257 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1258 Add new variables for article mark management.
1259 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1260 list of extra data entries which, when present, will indicate that the
1261 article ID should not be trimmed from the registry.
1262 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1263 functions.
1264 (gnus-registry-read-mark): New function to read a mark name from the
1265 user.
1266 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1267 (gnus-registry-set-article-mark-internal): New functions to add and
1268 remove marks.
1269 (gnus-registry-get-article-marks): New function to show the marks for
1270 an article, or retrieve them for further use.
1271
1272 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1273
1274 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1275 keys when no argument is given.
1276
1277 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1278
1279 * gnus-sum.el (gnus-article-sort-by-random)
1280 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1281 jidanni@jidanni.org.
1282
1283 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1284
1285 * gnus-art.el (gnus-article-describe-bindings): New function.
1286 (gnus-article-read-summary-keys): Use it.
1287 (gnus-article-mode-map): Bind `C-h b' to it.
1288
1289 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1290
1291 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1292 XEmacs.
1293 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1294 against non-character events.
1295
1296 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1297
1298 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1299 command.
1300 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1301 instead of END. Change name of the temp file.
1302 (gnus-group-gmane-group-download-format): Add doc string. Make it
1303 customizable.
1304
1305 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1306
1307 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1308 bind `S W' to gnus-article-wide-reply-with-original; set default
1309 binding to gnus-article-read-summary-send-keys.
1310 (gnus-article-read-summary-keys): Fix the order of keys; display
1311 continuation keys correctly in the echo area; describe bindings
1312 correctly when keys end with `C-h'.
1313 (gnus-article-read-summary-send-keys): New function.
1314 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1315 for gnus-article-read-summary-send-keys; display continuation keys
1316 correctly in the echo area.
1317 (gnus-article-reply-with-original): Ignore prefix argument.
1318 (gnus-article-wide-reply-with-original): New function.
1319
1320 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1321
1322 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1323 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1324
1325 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1326
1327 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1328 (gnus-group-read-ephemeral-gmane-group): New command.
1329
1330 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1331
1332 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1333
1334 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1335
1336 * message.el (message-send-mail-function): Increase custom version.
1337
1338 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1339 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1340
1341 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1342
1343 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1344 html parts correctly; support forwarded messages.
1345 (gnus-article-browse-html-article): Remove work buffers.
1346
1347 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1348 compiling.
1349 (netrc-bound-and-true-p): New macro.
1350 (netrc-parse): Use it instead of bound-and-true-p that is not available
1351 in XEmacs 21.4.
1352
1353 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1354
1355 * gnus-registry.el (gnus-registry-mark-article)
1356 (gnus-registry-article-marks): Add functionality to mark articles
1357 through the Gnus registry.
1358
1359 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1360 (netrc-parse): Use encrypt-file-alist to determine if
1361 encrypt-find-model or encrypt-insert-file-contents should be used.
1362
1363 2007-12-19 Glenn Morris <rgm@gnu.org>
1364
1365 * mml.el (message-options-set, message-narrow-to-head)
1366 (message-in-body-p, message-mail-p, message-encode-message-body):
1367 Autoload.
1368 (message-remove-header, message-narrow-to-headers-or-head)
1369 (message-subscribed-p, message-make-mail-followup-to)
1370 (message-position-on-field, message-news-p)
1371 (message-options-set-recipient, message-generate-headers)
1372 (message-sort-headers): Declare as functions.
1373
1374 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1375
1376 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1377 convention in doc string.
1378
1379 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1380
1381 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1382 title to html parts.
1383 (gnus-article-browse-html-article): Pass message header to it.
1384
1385 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1386
1387 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1388
1389 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1390 or password compatible with XEmacs.
1391
1392 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1393
1394 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1395 format document.
1396 (gnus-mime-delete-part): Don't write description line if empty.
1397 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1398
1399 2007-12-14 Johan Bockgård <bojohan@gnu.org>
1400
1401 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1402 (gnus-summary-mark-read-and-unread-as-read)
1403 (gnus-summary-mark-current-read-and-unread-as-read)
1404 (gnus-summary-mark-unread-as-ticked): Doc fix.
1405 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1406
1407 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1408
1409 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1410 Christoph Conrad <christoph.conrad@gmx.de>.
1411
1412 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1413
1414 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1415 yes-or-no-p.
1416
1417 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1418
1419 * mm-decode.el (mm-add-meta-html-tag): New function.
1420 (mm-save-part-to-file, mm-pipe-part): Use it.
1421
1422 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1423 gnus-y-or-n-p instead of y-or-n-p.
1424 (gnus-article-browse-html-parts): Work with message/external-body; use
1425 mm-add-meta-html-tag.
1426
1427 2007-12-11 Glenn Morris <rgm@gnu.org>
1428
1429 * gnus-cache.el: Require gnus-sum not just when compiling.
1430
1431 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1432
1433 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1434 definitions before use.
1435
1436 * mm-decode.el: Require gnus-util.
1437 (mm-remove-part): Only call delete-annotation on XEmacs.
1438
1439 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1440
1441 * nnmail.el: Require gnus-int.
1442
1443 * spam.el: Move `require's before `eval-when-compile's.
1444
1445 * gnus-ems.el (gnus-alive-p):
1446 * gnus-fun.el (message-goto-eoh):
1447 * gnus-util.el (gnus-group-name-decode):
1448 * mail-source.el (gnus-compress-sequence):
1449 * message.el (Info-goto-node, format-spec):
1450 * mm-bodies.el (message-options-get):
1451 * mm-decode.el (mm-view-pkcs7):
1452 * mm-util.el (gmm-write-region):
1453 * mml-smime.el (mml-compute-boundary)
1454 (gnus-completing-read-with-default):
1455 * mml.el (widget-button-press, gnus-make-hashtable):
1456 * mml1991.el (mm-decode-content-transfer-encoding)
1457 (mm-encode-content-transfer-encoding)
1458 (message-options-get, message-options-set):
1459 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1460 * nnfolder.el (gnus-request-group):
1461 * nnheader.el (ietf-drums-unfold-fws):
1462 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1463 * smime.el (gnus-run-mode-hooks):
1464 * spam-stat.el (gnus-message): Autoload.
1465
1466 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1467 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1468 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1469 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1470 Add declare-function compatibility definition.
1471
1472 * gnus-cache.el (nnvirtual-find-group-art):
1473 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1474 (gnus-add-image, gnus-add-wash-type):
1475 * gnus-group.el (nnkiboze-score-file):
1476 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1477 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1478 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1479 (message-tokenize-header, gnus-get-buffer-create)
1480 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1481 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1482 * gnus.el (gnus-group-decoded-name):
1483 * mail-source.el (imap-capability):
1484 * mm-bodies.el (message-options-set):
1485 * mm-decode.el (gnus-configure-windows):
1486 * mm-extern.el (message-goto-body):
1487 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1488 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1489 (epg-sub-key-validity, message-options-set):
1490 * mml.el (widget-event-point, gnus-configure-windows):
1491 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1492 * mml2015.el (epg-check-configuration, epg-configuration)
1493 (message-options-set):
1494 * nndb.el (nndb-request-article):
1495 * nnfolder.el (gnus-request-create-group):
1496 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1497 * nnmaildir.el (gnus-group-mark-article-read):
1498 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1499 * rfc1843.el (message-fetch-field):
1500 * spam.el (gnus-extract-address-components):
1501 Declare as functions.
1502
1503 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1504
1505 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1506
1507 2007-12-09 Glenn Morris <rgm@gnu.org>
1508
1509 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1510
1511 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1512 * message.el, mm-view.el, sieve-manage, smime.el:
1513 Add declare-function compatibility definition.
1514
1515 * gnus-art.el (w3-region, w3m-region, Info-menu):
1516 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1517 * gnus-sum.el (gnus-get-predicate):
1518 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1519 * message.el (mail-abbrev-in-expansion-header-p):
1520 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1521 (w3m-detect-meta-charset, w3m-region):
1522 * sieve-manage.el (password-read, password-cache-add)
1523 (password-cache-remove):
1524 * smime.el (password-read-and-add): Declare as functions.
1525
1526 2007-12-08 David Kastrup <dak@gnu.org>
1527
1528 * gnus-sum.el (gnus-summary-simplify-subject-query):
1529 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1530 `message'.
1531
1532 2007-12-07 Glenn Morris <rgm@gnu.org>
1533
1534 * gnus-art.el (article-make-date-line): Revert previous change.
1535
1536 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1537
1538 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1539
1540 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1541
1542 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1543 Call gnus-add-to-range ranges only once with a prepared article-list.
1544
1545 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1546
1547 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1548 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1549 group names with backslashes. Reported by Tassilo Horn
1550 <tassilo@member.fsf.org>.
1551
1552 2007-12-06 D. Goel <deego3@gmail.com>
1553
1554 * gnus-art.el (article-make-date-line):
1555 * gnus-start.el (gnus-load):
1556 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1557
1558 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1559
1560 * gnus-art.el (gnus-use-idna)
1561 * gnus-start.el (gnus-site-init-file)
1562 * message.el (message-use-idna)
1563 * mm-uu.el (mm-uu-hide-markers)
1564 * smiley.el (smiley-style): Revert changes that suppress warnings.
1565
1566 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1567
1568 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1569 specify charset to html source. Reported by Christoph Conrad
1570 <christoph.conrad@gmx.de>.
1571
1572 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1573
1574 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1575 idna-program in order to suppress byte compile warning issued by XEmacs
1576 that came to byte compile the default value section of defcustom forms
1577 recently.
1578
1579 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1580 value of installation-directory.
1581
1582 * message.el (message-use-idna): Don't directly refer to the value of
1583 idna-program.
1584
1585 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1586
1587 * smiley.el (smiley-style): Don't directly call face-attribute.
1588
1589 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1590
1591 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1592
1593 * gnus-dired.el: Reduce Gnus dependencies.
1594 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1595 require. Use autoloads instead.
1596 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1597 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1598 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1599 (gnus-dired-mode): Adjust doc string.
1600 (gnus-dired-mail-mode): New variable.
1601 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1602 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1603 (gnus-dired-mail-buffers): New function. Return mail or message
1604 composition buffers.
1605 (gnus-dired-attach): Use it.
1606 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1607 NO-DECODE.
1608 (gnus-dired-print): Use `gnus-print-buffer' depending on
1609 `gnus-dired-mail-mode'.
1610
1611 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1612
1613 * rfc2047.el (rfc2047-encoded-word-regexp)
1614 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1615 explaining what regexp patterns are for.
1616
1617 2007-12-04 Glenn Morris <rgm@gnu.org>
1618
1619 * password.el: Move to ../password-cache.el.
1620
1621 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1622 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1623 * mml-smime.el (password-read, password-cache-add)
1624 (password-cache-remove):
1625 No need to autoload, since mml-sec requires password.
1626
1627 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1628 * message.el (gnus-extract-address-components):
1629 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1630
1631 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1632 password.
1633
1634 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1635
1636 * mailcap.el: Reduce dependencies.
1637 (mail-header-parse-content-type): Autoload.
1638 (mailcap-delete-duplicates): New alias.
1639 (mailcap-mime-info): Add optional argument NO-DECODE.
1640 (mailcap-mime-types): Use mailcap-delete-duplicates.
1641
1642 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1643
1644 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1645
1646 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1647 function.
1648
1649 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1650 (gnus-uu-yenc-article): New function.
1651
1652 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1653
1654 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1655 buffer.
1656
1657 2007-12-02 Glenn Morris <rgm@gnu.org>
1658
1659 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1660 Move to ../net.
1661
1662 * binhex.el, uudecode.el: Move to ../mail.
1663
1664 * encrypt.el: Remove file.
1665
1666 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1667
1668 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1669 matches on patches.
1670
1671 * gnus-art.el (gnus-article-browse-html-article): Mention
1672 `mm-text-html-renderer' in the doc string.
1673
1674 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1675 string. Add comments.
1676
1677 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1678 if rhs is ASCII.
1679
1680 2007-12-01 Glenn Morris <rgm@gnu.org>
1681
1682 * dig.el, dns.el: Move to ../net.
1683 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1684
1685 * mail-source.el (top-level): Require format-spec before
1686 eval-when-compile.
1687
1688 2007-11-30 Glenn Morris <rgm@gnu.org>
1689
1690 * encrypt.el: Require password, rather than autoloading password-read.
1691
1692 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1693
1694 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1695 caller can indicate whether the cache should be disregarded for this
1696 call. This way the result of the call is reproducible at all times and
1697 can be considered a canonical server name for the supplied method.
1698 (gnus-agent-method-p): Canonicalize server names by pushing their
1699 method through `gnus-method-to-server' using the no-cache argument.
1700
1701 * gnus-srvr.el (gnus-server-insert-server-line): Call
1702 `gnus-method-to-server' with `no-cache' argument.
1703
1704 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1705 gnus-agent-possibly-synchronize-flags as this should be called when the
1706 server is actually being opened.
1707 (gnus-agent-possibly-synchronize-flags)
1708 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1709 flags file of an agentized server to the latter function.
1710
1711 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1712 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1713 after a connection has been established successfully.
1714
1715 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1716
1717 * gnus-art.el (article-display-face): Force to display face if called
1718 interactively; check if gnus-article-x-face-too-ugly matches author.
1719 (article-display-x-face): Display face even if From header is missing
1720 as article-display-face does.
1721
1722 2007-11-28 Richard Stallman <rms@gnu.org>
1723
1724 * md4.el: Move to ../.
1725 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1726
1727 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1728
1729 * mail-source.el (mail-sources): Default to fetch from file for
1730 compatibility with default of nnmail-spool-file.
1731
1732 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1733
1734 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1735 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1736 to look for encoded word that should be encoded again.
1737 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1738 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1739 encoding pattern.
1740 (rfc2047-decode-region): Switch strict regexp and loose one according
1741 to rfc2047-allow-irregular-q-encoded-words.
1742
1743 2007-11-26 Simon Josefsson <simon@josefsson.org>
1744
1745 * imap.el: Move to ../net directory.
1746
1747 2007-11-25 Romain Francoise <romain@orebokech.com>
1748
1749 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1750
1751 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1752
1753 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1754 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1755
1756 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1757 `nnmail-spool-file'.
1758
1759 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1760 `nnmail-spool-file'.
1761
1762 * gnus-move.el (gnus-change-server): Ditto.
1763
1764 * gnus-kill.el (gnus-batch-score): Ditto.
1765
1766 * gnus-cache.el (gnus-jog-cache): Ditto.
1767
1768 * gnus-msg.el (gnus-summary-reply):
1769 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1770
1771 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1772
1773 * gnus-cache.el (gnus-cache-generate-nov-databases):
1774 Use nnml-generate-nov-databases-directory instead of
1775 nnml-generate-nov-databases-1.
1776
1777 2007-11-24 Glenn Morris <rgm@gnu.org>
1778
1779 * message.el (message-tool-bar-retro): Update for rename
1780 mail_send.xpm->mail-send.xpm.
1781
1782 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1783
1784 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1785 `smime-ldap-search' for Emacs 22 and up.
1786
1787 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1788
1789 * hashcash.el: Move to ../mail directory.
1790
1791 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1792
1793 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1794 `smime-ldap-search' for Emacs 22 and up.
1795
1796 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1797
1798 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1799
1800 * message.el (message-send-mail-function): Fix error convention.
1801 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1802 (message-widen-reply, message-send-mail, message-talkative-question)
1803 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1804 (message-clone-locals, message-send-news): Use with-current-buffer.
1805 (message-insert-or-toggle-importance): Remove unused var `valid'.
1806 (message-make-references): Remove unused var `new-references'.
1807 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1808
1809 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1810
1811 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1812 (spam-split-symbolic-return-positive): Reflow docstring.
1813 (spam-backends, spam-summary-exit-behavior)
1814 (spam-mark-ham-unread-before-move-from-spam-group)
1815 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1816 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1817 (spam-clear-cache, spam-backend-check, spam-install-backend)
1818 (spam-install-statistical-backend, spam-list-of-processors)
1819 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1820 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1821 (spam-check-crm114, spam-initialize, spam-unload-hook):
1822 Fix typos in docstrings.
1823
1824 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1825
1826 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1827 been checked if they have never been read and those group levels are
1828 higher than the one that a user specified.
1829
1830 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1831
1832 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1833 foreign groups unless a group level is specified by a user.
1834 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1835
1836 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1837
1838 * message.el (message-send-mail-function): Require sendmail.
1839
1840 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1841
1842 * message.el (message-send-mail-function): Check for smtpmail too.
1843
1844 * utf7.el (utf7-encode, utf7-decode): Use coding system
1845 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1846
1847 * message.el (message-send-mail-function): New function.
1848 (message-send-mail-function): Set default using
1849 message-send-mail-function. Adjust doc string.
1850 (message-send-mail-with-mailclient): New function.
1851
1852 2007-11-17 Richard Stallman <rms@gnu.org>
1853
1854 * assistant.el: Remove file.
1855
1856 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1857
1858 * smime.el (from):
1859 * rfc2047.el (message-posting-charset):
1860 * qp.el (mm-use-ultra-safe-encoding):
1861 * pop3.el (parse-time-months):
1862 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1863 * nnml.el (files):
1864 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1865 (jka-compr-compression-info-list, ange-ftp-path-format)
1866 (efs-path-regexp):
1867 * nndiary.el (files):
1868 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1869 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1870 (epg-digest-algorithm-alist, inhibit-redisplay)
1871 (password-cache-expiry):
1872 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1873 (pgg-output-buffer, password-cache-expiry):
1874 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1875 (efs-path-regexp):
1876 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1877 (inhibit-redisplay):
1878 * mm-uu.el (file-name, start-point, end-point, entry)
1879 (gnus-newsgroup-name, gnus-newsgroup-charset):
1880 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1881 (latin-unity-ucs-list):
1882 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1883 (mm-uu-binhex-decode-function):
1884 * message.el (gnus-message-group-art, gnus-list-identifiers, )
1885 (rmail-enable-mime-composing, gnus-local-organization)
1886 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1887 (gnus-read-active-file, facemenu-add-face-function)
1888 (facemenu-remove-face-function, gnus-article-decoded-p)
1889 (tool-bar-mode):
1890 * mail-source.el (display-time-mail-function):
1891 * gnus-util.el (nnmail-pathname-coding-system)
1892 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1893 (gnus-original-article-buffer, gnus-user-agent)
1894 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1895 (xemacs-codename, sxemacs-codename, emacs-program-version):
1896 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1897 * gnus-start.el (gnus-agent-covered-methods)
1898 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1899 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1900 (gnus-newsgroup-headers, gnus-group-list-mode)
1901 (gnus-group-mark-positions, gnus-newsgroup-data)
1902 (gnus-newsgroup-unreads, nnoo-state-alist)
1903 (gnus-current-select-method, mail-sources)
1904 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1905 (nnmail-spool-file, gnus-cache-active-hashtb):
1906 * gnus-mh.el (mh-lib-progs):
1907 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1908 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1909 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1910 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1911 (gnus-group-buffer):
1912 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1913 (font-lock-set-defaults):
1914 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1915 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1916 (gnus-summary-post-menu, total-parts, type, condition, length):
1917 * gnus-agent.el (gnus-agent-read-agentview):
1918 * flow-fill.el (show-trailing-whitespace):
1919 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1920 eval-and-compile wrappers for byte compiler pacifiers.
1921
1922 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1923 (mm-display-inline-fontify): Check for featurep 'xemacs not
1924 extent-list.
1925
1926 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1927 itimer-list.
1928 (mm-create-image-xemacs): Only do something for XEmacs.
1929 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1930
1931 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1932
1933 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1934 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1935
1936 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1937
1938 * nnimap.el (nnimap-split-download-body):
1939 * gnus-demon.el (gnus-demon):
1940 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1941
1942 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1943
1944 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1945 macros.
1946 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1947 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1948 copy data from unibyte buffer to multibyte current buffer.
1949 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1950 to copy data from unibyte current buffer to multibyte buffer.
1951 (nntp-make-process-buffer): Make process buffer unibyte.
1952
1953 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1954
1955 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1956
1957 * pop3.el (pop3-open-server): Accept and process data more robustly at
1958 connexion start to avoid spurious "POP SSL connexion failed" errors.
1959
1960 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1961
1962 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1963 read group names.
1964
1965 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1966
1967 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1968
1969 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1970
1971 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1972 (nnmail-save-active): Use a unibyte buffer when saving active file,
1973 which may contain non-ASCII group names.
1974
1975 * nnml.el (nnml-request-group): Decode group names in messages.
1976
1977 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1978
1979 * message.el (message-citation-line-function)
1980 (message-insert-formatted-citation-line): Fix spelling of
1981 `message-insert-formated-citation-line'.
1982
1983 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1984
1985 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1986
1987 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1988
1989 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1990 nnmail-pathname-coding-system.
1991
1992 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1993 that a user enters; decode group names in messages.
1994
1995 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1996
1997 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
1998
1999 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2000
2001 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2002
2003 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2004 risky local variable.
2005
2006 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2007
2008 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2009
2010 * encrypt.el: Improve documentation to fix function name typo.
2011 Reported by Daiki Ueno <ueno@unixuser.org>.
2012
2013 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2014
2015 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2016 even if the point is not in the last page of an article.
2017 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2018 back to the previous page.
2019
2020 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
2021
2022 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2023
2024 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
2025
2026 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2027
2028 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2029
2030 * message.el (message-check-news-body-syntax): Avoid
2031 mm-string-as-multibyte.
2032 (message-hide-headers): Don't assume (point-min)==1.
2033
2034 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2035
2036 * message.el (message-remove-blank-cited-lines): Fix if remove is
2037 given.
2038 (message-bogus-address-regexp): New variable.
2039 (message-bogus-recipient-p): New function.
2040 (message-check-recipients): New command.
2041 (message-syntax-checks): Add `bogus-recipient'.
2042 (message-fix-before-sending): Add `bogus-recipient'.
2043
2044 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2045 (gnus-treat-body-boundary): Don't test window-system.
2046
2047 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
2048
2049 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2050
2051 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2052
2053 * gnus.el: Bump version to Gnus v5.13.
2054
2055 2007-10-28 Miles Bader <miles@gnu.org>
2056
2057 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2058 at compile-time too.
2059
2060 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2061
2062 * gnus-msg.el (gnus-message-setup-hook): Add
2063 `message-remove-blank-cited-lines' to options.
2064
2065 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
2066
2067 * message.el (message-remove-blank-cited-lines): New function.
2068 Suggested by Karl Plästerer.
2069
2070 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2071
2072 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2073 mapc.
2074
2075 * imap.el (imap-open): Replace mapcar called for effect with mapc.
2076 (top-level): Use mapc to set functions to be traced for debugging.
2077
2078 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2079 called for effect with while loop.
2080
2081 * message.el (message-talkative-question): Replace mapcar called for
2082 effect with mapc.
2083
2084 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2085 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2086 called for effect with dolist.
2087
2088 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2089
2090 * nndiary.el: Use dolist instead of mapcar to add diary headers to
2091 gnus-extra-headers and nnmail-extra-headers.
2092
2093 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2094 called for effect with dolist.
2095 (top-level): Use mapc to set functions to be traced for debugging.
2096
2097 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2098 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2099 dolist.
2100
2101 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2102 Replace mapcar called for effect with mapc.
2103 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2104 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2105 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2106 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2107
2108 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2109 remove-if that's a cl function.
2110
2111 * webmail.el (webmail-debug): Replace mapcar called for effect with
2112 dolist.
2113
2114 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
2115
2116 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2117 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2118 with while loop.
2119
2120 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2121 functions from article-* functions.
2122 (gnus-multi-decode-header): Replace mapcar called for effect with
2123 dolist.
2124
2125 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2126 (gnus-bookmark-show-details): Replace mapcar called for effect with
2127 while loop.
2128
2129 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2130 called for effect with while loop.
2131
2132 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2133 with dolist.
2134
2135 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2136 mapcar called for effect with dolist.
2137
2138 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2139
2140 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2141 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2142 Replace mapcar called for effect with dolist.
2143 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2144 mapc.
2145
2146 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2147 Replace mapcar called for effect with dolist.
2148 (gnus-topic-list): Replace mapcar called for effect with mapc.
2149
2150 * gnus.el: Use mapc instead of mapcar to add autoloads.
2151
2152 2007-10-23 Richard Stallman <rms@gnu.org>
2153
2154 * gnus-group.el (gnus-group-highlight): Mark as risky.
2155
2156 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2157
2158 * gnus.el (gnus-server-to-method): Return method found first in
2159 gnus-newsrc-alist.
2160
2161 * gnus-art.el (gnus-article-highlight-signature)
2162 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2163 button overlay without the front stickiness.
2164
2165 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2166
2167 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2168 overview buffer needed a catch to receive its throw.
2169 (gnus-agent-flush-cache): Declared as interactive to make this function
2170 easier to use.
2171
2172 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2173
2174 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2175 `next-line'.
2176
2177 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2178
2179 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2180 exclude address matching message-dont-reply-to-names.
2181
2182 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2183
2184 * gnus-util.el (gnus-string<): New function.
2185
2186 * gnus-sum.el (gnus-article-sort-by-author)
2187 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2188
2189 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2190
2191 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2192 the frame-focus tag is set in gnus-buffer-configuration.
2193
2194 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2195
2196 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2197 the front stickiness.
2198
2199 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2200
2201 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2202 url pattern; remove duplicate one.
2203 (gnus-article-extend-url-button): New function.
2204 (gnus-article-add-buttons): Use it.
2205 (gnus-button-push): Use concatenated url that it makes.
2206
2207 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2208
2209 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2210 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2211
2212 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2213
2214 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2215 Don't hardcode point-min==1.
2216
2217 2007-09-30 David Kastrup <dak@gnu.org>
2218
2219 * gnus-art.el (gnus-article-reply-with-original)
2220 (gnus-article-followup-with-original): When `transient-mark-mode' is
2221 off, refrain from active-region behavior for followups.
2222
2223 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2224
2225 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2226 Fix comment about "iso8859-1".
2227
2228 2007-10-08 Daiki Ueno <ueno@unixuser.org>
2229
2230 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2231 ones returned from the verify-function.
2232
2233 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2234 mml2015-extract-cleartext-signature if extraction failed.
2235
2236 2007-10-07 Daiki Ueno <ueno@unixuser.org>
2237
2238 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2239 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2240 failed.
2241
2242 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2243
2244 * Relicense "GPLv2 or later" files to "GPLv3 or later".
2245
2246 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2247
2248 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2249 to mark a thread as expirable. Add variable `hide' to handle hiding of
2250 thread for both the null and zero (kill/expire thread) universal prefix
2251 cases.
2252 (gnus-summary-expire-thread): Add new function to expire a thread,
2253 using gnus-summary-kill-thread.
2254 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2255 shortcuts for gnus-summary-expire-thread.
2256 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2257 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2258
2259 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2260
2261 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2262 extras value, so an extras entry can be deleted.
2263 (gnus-registry-delete-extra-entry): Use it.
2264 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2265 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2266 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2267 storage through the gnus-registry, and provide an appropriate API for
2268 it.
2269
2270 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2271
2272 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2273 Suggested by Leo <sdl.web@gmail.com>.
2274
2275 * gnus.el: Do.
2276
2277 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2278
2279 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2280 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2281
2282 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2283
2284 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2285 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2286
2287 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2288
2289 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2290 newline.
2291 (nnmbox-request-accept-article): Don't change article in source buffer;
2292 narrow to header to use message-fetch-field rather than
2293 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2294 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2295 as delimiters; make sure article ends with newline.
2296 (nnmbox-delete-mail): Correct last position of article to be deleted;
2297 ignore X-Gnus-Newsgroup header in article body.
2298 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2299 positions; make sure article ends with newline.
2300
2301 * message.el (message-display-abbrev): Don't infloop when a user
2302 inserts SPC in the beginning of header.
2303
2304 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2305
2306 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2307 list of groups not followed by default. Fix type to be regexp.
2308 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2309
2310 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2311
2312 * hmac-def.el (define-hmac-function): Switch from old-style to
2313 new-style backquotes.
2314
2315 * md4.el (md4-make-step): Likewise.
2316
2317 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2318
2319 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2320 raw-text coding system when saving .newsrc file, which may contain
2321 non-ASCII group names.
2322
2323 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2324
2325 * gnus-cus.el (gnus-score-extra): New widget.
2326 (gnus-score-extra-convert): New function.
2327 (gnus-score-customize): Use it for Extra.
2328
2329 2007-08-31 Daiki Ueno <ueno@unixuser.org>
2330
2331 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2332 (mml2015-mailcrypt-clear-verify): Use it.
2333 (mml2015-gpg-clear-verify): Use it.
2334 (mml2015-pgg-clear-verify): Use it.
2335 (mml2015-epg-clear-verify): Replace the current part with the output
2336 from GnuPG; don't extract the plaintext by itself.
2337
2338 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2339 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2340 mml2015-clear-verify-function; don't touch the armor headers or
2341 dash-escaped text here.
2342
2343 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2344
2345 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2346 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2347 parts, or application/octet-stream as a last resort.
2348 (gnus-mime-view-part-as-type): Don't toggle display.
2349 (gnus-mime-view-part-as-charset): Don't turn off display before
2350 querying charset.
2351
2352 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2353 stuff to undisplayer function in Emacs.
2354 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2355
2356 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2357 text/calendar parts.
2358
2359 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2360
2361 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2362 decoding text/calendar parts.
2363
2364 * message.el (message-forward-make-body-mime): Always mark body as
2365 having no illegible text; remove signed-or-encrypted argument.
2366 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2367
2368 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2369 (mml-generate-mime-1): Don't encode body if it is specified to be in
2370 raw form; don't make buffer be unibyte when inserting multibyte string.
2371
2372 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2373
2374 * sha1.el: Fix up comment style.
2375 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2376 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2377
2378 * hex-util.el: Fix up comment style.
2379 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2380
2381 * gnus-salt.el: Use with-current-buffer.
2382 (gnus-pick-setup-message): Fix long-standing typo.
2383
2384 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2385
2386 * imap.el (imap-logout-timeout): New variable.
2387 (imap-logout, imap-logout-wait): New functions.
2388 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2389
2390 * nnimap.el (nnimap-logout-timeout): New server variable.
2391 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2392 nnimap-logout-timeout.
2393
2394 * gnus-art.el (gnus-article-summary-command-nosave)
2395 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2396
2397 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2398
2399 * gnus.el (gnus-maximum-newsgroup): New variable.
2400
2401 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2402 according to gnus-maximum-newsgroup.
2403
2404 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2405 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2406 Limit the range of articles according to gnus-maximum-newsgroup.
2407
2408 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2409
2410 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2411 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2412 Don't perform gnus-configure-windows here; reuse existing sticky
2413 article buffer.
2414
2415 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2416 it doesn't exist in gnus-article-mode.
2417
2418 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2419
2420 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2421 (gnus-agent-decoded-group-name): New function.
2422 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2423 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2424
2425 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2426
2427 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2428 Add binding for gnus-sticky-article.
2429 (gnus-summary-exit): Don't kill sticky article buffers.
2430
2431 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2432 article buffer.
2433 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2434 (gnus-kill-sticky-article-buffers): New commands.
2435
2436 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2437
2438 * nntp.el (nntp-xref-number-is-evil): New server variable.
2439 (nntp-find-group-and-number): If it is non-nil, don't trust article
2440 numbers in the Xref header.
2441
2442 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2443
2444 * gnus-agent.el (gnus-agent-read-group): New function.
2445 (gnus-agent-flush-group, gnus-agent-expire-group)
2446 (gnus-agent-regenerate-group): Use it.
2447 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2448 nnmail-pathname-coding-system.
2449
2450 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2451
2452 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2453
2454 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2455 that are unread as unread, and also as selected so that information of
2456 marks having been changed by a user may be updated when exiting group.
2457
2458 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2459
2460 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2461
2462 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2463
2464 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2465 calculated ignoring signature parts to gnus-treat-article.
2466
2467 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2468
2469 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2470 a point here in order to keep the window start.
2471 (gnus-insert-mime-security-button): Make a button overlay without the
2472 front stickiness.
2473 (gnus-mime-display-security): Goto the end of a button.
2474
2475 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2476
2477 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2478
2479 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2480 group-name-at-point.
2481 (gnus-group-completing-read): New function that offers decoded
2482 non-ASCII group names for completion.
2483 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2484 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2485 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2486 (gnus-group-fetch-control): Use it.
2487 (gnus-fetch-group): Use group-name-at-point for the initial value
2488 rather than the default value; use gnus-alive-p.
2489
2490 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2491 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2492 (gnus-summary-post-news): Use gnus-group-completing-read.
2493
2494 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2495 (gnus-read-move-group-name): Decode group name for completion.
2496
2497 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2498
2499 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2500 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2501 Yamaoka slightly modified the code).
2502
2503 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2504
2505 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2506 (nnmail-split-incoming): Bind it.
2507
2508 * nnml.el (nnml-group-name-charset): New function.
2509 (nnml-decoded-group-name): Use it; don't decode group name if
2510 nnmail-group-names-not-encoded-p is non-nil.
2511 (nnml-encoded-group-name): New function.
2512 (nnml-group-pathname): Inline nnml-decoded-group-name.
2513 (nnml-request-expire-articles): Decode group name in message.
2514 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2515 nnmail-pathname-coding-system.
2516 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2517 not decoded ones according to nnmail-group-names-not-encoded-p.
2518 (nnml-generate-active-info): Use nnml-encoded-group-name.
2519
2520 2007-08-08 Glenn Morris <rgm@gnu.org>
2521
2522 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2523 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2524 doc-strings and comments.
2525
2526 2007-07-25 Glenn Morris <rgm@gnu.org>
2527
2528 * Relicense all FSF files to GPLv3 or later.
2529
2530 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2531
2532 * gnus-sum.el (gnus-summary-move-article): Make
2533 gnus-summary-respool-article work.
2534
2535 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2536
2537 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2538 string.
2539
2540 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2541
2542 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2543 that should be ignored when comparing distant RSS articles with local
2544 ones.
2545 (nnrss-make-hash-index): New function. Create a hash index according
2546 to the ignored fields.
2547 (nnrss-check-group): Use it.
2548
2549 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2550
2551 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2552
2553 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2554
2555 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2556 the new optional argument ENCODED is non-nil.
2557 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2558 coding system for encoding group name.
2559 (gnus-group-make-rss-group): Pass un-encoded group name to
2560 gnus-group-make-group.
2561 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2562 encoded.
2563
2564 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2565 Encode group name to which articles are moved or copied.
2566 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2567 coding system for encoding Newsgroup, Followup-To and Xref headers.
2568
2569 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2570 marks; use nnheader-file-coding-system to write a file.
2571 (nnagent-retrieve-headers): Bind file-name-coding-system to
2572 nnmail-pathname-coding-system.
2573
2574 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2575
2576 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2577 (nnml-request-article, nnml-request-create-group)
2578 (nnml-request-rename-group, nnml-find-id)
2579 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2580 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2581 (nnml-save-marks): Use nnml-group-pathname instead of
2582 nnmail-group-pathname.
2583
2584 (nnml-request-create-group, nnml-request-expire-articles)
2585 (nnml-request-move-article, nnml-request-delete-group)
2586 (nnml-deletable-article-p, nnml-possibly-create-directory)
2587 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2588 (nnml-open-marks): Bind file-name-coding-system to
2589 nnmail-pathname-coding-system.
2590
2591 (nnml-request-article): Pass server argument to nnml-find-group-number.
2592 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2593 server argument to nnml-possibly-create-directory.
2594 (nnml-request-accept-article): Pass server argument to
2595 nnml-active-number and nnml-save-mail.
2596 (nnml-find-group-number): Pass server argument to nnml-find-id.
2597 (nnml-request-update-info): Pass server argument to
2598 nnml-marks-changed-p.
2599
2600 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2601 (nnml-save-mail, nnml-active-number): Add server argument.
2602
2603 (nnml-request-delete-group): Warn if group is missing.
2604 (nnml-get-nov-buffer): Decode group name.
2605 (nnml-generate-active-info): Encode group name.
2606 (nnml-open-marks): Decode group name in messages.
2607
2608 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2609
2610 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2611 if it is not specified.
2612 (gnus-article-pipe-part, gnus-article-save-part)
2613 (gnus-article-interactively-view-part, gnus-article-copy-part)
2614 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2615 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2616 (gnus-article-replace-part, gnus-article-delete-part)
2617 (gnus-article-view-part-as-type): Pass raw prefix argument to
2618 gnus-article-part-wrapper.
2619
2620 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2621
2622 * gnus-agent.el (gnus-agent-save-active): Bind
2623 nnheader-file-coding-system to gnus-agent-file-coding-system.
2624
2625 * gnus-cache.el (gnus-cache-save-buffers)
2626 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2627 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2628 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2629 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2630 (gnus-cache-generate-active, gnus-cache-rename-group)
2631 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2632 (gnus-cache-update-overview-total-fetched-for): Bind
2633 file-name-coding-system to nnmail-pathname-coding-system.
2634 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2635 variables.
2636 (gnus-cache-decoded-group-name): New function.
2637 (gnus-cache-file-name): Use it.
2638 (gnus-cache-generate-active): Use non-decoded group name for active.
2639
2640 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2641 right place.
2642 (gnus-write-active-file): Don't break non-ASCII group names.
2643
2644 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2645 nnmail-pathname-coding-system.
2646
2647 * gnus-uu.el (gnus-uu-decode-save): Typo.
2648
2649 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2650
2651 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2652
2653 2007-07-14 David Kastrup <dak@gnu.org>
2654
2655 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2656 finishing actions if we did not edit the article.
2657
2658 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2659
2660 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2661 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2662 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2663 (gnus-agent-flush-group, gnus-agent-flush-cache)
2664 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2665 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2666 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2667 (gnus-agent-regenerate-group)
2668 (gnus-agent-update-files-total-fetched-for)
2669 (gnus-agent-update-view-total-fetched-for): Bind
2670 file-name-coding-system to nnmail-pathname-coding-system.
2671 (gnus-agent-group-pathname): Don't encode file names by
2672 nnmail-pathname-coding-system.
2673 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2674 coding-system-for-write instead of buffer-file-coding-system to
2675 gnus-agent-file-coding-system.
2676
2677 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2678 Decode group name.
2679
2680 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2681
2682 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2683 (gnus-read-newsrc-el-file): Make group names unibyte.
2684
2685 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2686 nnmail-pathname-coding-system.
2687
2688 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2689 (nnrss-request-delete-group): Bind file-name-coding-system to
2690 nnmail-pathname-coding-system.
2691 (nnrss-read-server-data, nnrss-read-group-data): Bind
2692 file-name-coding-system correctly.
2693 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2694
2695 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2696 (nntp-server-to-method-cache): New variable.
2697 (nntp-group-pathname): New function that decodes non-ASCII group names.
2698 (nntp-possibly-create-directory, nntp-marks-changed-p)
2699 (nntp-save-marks, nntp-open-marks): Use it.
2700 (nntp-possibly-create-directory, nntp-open-marks):
2701 Bind file-name-coding-system to nnmail-pathname-coding-system.
2702 (nntp-open-marks): Decode group names when bootstrapping marks.
2703
2704 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2705 Newsgroups and Folowup-To headers.
2706
2707 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2708
2709 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2710 (gnus-server-closed-face, gnus-server-denied-face)
2711 (gnus-server-offline-face): Remove variable.
2712 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2713
2714 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2715 of modifying message-stack directly for XEmacs.
2716
2717 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2718 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2719 if the coding-system argument is nil for XEmacs.
2720
2721 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2722 mm-charset-override-alist.
2723
2724 * rfc2047.el: Don't require base64; require rfc2045 for the function
2725 rfc2045-encode-string.
2726 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2727 to quote the parameter value.
2728
2729 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2730
2731 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2732 form in gnus-group-name-charset-method-alist.
2733
2734 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2735 overrides the default layout edit-form.
2736
2737 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2738
2739 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2740
2741 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2742
2743 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2744 as unfetched articles.
2745
2746 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2747
2748 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2749
2750 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2751
2752 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2753 original back end that keeps marks in the local system.
2754
2755 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2756
2757 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2758 arg of pop-to-buffer for XEmacs.
2759 (gnus-article-read-summary-keys): Ditto; don't restore window
2760 configuration if summary command ends up with neither article buffer
2761 nor summary buffer; describe bindings if summary keys end with C-h.
2762
2763 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2764
2765 * message.el (message-fix-before-sending): Skip raw message part to be
2766 forwarded while checking illegible text.
2767 (message-forward-make-body-mime, message-forward-make-body): Mark
2768 signed or encrypted raw message as having no illegible text.
2769
2770 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2771
2772 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2773 (gnus-message-with-timestamp-1): New macro.
2774 (gnus-message-with-timestamp): New function.
2775 (gnus-message): Use them.
2776
2777 * nnheader.el (nnheader-message): Use them.
2778
2779 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2780
2781 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2782 .newsrc.eld file.
2783
2784 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2785
2786 * gnus-agent.el (gnus-agent-fetch-headers)
2787 (gnus-agent-retrieve-headers): Bind
2788 gnus-decode-encoded-address-function to identity.
2789
2790 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2791 available also when the server returns simply a dot.
2792
2793 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2794
2795 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2796
2797 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2798
2799 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2800
2801 * gnus-ems.el (gnus-x-splash): Make it work.
2802
2803 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2804 from being used.
2805
2806 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2807
2808 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2809 the front stickiness.
2810 (gnus-article-summary-command-nosave): Correct the order of the
2811 arguments passed to pop-to-buffer.
2812 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2813 summary command ends up with the article buffer.
2814
2815 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2816 the same faces.
2817
2818 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2819
2820 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2821
2822 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2823
2824 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2825 * gnus-sum.el (gnus-summary-highlight):
2826 * mail-source.el (mail-source-delete-old-incoming-confirm):
2827 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2828
2829 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2830
2831 * gnus-art.el (gnus-mime-view-part-externally)
2832 (gnus-mime-view-part-internally): Fix predicate function passed to
2833 completing-read.
2834
2835 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2836
2837 * gnus.el (gnus-update-message-archive-method): Add :version.
2838
2839 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2840
2841 * gnus.el (gnus-update-message-archive-method): New variable.
2842
2843 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2844 according to gnus-message-archive-method if
2845 gnus-update-message-archive-method is non-nil.
2846
2847 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2848
2849 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2850 by Loic Dachary <loic@dachary.org>.
2851 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2852
2853 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2854
2855 * message.el (message-pop-to-buffer): Add switch-function argument.
2856 (message-mail): Pass switch-function argument to it.
2857
2858 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2859
2860 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2861 Improve doc string.
2862
2863 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2864
2865 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2866 (gnus-header-content)
2867 * gnus-cite.el (gnus-cite-10)
2868 * gnus-srvr.el (gnus-server-closed)
2869 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2870 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2871 (gnus-group-mail-3-empty, gnus-group-mail-low)
2872 (gnus-group-mail-low-empty, gnus-splash)
2873 * message.el (message-header-to, message-header-cc)
2874 (message-header-subject, message-header-other, message-header-name)
2875 (message-header-xheader, message-separator, message-cited-text)
2876 (message-mml): Lighten colors of faces used for dark background.
2877
2878 2007-05-24 Simon Josefsson <simon@josefsson.org>
2879
2880 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2881 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2882
2883 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2884
2885 * message.el (message-narrow-to-headers-or-head):
2886 Ignore mail-header-separator in the body.
2887
2888 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2889
2890 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2891 same as window size.
2892
2893 2007-05-22 Kevin Ryde <user42@zip.com.au>
2894
2895 * message.el (message-font-lock-keywords): Use message-header-xheader
2896 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2897 ahead of the anything pattern, to get it recognised.
2898
2899 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2900
2901 * gnus-sum.el (gnus-articles-to-read)
2902 (gnus-summary-insert-old-articles): Don't truncate group name for
2903 `read-string'.
2904
2905 * gnus-util.el (gnus-limit-string): Delete this function.
2906
2907 * gnus-sum.el (gnus-simplify-subject-fully): Use
2908 `truncate-string-to-width' instead.
2909
2910 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
2911
2912 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2913 if, on summary exit, the next group has to be selected.
2914 (gnus-summary-exit): Use it.
2915
2916 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2917
2918 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2919 non-break space.
2920
2921 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2922
2923 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2924 Check if group is not a directory.
2925 (nnfolder-request-expire-articles): Don't delete articles if the target
2926 group is not available.
2927
2928 * nnml.el (nnml-request-create-group): Properly check if group is not a
2929 file.
2930 (nnml-request-expire-articles): Don't delete articles if the target
2931 group is not available.
2932
2933 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2934 Don't quote characters that are within parentheses.
2935
2936 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2937
2938 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2939 (gnus-handle-ephemeral-exit): Select article according to it.
2940
2941 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2942
2943 * message.el (message-insert-formated-citation-line): Remove newline.
2944 (message-citation-line-format): Add final \n here so that the user can
2945 avoid a blank line.
2946
2947 2007-05-03 Dan Christensen <jdc@uwo.ca>
2948
2949 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2950 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2951 Update lanl/arXiv support.
2952
2953 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2954
2955 * gnus.el: Bump version number.
2956
2957 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2958
2959 * gnus.el (gnus-version-number): Bump version.
2960
2961 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2962
2963 * gnus.el: No Gnus v0.6 is released.
2964
2965 2007-04-27 Didier Verna <didier@xemacs.org>
2966
2967 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2968 * gmm-utils.el (gmm-regexp-concat): here.
2969 * message.el: Don't require 'gnus-util.
2970 (message-dont-reply-to-names): Handle name change above.
2971 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2972
2973 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2974
2975 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2976 since the initial value varies according to the system.
2977
2978 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2979
2980 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2981
2982 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2983
2984 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2985
2986 2007-04-24 Didier Verna <didier@xemacs.org>
2987
2988 Improve the type of gnus-ignored-from-addresses.
2989 * gnus-util.el (gnus-orify-regexp): New function.
2990 * message.el (gnus-util): Require it.
2991 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2992 * gnus-sum.el (gnus-ignored-from-addresses): New function.
2993 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2994
2995 2007-04-24 Didier Verna <didier@xemacs.org>
2996
2997 * gnus-sum.el:
2998 * gnus-utils.el: Fix some trailing whitespaces.
2999
3000 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
3001
3002 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3003 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3004 article's Message-ID; refer parent article in summary buffer.
3005
3006 * message.el (message-bounce): Call mime-to-mml.
3007
3008 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3009
3010 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3011
3012 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
3013
3014 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3015 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3016 displayed of multipart/alternative part if it is invoked from summary
3017 buffer.
3018
3019 * mm-view.el (mm-inline-text-html-render-with-w3m)
3020 (mm-inline-text-html-render-with-w3m-standalone)
3021 (mm-inline-render-with-function): Use mail-parse-charset by default.
3022
3023 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3024
3025 * parse-time.el (parse-time-string-chars): Check if CHAR
3026 is less than the length of parse-time-syntax.
3027
3028 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
3029
3030 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3031 from gnus-newsgroup-processable.
3032
3033 2007-04-16 Didier Verna <didier@xemacs.org>
3034
3035 * gnus-msg.el (gnus-configure-posting-styles): Handle
3036 message-signature-directory properly with :file syntax. Reported by
3037 "Leo".
3038
3039 2007-04-11 Didier Verna <didier@xemacs.org>
3040
3041 New user option: message-signature-directory.
3042 * gnus-msg.el (gnus-configure-posting-styles): Support it.
3043 * message.el (message-insert-signature): Ditto.
3044 * message.el (message-signature-file): Doc update.
3045 * message.el (message-signature-directory): New.
3046
3047 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
3048
3049 * gnus-msg.el (gnus-inews-yank-articles): Use
3050 message-exchange-point-and-mark instead of exchange-point-and-mark.
3051
3052 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
3053
3054 * message.el (message-yank-original): Make sure cited text ends with
3055 newline; don't exchange point and mark.
3056
3057 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3058
3059 * tls.el (open-tls-stream): Properly handle case where there
3060 is no associated buffer.
3061
3062 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
3063
3064 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3065 message-yank-original, make sure (< mark TEXT point).
3066
3067 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3068
3069 * message.el (message-fill-column): New variable.
3070 (message-mode): Use it. Add comment on a possible new hook.
3071
3072 * nnmail.el (nnmail-spool-file): Mark as obsolete.
3073 (nnmail-get-new-mail): Reformat.
3074
3075 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3076
3077 * gmm-utils.el: Fix Commentary.
3078 (gmm-tool-bar-from-list): Fix typo in doc string.
3079
3080 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
3081
3082 * message.el (message-yank-original): Don't switch point and mark
3083 unnecessarily to put point and mark as documented.
3084
3085 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3086
3087 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3088 from the message heads.
3089
3090 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
3091
3092 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3093 article buffer does not have a window. This may not be the best
3094 solution but is certainly better than setting the start of the null,
3095 that is the current, window.
3096
3097 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3098
3099 * gnus-draft.el (gnus-draft-setup-hook): New hook.
3100 (gnus-draft-setup): Run it.
3101
3102 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3103 gnus-score-fast-scoring. Allow regexp.
3104 (gnus-score-headers): Use it.
3105
3106 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3107 XEmacs.
3108
3109 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3110 string.
3111 (gnus-button-alist): Also catch `<f1> k ...'.
3112 (gnus-treat-display-x-face): Fix doc string.
3113
3114 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3115
3116 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3117 evaluation of gnus-extended-version to ensure correct generation of the
3118 User-Agent header when message-generate-headers-first is used.
3119
3120 2007-03-24 Simon Josefsson <simon@josefsson.org>
3121
3122 * hashcash.el (hashcash-generate-payment-async): Don't crash if
3123 hashcash-path is nil. Don't call callback with incorrect number of
3124 parameters if val is 0.
3125
3126 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3127
3128 * message.el (message-required-news-headers):
3129 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3130
3131 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3132
3133 * message.el (message-generate-new-buffers): Change the meaning of the
3134 nil value; add `standard' to the choices; treat t as `unique'; improve
3135 doc string.
3136 (gnus-select-frame-set-input-focus): Autoload.
3137 (message-buffer-name): Search for the existing message buffer if
3138 message-generate-new-buffers is nil or `standard'; treat the value t of
3139 message-generate-new-buffers as `unique'.
3140 (message-pop-to-buffer): Raise the frame already displaying the message
3141 buffer; clear the echo area after querying.
3142 (message-setup): Pass the `continue' argument to compose-mail.
3143 (message-mail): Prefer `switch-function' if it is given; search for the
3144 existing message buffer if the `continue' argument is non-nil; pass
3145 continue and switch-function arguments to compose-mail by way of
3146 message-setup.
3147 (message-mail-other-window): Adjust argument of message-setup.
3148 (message-mail-other-frame): Ditto.
3149
3150 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3151
3152 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3153 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3154 to turn font-lock on when turning gnus-message-citation-mode on.
3155
3156 2007-03-06 Daiki Ueno <ueno@unixuser.org>
3157
3158 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3159 (mml-smime-function-alist): New variable; add epg as the backend.
3160 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3161 mml-smime- functions instead.
3162 * mm-view.el: Require smime.
3163
3164 2007-03-05 Didier Verna <didier@xemacs.org>
3165
3166 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3167 instead of just inheritance for posting styles.
3168 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3169
3170 2007-02-24 John Paul Wallington <jpw@pobox.com>
3171
3172 * tls.el (tls-certtool-program): Fix custom type.
3173
3174 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3175
3176 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3177 and point-at-eol instead of line-(beginning|end)-position.
3178
3179 * assistant.el (assistant-parse-buffer): Ditto.
3180
3181 2007-02-28 Daiki Ueno <ueno@unixuser.org>
3182
3183 * mml2015.el (mml2015-epg-find-usable-key): New function.
3184 (mml2015-epg-sign): Use it.
3185 (mml2015-epg-encrypt): Use it.
3186
3187 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3188
3189 * message.el (message-make-in-reply-to): Quote name containing
3190 non-ASCII characters. It will make the RFC2047 encoder cause an error
3191 if there are special characters. Reported by NAKAJI Hiroyuki
3192 <nakaji@jp.freebsd.org>.
3193
3194 2007-02-27 Didier Verna <didier@xemacs.org>
3195
3196 Include the group parameters as well as the topic ones in the
3197 inheritance filter process.
3198 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3199 argument GROUP-PARAMS-LIST.
3200 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3201
3202 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3203
3204 * nntp.el (nntp-never-echoes-commands)
3205 (nntp-open-connection-functions-never-echo-commands): New variables.
3206 (nntp-send-command): Use them.
3207
3208 2007-02-20 Daiki Ueno <ueno@unixuser.org>
3209
3210 * mml2015.el (mml2015-epg-verify): Simplified.
3211
3212 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3213
3214 * mml.el (mml-content-disposition-alist): New user option.
3215 (mml-content-disposition): New function.
3216 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3217 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3218
3219 2007-02-19 Daiki Ueno <ueno@unixuser.org>
3220
3221 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3222 verification.
3223
3224 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3225
3226 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3227 articles posted in the last 24 hours.
3228
3229 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
3230
3231 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3232
3233 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
3234
3235 * nntp.el (nntp-send-command): Don't wait for echoes when
3236 nntp-open-ssl-stream is used.
3237
3238 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3239
3240 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3241 (gnus-message-add-citation-keywords)
3242 (gnus-message-remove-citation-keywords): Remove.
3243 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3244 directly, make the variables in font-lock-defaults buffer-local, add
3245 gnus-message-citation-keywords to them and then update the value of
3246 font-lock-keywords.
3247
3248 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3249
3250 * message.el (message-cite-original-1): Don't call
3251 gnus-article-highlight-citation.
3252
3253 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3254 citations; fix line count.
3255
3256 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3257
3258 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3259 (gnus-message-add-citation-keywords)
3260 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3261 versions of font-lock-add-keywords and font-lock-remove-keywords to
3262 work with XEmacs correctly.
3263
3264 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3265
3266 * gnus-cite.el (gnus-cite-face-list): Set the values of
3267 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3268 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3269 (gnus-message-cite-prefix-regexp): New variable.
3270 (gnus-message-search-citation-line): Use it; protect against long
3271 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3272 the 0th match data for Emacs.
3273 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3274 (gnus-message-add-citation-keywords): Append keywords rather than
3275 prepending; emulate font-lock-add-keywords if it is not available.
3276 (gnus-message-remove-citation-keywords): Emulate
3277 font-lock-remove-keywords if it is not available.
3278
3279 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3280
3281 * message.el (message-cite-prefix-regexp): Set the value of
3282 gnus-message-cite-prefix-regexp.
3283
3284 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3285
3286 * nnweb.el (nnweb-google-parse-1): Update parser.
3287
3288 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3289
3290 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3291
3292 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3293
3294 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3295 regexp.
3296
3297 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3298
3299 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3300 string-to-multibyte.
3301 (uudecode-decode-region-internal): Use it.
3302
3303 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3304
3305 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3306 custom choice.
3307
3308 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3309
3310 2007-01-22 Daiki Ueno <ueno@unixuser.org>
3311
3312 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3313
3314 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3315 `write-region' to respect `mm-inhibit-file-name-handlers'.
3316
3317 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3318
3319 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3320 Use gnus-home-directory instead of "~/" or "$HOME".
3321
3322 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3323
3324 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3325 to mention filename.
3326 Add comments at beginning regarding usage.
3327 (encrypt-write-file-contents): Change interactive so a string is
3328 acceptable. If the file has no associated model, show an error instead
3329 of a nonsense prompt.
3330
3331 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3332
3333 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3334 Thanks to Yoshihiko Yamada for kind notification of this typo.
3335
3336 2007-01-12 Kenichi Handa <handa@m17n.org>
3337
3338 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3339 multibyte buffer.
3340
3341 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3342
3343 * gnus-score.el (gnus-score-fast-scoring): New variable.
3344 (gnus-score-headers): Use it.
3345
3346 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3347
3348 * message.el (message-cite-original-1): Call
3349 gnus-article-highlight-citation if requested.
3350 (message-make-from): Allow name and address as optional arguments.
3351
3352 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3353
3354 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3355 bugs to doc string.
3356 (gnus-button-alist): Add mid\\|message-id.
3357 (gnus-button-fetch-group): Extend for use in
3358 `browse-url-browser-function'.
3359 (gnus-button-url-regexp): Try to catch paired parentheses like in
3360 Wikipedia URLs.
3361
3362 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3363 Suggested by Simon Krahnke <overlord@gmx.li>.
3364
3365 2007-01-13 Romain Francoise <romain@orebokech.com>
3366
3367 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3368 Update copyright.
3369
3370 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
3371
3372 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3373
3374 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
3375
3376 * gnus-registry.el (gnus-registry-unfollowed-groups)
3377 (gnus-registry-split-fancy-with-parent): Fix documentation.
3378
3379 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3380
3381 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3382 from nnweb groups.
3383
3384 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3385
3386 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3387 Xref urls. Erase buffer before requesting head.
3388
3389 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3390
3391 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3392
3393 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3394 customizable.
3395
3396 2007-01-05 Daiki Ueno <ueno@unixuser.org>
3397
3398 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3399 no signing key is found.
3400 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3401 no encrypting and/or signing key is found.
3402
3403 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3404
3405 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3406
3407 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3408
3409 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3410 headers read from disk with the ones newly found in the current search.
3411 This should no longer cause problems, because the article numbers in
3412 Gmane's `nov.php' output are ignored since the previous change.
3413
3414 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3415
3416 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3417
3418 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3419
3420 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3421
3422 2007-01-01 Romain Francoise <romain@orebokech.com>
3423
3424 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3425
3426 2006-12-31 Steve Youngs <steve@sxemacs.org>
3427
3428 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3429 `define-minor-mode' macro definition expanded properly.
3430 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3431 exclude it there.
3432
3433 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3434 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3435 `fboundp' test.
3436 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3437 This is OK to autoload in (S)XEmacs now.
3438
3439 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3440
3441 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3442 keystroke.
3443 (gnus-summary-limit-to-singletons): Fix typo.
3444
3445 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3446 else fails.
3447
3448 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3449
3450 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3451 docstring.
3452
3453 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3454 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3455 (gnus-summary-insert-dormant-articles): Fix typo in message.
3456
3457 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3458
3459 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3460 nil for XEmacs.
3461 (gnus-message-citation-mode): Don't autoload in XEmacs.
3462
3463 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3464
3465 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3466
3467 * nnimap.el (nnimap-expunge-search-string): Mention
3468 nnimap-search-uids-not-since-is-evil in docstring.
3469
3470 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3471
3472 * spam.el: Revert to make-obsolete-variable because
3473 define-obsolete-variable-alias is not supported in Emacs 21.
3474
3475 * spam.el (spam-ifile-path, spam-ifile-database-path)
3476 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3477 make-obsolete-variable.
3478 (spam-bsfilter-path, spam-bsfilter-program)
3479 (spam-spamassassin-path, spam-spamassassin-program)
3480 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3481 use "path" inappropriately.
3482 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3483 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3484 variable names.
3485
3486 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3487
3488 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3489 summary buffer.
3490
3491 * password.el (password-cache-remove): Use clear-string to burn
3492 password, if available.
3493
3494 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3495
3496 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3497
3498 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3499
3500 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3501 (gnus-message-highlight-citation): Move defcustom here from
3502 gnus-cite.el.
3503 (gnus-message-citation-mode): Autoload.
3504
3505 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3506 checks to make it compile with XEmacs.
3507 (gnus-message-citation-mode): New minor mode.
3508 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3509 (gnus-message-highlight-citation): New variables.
3510 (gnus-message-search-citation-line)
3511 (gnus-message-add-citation-keywords)
3512 (gnus-message-remove-citation-keywords)
3513 (turn-on-gnus-message-citation-mode)
3514 (turn-off-gnus-message-citation-mode): New functions.
3515
3516 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3517
3518 * gnus-cite.el: Enable highlighting of different citation levels in
3519 message-mode.
3520
3521 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3522
3523 * message.el (message-make-fqdn): Fix comment.
3524 (message-bogus-system-names): Add ".local".
3525
3526 * spam.el (spam-ifile-path, spam-ifile-program)
3527 (spam-ifile-database-path, spam-ifile-database)
3528 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3529 Don't use "path" inappropriately.
3530 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3531 strings.
3532 (spam-check-ifile, spam-ifile-register-with-ifile)
3533 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3534 new variable names.
3535
3536 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3537 (gnus-treat-display-smileys): Simplify using
3538 gnus-image-type-available-p.
3539
3540 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3541 available.
3542
3543 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3544
3545 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3546 one after turning on the buffer's multibyteness instead of decoding
3547 them directly in the unibyte buffer that causes unexpected conversion
3548 in Emacs 23 (unicode).
3549
3550 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3551
3552 * message.el (message-generate-hashcash): Fix custom type.
3553
3554 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3555
3556 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3557
3558 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3559
3560 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3561 disconnect icons. Add help text.
3562
3563 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3564
3565 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3566 negated to be consistent with the others we handle.
3567
3568 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3569
3570 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3571 version of gnus-summary-buffer to something, so that we can use two
3572 article buffers at the same time.
3573
3574 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3575
3576 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3577 trigger all the extra headers.
3578 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3579 sorting.
3580
3581 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3582
3583 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3584 solid groups.
3585
3586 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3587
3588 * legacy-gnus-agent.el: Add Copyright notice.
3589
3590 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3591
3592 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3593
3594 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3595
3596 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3597
3598 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3599 to make it work reliably in CVS Emacs.
3600 (gnus-summary-limit-strange-charsets-predicate)
3601 (gnus-summary-limit-to-predicate): New functions.
3602
3603 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3604
3605 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3606 specifying array size.
3607 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3608 array if it is too small.
3609 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3610 (gnus-sort-threads-loop): New function.
3611
3612 2006-12-06 Chris Moore <dooglus@gmail.com>
3613
3614 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3615 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3616
3617 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3618
3619 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3620 options.
3621
3622 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3623
3624 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3625 DOS-ing the recipient.
3626
3627 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3628 the headers when creating the mapping to avoid mismappings.
3629 (nnweb-gmane-create-mapping): Always nix out old mapping.
3630
3631 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3632
3633 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3634 and mm-verify-option to never.
3635
3636 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3637
3638 * message.el (message-signed-or-encrypted-p): New function.
3639 (message-forward-make-body): Use it.
3640
3641 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3642 Replace encode-coding-string with mm-encode-coding-string.
3643
3644 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3645
3646 * nneething.el (nneething-decode-file-name): Replace
3647 decode-coding-string with mm-decode-coding-string.
3648
3649 * gnus-int.el (gnus-open-server): Say failed server's name.
3650
3651 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3652
3653 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3654 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3655
3656 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3657 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3658 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3659 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3660 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3661 (gnus-subscribe-newsgroup, gnus-1):
3662 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3663 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3664 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3665 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3666
3667 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3668
3669 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3670 keystroke.
3671 (gnus-summary-limit-to-bodies): Implement headersp.
3672
3673 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3674
3675 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3676
3677 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3678
3679 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3680
3681 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3682
3683 * message.el (message-generate-hashcash): Expand range of values to
3684 include `opportunistic'.
3685 (message-send-mail): Use it.
3686
3687 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3688
3689 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3690 and comment it.
3691
3692 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3693
3694 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3695
3696 * gnus-util.el (gnus-extract-address-components): Improve comment.
3697
3698 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3699
3700 * gnus-util.el (gnus-extract-address-components): Work with address in
3701 which the name portion contains @.
3702
3703 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3704
3705 * gnus.el (gnus-start): Move custom group up.
3706 (gnus-select-method): Don't autoload, but make it available for
3707 `customize-variable'.
3708 (gnus-getenv-nntpserver): Don't autoload.
3709
3710 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3711
3712 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3713
3714 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3715
3716 * message.el (message-sendmail-extra-arguments): New variable.
3717 (message-send-mail-with-sendmail): Use it.
3718
3719 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3720
3721 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3722 mm-with-unibyte-current-buffer to make string unibyte.
3723
3724 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3725 mm-string-as-multibyte.
3726
3727 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3728
3729 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3730 Reported by Werner Koch <wk@gnupg.org>.
3731
3732 2006-11-14 Daiki Ueno <ueno@p360>
3733
3734 * mml2015.el: Autoload epa-select-keys when compiling.
3735
3736 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3737
3738 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3739 message-options.
3740 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3741
3742 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3743
3744 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3745 EasyPG (< 0.0.6).
3746 (mml2015-always-trust): New user option.
3747 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3748 prompt.
3749
3750 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3751
3752 * nntp.el (nntp-authinfo-force): New variable.
3753 (nntp-send-authinfo): Use it.
3754
3755 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3756
3757 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3758 decode encoded words. Improve prompt. Add comment about forwarding.
3759 (message-replacement-char): Move up.
3760
3761 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3762
3763 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3764 instead of gnus-intersection because arguments of gnus-sorted-nunion
3765 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3766
3767 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3768
3769 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3770 (message-simplify-subject-functions): Enable
3771 message-strip-subject-encoded-words by default.
3772
3773 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3774
3775 * message.el (message-strip-subject-encoded-words): New function
3776 (message-simplify-subject-functions): New variable.
3777 (message-simplify-subject): Use it. Fix typo in doc string.
3778 Support message-strip-subject-encoded-words.
3779
3780 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3781
3782 * gnus-diary.el (gnus-diary-delay-format-function):
3783 * nndiary.el (nndiary-reminders):
3784 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3785
3786 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3787
3788 * gnus-art.el (article-hide-boring-headers): Fetch date from
3789 gnus-original-article-buffer to avoid problems with localized date
3790 strings.
3791
3792 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3793
3794 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3795
3796 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3797
3798 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3799 New variables.
3800 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3801 (mm-charset-synonym-alist): Move some entries to
3802 mm-codepage-iso-8859-list.
3803 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3804 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3805
3806 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3807
3808 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3809
3810 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3811
3812 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3813 with Emacs 21 and XEmacs.
3814
3815 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3816
3817 * spam.el (spam-parse-address): New function for better parsing,
3818 catching errors, etc.
3819 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3820
3821 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3822
3823 * mm-view.el: Add interactive arg to html2text autoload.
3824
3825 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3826
3827 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3828
3829 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3830
3831 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3832 variables.
3833 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3834 (mm-charset-synonym-alist): Move some entries to
3835 mm-codepage-iso-8859-list.
3836
3837 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3838
3839 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3840
3841 * message.el (message-citation-line-format)
3842 (message-insert-formated-citation-line): Fix implementation of %E, %N
3843 and %n according to the doc string.
3844
3845 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3846
3847 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3848 car-safe to avoid bad parses.
3849
3850 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3851
3852 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3853 names.
3854
3855 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3856
3857 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3858
3859 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3860 header.
3861
3862 * message.el (message-draft-headers): Add Date.
3863 (message-headers-to-generate): Fix typo in docstring.
3864
3865 * nndraft.el (nndraft-required-headers): New variable.
3866 (nndraft-generate-headers): Use it.
3867
3868 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3869
3870 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3871
3872 * gnus-registry.el (gnus-registry-wash-for-keywords)
3873 (gnus-registry-find-keywords): New functions to allow easy searching of
3874 articles that are in the registry.
3875
3876 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3877
3878 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3879 ietf-drums-parse-address instead of gnus-extract-address-components.
3880 Reported by Damien Elmes <damien@repose.cx>.
3881
3882 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3883
3884 * gnus.el (gnus-mime): Remove unused custom group.
3885
3886 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3887
3888 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3889 "blank line" when searching for end of armor headers.
3890
3891 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3892
3893 * gmm-utils.el (gmm-write-region): Fix variable name.
3894
3895 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3896
3897 * gmm-utils.el (gmm-write-region): New function based on compatibility
3898 code from `mm-make-temp-file'.
3899
3900 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3901
3902 * nnmaildir.el (nnmaildir--update-nov)
3903 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3904 Use `gmm-write-region'.
3905
3906 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3907
3908 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3909 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3910
3911 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3912
3913 * message.el (message-replacement-char): New variable.
3914 (message-fix-before-sending): Use it.
3915 (message-simplify-subject): New function to remove duplicate code.
3916 (message-reply, message-followup): Use it.
3917
3918 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3919 gnus-summary-limit-to-articles.
3920
3921 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3922
3923 * gnus-util.el (gnus-with-local-quit): New macro.
3924
3925 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3926
3927 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3928
3929 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3930 ignore non-string data.
3931
3932 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
3933
3934 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3935 non-string data (needs to be done in the registry too).
3936
3937 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3938
3939 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3940 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3941 (gnus-registry-split-fancy-with-parent)
3942 (gnus-registry-fetch-simplified-message-subject-fast)
3943 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3944 Remove text properties on ingress into the registry and when it's saved.
3945 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3946 registry from entries with no groups.
3947
3948 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3949
3950 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3951 function to remove string properties.
3952
3953 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3954
3955 * gmm-utils.el (gmm): Adjust custom version.
3956
3957 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3958 custom version.
3959
3960 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3961
3962 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3963
3964 * gnus-art.el (gnus-insert-prev-page-button)
3965 (gnus-insert-next-page-button): Simplify. Reformat.
3966
3967 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3968
3969 * gnus-art.el (gnus-insert-prev-page-button)
3970 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3971
3972 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3973
3974 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3975
3976 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3977
3978 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3979 gnus-article-button-face to MIME and security buttons.
3980
3981 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3982
3983 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3984 readable.
3985
3986 2006-09-20 Steve Youngs <steve@sxemacs.org>
3987
3988 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3989 `browse-url-of-file' instead of `browse-url'.
3990
3991 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3992
3993 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3994 regexp. Articles containing quotation were cut prematurely.
3995
3996 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3997
3998 * message.el (message-cite-original-1): Use nobody by default for the
3999 value of From header.
4000 (message-reply): Ditto.
4001
4002 2006-09-11 Daiki Ueno <ueno@unixuser.org>
4003
4004 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4005 to the gnus-info. This fixes a bug of inline-PGP message verification.
4006 Reported by Michael Piotrowski <mxp@dynalabs.de>.
4007
4008 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
4009
4010 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4011 mails in the doc string. Add some URLs in comment.
4012 (pop3-movemail): Warn about pop3-leave-mail-on-server.
4013
4014 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4015
4016 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4017 backslashes handling and the way to find boundaries of quoted strings.
4018
4019 2006-09-07 Daiki Ueno <ueno@unixuser.org>
4020
4021 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4022 mml1991-encrypt-to-self is set and mml1991-signers is not set.
4023 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4024 mml2015-encrypt-to-self is set and mml2015-signers is not set.
4025
4026 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
4027
4028 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
4029 doc string.
4030 (gnus-button-regexp, gnus-button-last): Remove unused variables.
4031
4032 2006-09-06 Simon Josefsson <jas@extundo.com>
4033
4034 * mml2015.el (mml2015-use): Doc fix, mention epg.
4035
4036 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4037
4038 * mml2015.el (mml2015-use): Default to epg, if available.
4039
4040 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4041
4042 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4043 message-sender.
4044 (mml1991-epg-encrypt): Ditto.
4045 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4046 message-sender.
4047 (mml2015-epg-encrypt): Ditto.
4048
4049 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
4050
4051 * message.el (message-send-mail-with-sendmail): Look for sendmail in
4052 several common directories.
4053
4054 2006-09-05 Daiki Ueno <ueno@unixuser.org>
4055
4056 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4057 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4058
4059 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4060
4061 * gnus-art.el (article-decode-encoded-words): Make it fast.
4062
4063 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4064
4065 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4066
4067 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4068 in quoted string into `\'.
4069
4070 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4071
4072 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4073 Use standard-syntax-table.
4074
4075 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4076
4077 * gnus-art.el (gnus-decode-address-function): New variable.
4078 (article-decode-encoded-words): Use it to decode headers which are
4079 assumed to contain addresses.
4080 (gnus-mime-delete-part): Remove useless `or'.
4081
4082 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4083 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4084 (gnus-nov-parse-line): Use it to decode From header.
4085 (gnus-get-newsgroup-headers): Ditto.
4086 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4087
4088 * mail-parse.el (mail-decode-encoded-address-region): New alias.
4089 (mail-decode-encoded-address-string): New alias.
4090
4091 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4092 New function.
4093 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4094 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4095 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4096 (rfc2047-decode-string): Ditto.
4097 (rfc2047-decode-address-region): New function.
4098 (rfc2047-decode-address-string): New function.
4099
4100 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
4101
4102 * message.el (message-caesar-buffer-body): Allow rotating headers.
4103
4104 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4105
4106 * message.el (message-insert-formated-citation-line): Fix %f.
4107 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4108
4109 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4110
4111 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4112 (gnus-bookmark-mouse-available-p): New macro.
4113 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4114 (gnus-bookmark-bmenu-show-infos): Use it.
4115 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4116 (gnus-bookmark-bmenu-hide-infos): Ditto.
4117 (gnus-bookmark-remove-properties): New function.
4118 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4119 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4120 (gnus-bookmark-write-file): Bind coding-system-for-write.
4121 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4122 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4123 group before selecting it.
4124 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4125 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4126 quit-window if it is not available; use gnus-mouse-2 and bind it to
4127 gnus-bookmark-bmenu-select-by-mouse.
4128 (gnus-bookmark-show-details): Remove unused variable `details-list'.
4129 (gnus-bookmark-bmenu-select-by-mouse): New function.
4130
4131 2006-08-13 Romain Francoise <romain@orebokech.com>
4132
4133 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4134 space.
4135
4136 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4137
4138 * compface.el (uncompface): Use binary rather than raw-text-unix.
4139
4140 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4141
4142 * compface.el (uncompface): Make sure the eol conversion doesn't take
4143 place when communicating with the external programs. Reported by
4144 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4145
4146 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
4147
4148 * nnheader.el (nnheader-insert-head): Fix typo in comment.
4149
4150 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4151
4152 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4153 Make it more robust by parsing author and date independently.
4154
4155 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4156
4157 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4158
4159 2006-07-28 Daiki Ueno <ueno@unixuser.org>
4160
4161 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4162 first matching secret key.
4163 (mml2015-epg-encrypt): Ditto.
4164
4165 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4166 first matching secret key.
4167 (mml1991-epg-encrypt): Ditto.
4168
4169 * mml2015.el (mml2015-encrypt-to-self): New user option.
4170 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4171 mml2015-epg-encrypt-to-self is set.
4172
4173 * mml1991.el (mml1991-encrypt-to-self): New variable.
4174 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4175 mml1991-epg-encrypt-to-self is set.
4176
4177 * mml2015.el (mml2015-signers): New user option.
4178 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4179 (mml2015-epg-encrypt): Allow to select signing keys.
4180
4181 * mml1991.el (mml1991-signers): New variable.
4182 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4183 (mml1991-epg-encrypt): Allow to select signing keys.
4184
4185 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4186
4187 * nnheader.el (nnheader-insert-head): Make it work even if the file
4188 uses CRLF for the line-break code.
4189
4190 2006-07-25 Daiki Ueno <ueno@unixuser.org>
4191
4192 * mml2015.el: Require mml-sec instead of password.
4193 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4194 (mml2015-cache-passphrase): Inherit the default value from
4195 mml-secure-cache-passphrase.
4196 (mml2015-passphrase-cache-expiry): Inherit the default value from
4197 mml-secure-passphrase-cache-expiry.
4198
4199 * mml1991.el: Require mml-sec instead of password.
4200 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4201 (mml1991-cache-passphrase): Inherit the default value from
4202 mml-secure-cache-passphrase.
4203 (mml1991-passphrase-cache-expiry): Inherit the default value from
4204 mml-secure-passphrase-cache-expiry.
4205
4206 * mml-sec.el: Require password.
4207 (mml-secure-verbose): New user option.
4208 (mml-secure-cache-passphrase): New user option.
4209 (mml-secure-passphrase-cache-expiry): New user option.
4210
4211 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4212
4213 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4214 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
4215 andreas@altroot.de (Andreas Vögele).
4216
4217 FIXME: Use `tiny change'?
4218
4219 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4220
4221 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4222 workaround for the url package included with Emacs.
4223
4224 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4225
4226 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4227
4228 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4229 correctly. This fixes a bug caused by the 2006-05-12 change.
4230
4231 2006-07-18 Karl Fogel <kfogel@red-bean.com>
4232
4233 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4234 some information about the error when saying that the `bogus' mail
4235 group will be used.
4236
4237 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4238
4239 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4240 string.
4241
4242 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4243
4244 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4245
4246 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4247
4248 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4249
4250 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4251
4252 * mml1991.el (mml1991-function-alist): Add epg.
4253 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4254 (mml1991-epg-encrypt): New functions.
4255
4256 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4257
4258 * mml2015.el (mml2015-verbose): New variable.
4259 (mml2015-cache-passphrase): Ditto.
4260 (mml2015-passphrase-cache-expiry): Ditto.
4261 (mml2015-function-alist): Add epg.
4262 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4263 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4264 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4265 functions.
4266
4267 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4268
4269 * message.el (message-cite-original-1): Preserve region when removing
4270 quoted text due to X-No-Archive in order to avoid bogus attribution
4271 when citing multiple messages.
4272
4273 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4274
4275 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4276 Kenneth Jacker <khj@be.cs.appstate.edu>.
4277
4278 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4279
4280 * gnus-diary.el (gnus-user-format-function-d)
4281 (gnus-user-format-function-D): Autoload.
4282
4283 * imap.el (Commentary): Fix typo.
4284
4285 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4286 2006-04-22 contribution.
4287
4288 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4289
4290 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4291 It didn't really fix the bogosity I'm seeing with solid web groups.
4292
4293 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4294
4295 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4296 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4297 created using server names. If we use the feature without declaring
4298 it, Gnus does not properly manage server and group state.
4299
4300 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4301 bound.
4302
4303 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4304
4305 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4306 looking up the method using GROUP's prefix before inventing a new one.
4307 It is used on killed/unknown groups in various places where returning
4308 an all-new method isn't expected by the caller.
4309
4310 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4311 and match semantics of gnus-group-real-prefix.
4312
4313 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4314
4315 * nnmail.el (nnmail-broken-references-mailers): New variable.
4316 (nnmail-ignore-broken-references): New function generalizing
4317 nnmail-fix-eudora-headers.
4318 (nnmail-fix-eudora-headers): Now obsolete.
4319
4320 * gnus-art.el (gnus-button-handle-custom): Support
4321 `customize-apropos*'.
4322
4323 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4324
4325 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4326
4327 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4328 articles.
4329
4330 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4331
4332 * message.el (message-cite-reply-above): New variable.
4333 (message-yank-original): Use it.
4334
4335 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4336
4337 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4338
4339 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4340
4341 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4342 as read.
4343
4344 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4345
4346 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4347
4348 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4349 (gnus-bookmark-default-file): Use gnus-directory.
4350 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4351 Remove "*" in doc string.
4352 (gnus-bookmark-write-file): Simplify.
4353 (gnus-bookmark-maybe-sort-alist): Use `when'.
4354 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4355 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4356 FIXME about Emacs 21 and XEmacs compatibility.
4357 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4358 compatibility.
4359 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4360 compatibility.
4361 (gnus-bookmark-menu-heading): Fix version.
4362
4363 2006-06-19 Bastien Guerry <bzg@altern.org>
4364
4365 * gnus-bookmark.el: New file.
4366
4367 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4368
4369 * message.el (message-syntax-checks): Doc fix.
4370
4371 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4372
4373 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4374 unsubscribed groups as if they were killed ones. It causes duplicate
4375 entries in gnus-newsrc-alist.
4376
4377 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4378
4379 * message.el (message-syntax-checks): Doc fix.
4380 (message-send-mail): Add check for continuation headers.
4381 (message-check-news-header-syntax): Fix regexp used to check for
4382 continuation headers.
4383
4384 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4385
4386 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4387
4388 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4389
4390 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4391
4392 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4393
4394 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4395 default-truncate-lines.
4396
4397 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4398
4399 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4400 to fill the utf-8 entry.
4401
4402 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4403
4404 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4405
4406 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4407
4408 * gnus-agent.el (directory-files-and-attributes): Move all the way
4409 forward (the third and final move).
4410 (gnus-agent-read-agentview): Trap reconstruction errors due to
4411 nonexistant directory. Handle by returning nil.
4412
4413 2006-05-30 Didier Verna <didier@xemacs.org>
4414
4415 * message.el (message-dont-reply-to-names): Update the custom type.
4416 * message.el (message-dont-reply-to-names): New defsubst: potentially
4417 convert a list of regexps into a single one.
4418 * message.el (message-get-reply-headers): Use it.
4419 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4420
4421 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4422
4423 * gnus-agent.el (directory-files-and-attributes): Move forward.
4424
4425 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4426
4427 * gnus-ml.el (gnus-mailing-list-subscribe)
4428 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4429 (gnus-mailing-list-message): Fix doc strings.
4430
4431 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4432
4433 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4434 of doing it manually.
4435
4436 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4437
4438 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4439 comment.
4440
4441 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4442
4443 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4444 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4445 (gnus-agent-read-local): All symbols allocated in my-obarray
4446 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4447 (gnus-agent-regenerate-group): Check numeric names to see if they are
4448 messages or groups.
4449 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4450 better way of do this...)
4451
4452 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4453 'dummy.group' (there should be a better way of do this...)
4454
4455 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4456
4457 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4458 (gnus-saved-headers): Ditto.
4459 (gnus-default-article-saver): Mention functions may have properties.
4460 (gnus-article-save): Override gnus-save-all-headers and
4461 gnus-saved-headers by :headers property which saver function may have.
4462 (gnus-summary-save-in-file): Add :headers property.
4463 (gnus-summary-write-to-file): Ditto.
4464
4465 * gnus-sum.el (gnus-summary-save-article): Bind
4466 gnus-prompt-before-saving to t when saving many articles in a file;
4467 always show all headers.
4468
4469 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4470
4471 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4472 marks.
4473
4474 * message.el (message-indent-citation): Add optional arguments to allow
4475 using it outside of message buffers.
4476
4477 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4478 (gnus-article-treat-unfold-headers): Use it.
4479 (gnus-article-truncate-lines): New variable.
4480 (gnus-article-mode): Use it.
4481 (gnus-article-toggle-truncate-lines): New function.
4482
4483 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4484 gnus-article-toggle-truncate-lines.
4485
4486 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4487 coding system in XEmacs, use binary.
4488
4489 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4490
4491 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4492 after-load-alist.
4493
4494 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4495 this function should save decoded articles.
4496 (gnus-summary-write-to-file): Use property to specify this function
4497 should save decoded articles and specify gnus-summary-save-in-file
4498 should be used to save articles other than the first one when saving
4499 many articles.
4500 (gnus-summary-save-body-in-file): Use property to specify this
4501 function should save decoded articles.
4502 (gnus-summary-write-body-to-file): Use property to specify this
4503 function should save decoded articles and specify
4504 gnus-summary-save-body-in-file should be used to save articles other
4505 than the first one when saving many articles.
4506
4507 * gnus-sum.el (gnus-summary-save-article): Simplify.
4508
4509 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4510
4511 * gnus-art.el (gnus-default-article-saver): Add
4512 gnus-summary-write-body-to-file.
4513 (gnus-article-save-coding-system): Don't use coding system object
4514 in XEmacs.
4515 (gnus-read-save-file-name): Add optional `dir-var' argument which
4516 specifies directory in which files are saved; work even if optional
4517 `variable' argument is not specified.
4518 (gnus-summary-write-to-file): Read file name.
4519 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4520 (gnus-summary-write-body-to-file): New function.
4521
4522 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4523 (gnus-summary-local-variables): Add it.
4524 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4525 (gnus-summary-save-article): Remove optional `decode' argument;
4526 determine whether to decode articles by the value of
4527 gnus-default-article-saver; when saving many files using
4528 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4529 it first and use gnus-summary-save-in-file or
4530 gnus-summary-save-body-in-file thereafter unless
4531 gnus-prompt-before-saving is always; move point to article which
4532 will be saved.
4533 (gnus-summary-save-article-file): Revert.
4534 (gnus-summary-write-article-file): Revert.
4535 (gnus-summary-save-article-body-file): Revert.
4536 (gnus-summary-write-article-body-file): New function.
4537
4538 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4539
4540 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4541
4542 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4543
4544 * gnus-art.el (gnus-default-article-saver): Doc fix.
4545 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4546 from gnus-summary-save-article-coding-system, and default to a
4547 certain coding system.
4548 (gnus-output-to-file): Add coding cookie and encode text according
4549 to gnus-article-save-coding-system; don't use mm-append-to-file.
4550
4551 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4552 gnus-art.el and rename to gnus-article-save-coding-system.
4553 (gnus-summary-save-article): Require gnus-art; don't show all
4554 headers if it decodes articles; don't add coding cookie here;
4555 don't bind mm-text-coding-system-for-write.
4556 (gnus-summary-save-article-file): Save decoded articles.
4557 (gnus-summary-write-article-file): When saving many files, use
4558 gnus-summary-write-to-file first and gnus-summary-save-in-file
4559 thereafter unless gnus-prompt-before-saving is always.
4560 (gnus-summary-save-article-body-file): Save decoded articles.
4561
4562 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4563
4564 * nnrss.el (nnrss-check-group): Bind hash-index.
4565
4566 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4567
4568 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4569 its hash index. Store this hash in `nnrss-group-data'.
4570 (nnrss-read-group-data): Update accordingly.
4571
4572 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4573
4574 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4575 entry.
4576
4577 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4578 gnus-article-browse-html-article.
4579
4580 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4581
4582 * gnus-sum.el (gnus-summary-mime-map): Add
4583 gnus-article-browse-html-article.
4584 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4585
4586 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4587 suitable coding systems in customize.
4588
4589 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4590
4591 * mail-source.el (mail-sources): Fix custom type.
4592
4593 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4594
4595 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4596 (gnus-summary-expire-articles-now): Shorten prompt.
4597
4598 * gmm-utils.el (wid-edit): Require.
4599 (defun-gmm): Renamed from `gmm-defun-compat'.
4600 (gmm-image-search-load-path): Use it.
4601 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4602
4603 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4604
4605 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4606 variable.
4607 (gnus-summary-save-article): Add optional `decode' argument. If
4608 it is set and gnus-summary-save-article-coding-system is non-nil,
4609 save decoded article.
4610 (gnus-summary-write-article-file): Save decoded article if
4611 gnus-summary-save-article-coding-system is non-nil.
4612
4613 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4614 type.
4615
4616 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4617
4618 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4619
4620 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4621
4622 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4623 first to test gnus-single-article-buffer which may be buffer-local.
4624
4625 * gnus-sum.el (gnus-summary-setup-buffer): Make
4626 gnus-single-article-buffer buffer-local and nil in ephemeral
4627 group; make gnus-article-buffer, gnus-article-current, and
4628 gnus-original-article-buffer always buffer-local.
4629 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4630 group.
4631 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4632
4633 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4634
4635 * nnml.el (nnml-request-compact-group): Compressed files might not
4636 have .gz extension.
4637
4638 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4639
4640 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4641 (mm-copy-to-buffer): Use with-current-buffer.
4642 (mm-display-part): Simplify.
4643 (mm-inlinable-p): Add optional arg `type'.
4644
4645 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4646
4647 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4648 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4649 Try harder to show the attachment internally or externally using
4650 gnus-mime-view-part-as-type.
4651
4652 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4653
4654 * message.el (message-from-style, message-signature-separator)
4655 (message-user-organization-file, message-send-mail-function)
4656 (message-citation-line-function, message-yank-prefix)
4657 (message-indent-citation-function, message-signature)
4658 (message-signature-file, message-signature-insert-empty-line):
4659 Remove autoloads.
4660
4661 * gnus-art.el (gnus-buttonized-mime-types): Remove
4662 "multipart/signed". Revert 2006-04-26 change.
4663
4664 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4665
4666 * gnus.el (gnus-version-number): Bump version.
4667
4668 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4669
4670 * gnus.el: No Gnus v0.5 is released.
4671
4672 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4673
4674 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4675 fetching articles by message-id.
4676
4677 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4678
4679 * message.el (hashcash): Require hashcash as normal.
4680
4681 * ecomplete.el (ecomplete-highlight-match-line): Use
4682 point-at-eol.
4683 (ecomplete-highlight-match-line): Use `highlight', because that
4684 face exists in both Emacs and XEmacs.
4685
4686 * message.el (message-display-abbrev): Use point-at-bol.
4687
4688 * mail-source.el: Don't require timer/timer-funcs.
4689
4690 * gnus-async.el: Ditto.
4691
4692 * password.el: Ditto.
4693
4694 * mm-url.el: Ditto.
4695
4696 * mm-util.el: Require timer/timer-funcs.
4697
4698 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4699
4700 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4701 Close.
4702
4703 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4704
4705 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4706 unibyte after clear-decrypt function runs.
4707
4708 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4709 returns as a unibyte string.
4710
4711 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4712
4713 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4714 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4715 (mml1991-pgg-encrypt): Ditto.
4716
4717 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4718
4719 * message.el (message-user-organization-file): Check several
4720 locations of the organization file.
4721
4722 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4723 Add gnus-article-view-part-as-type.
4724
4725 * gnus-art.el (gnus-article-view-part-as-type): New function.
4726
4727 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4728 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4729
4730 * mml.el: Simplify autoload.
4731 (mml-mode): defvar dnd-protocol-alist instead of using
4732 symbol-value.
4733 (mml-default-directory): New variable.
4734 (mml-minibuffer-read-file): Use it.
4735 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4736
4737 * message.el (message-citation-line-format): New variable.
4738 (message-insert-formated-citation-line): New function.
4739 (message-citation-line-function): Add
4740 `message-insert-formated-citation-line' to custom type.
4741
4742 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4743 to doc string.
4744
4745 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4746 depending on mm-verify-option.
4747
4748 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4749
4750 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4751 binding pgg-* variables; reimplement the section which prevents
4752 MIME header from being signed.
4753 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4754 pgg-text-mode; remove a blank line at the top of body.
4755
4756 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4757 lines at the top of body; use gnus-newsgroup-charset if there's no
4758 Charset header.
4759
4760 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4761
4762 * message.el (message-self-insert-commands): Doc fix.
4763
4764 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4765 (mm-uu-pgp-encrypted-test): Ditto.
4766 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4767 between header and body; return application/pgp-encrypted handle
4768 if decryption failed; decode decrypted body by charset.
4769
4770 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4771 element match to application/pgp-*.
4772
4773 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4774
4775 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4776 HTML.
4777
4778 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4779
4780 * mail-source.el (mail-source-call-script): Message the error
4781 string.
4782
4783 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4784
4785 * gnus-util.el (gnus-byte-compile): Use it.
4786
4787 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4788
4789 * gnus-util.el (kill-empty-logs): New function.
4790
4791 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4792
4793 * message.el (message-mail-alias-type): Doc fix.
4794 (message-mail-alias-type-p): New function.
4795 (message-send): Use it.
4796 (message-mode): Ditto.
4797 (message-strip-forbidden-properties): Ditto.
4798
4799 * ecomplete.el (ecomplete-database-file-coding-system): New
4800 variable.
4801 (ecomplete-save): Use it.
4802 (ecomplete-setup): Use it.
4803
4804 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4805
4806 * message.el (message-self-insert-commands): New variable.
4807 (message-strip-forbidden-properties): Use it.
4808
4809 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4810
4811 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4812 that doesn't make XEmacs choke.
4813
4814 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4815
4816 * gnus-util.el (gnus-replace-in-string):
4817 Prefer replace-regexp-in-string over of replace-in-string.
4818
4819 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4820
4821 * gnus-util.el (gnus-select-frame-set-input-focus):
4822 Use select-frame-set-input-focus if it is available in XEmacs; use
4823 definition defined in Emacs 22 for old Emacsen.
4824
4825 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4826
4827 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4828
4829 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4830
4831 * gnus-registry.el (gnus-registry-cache-save): Remove text
4832 properties when saving via the temp buffer.
4833
4834 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4835
4836 * message.el (message-generate-hashcash): Honor custom type.
4837
4838 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4839
4840 * message.el (message-generate-hashcash): Default to non-nil when
4841 hashcash is found.
4842
4843 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4844 (gnus-refer-thread-limit): Increase default to 500.
4845
4846 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4847
4848 * flow-fill.el (fill-flowed): Allow delete-space.
4849
4850 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4851
4852 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4853 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4854 Remove autoloads.
4855
4856 2006-04-18 Simon Josefsson <jas@extundo.com>
4857
4858 * message.el (message-generate-hashcash): Default to.
4859
4860 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4861
4862 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4863 concatenating segments rather than before concatenating them.
4864
4865 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4866
4867 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4868
4869 * imap.el (imap-quote-specials): New function.
4870 (imap-login-auth): Quote specials.
4871
4872 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4873
4874 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4875
4876 * message.el (message-forward-make-body-plain): Allow
4877 message-forward-ignored-headers to be a list.
4878 (message-remove-ignored-headers): Factor out into function.
4879 (message-forward-make-body-mml): Use it.
4880 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4881 (rfc2231-parse-string): Allow concatanation of parameters that
4882 aren't contiguous. The test case is
4883 (mail-header-parse-content-type "message/external-body;
4884 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4885 access-type=LOCAL-FILE;
4886 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4887
4888 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4889
4890 * nntp.el (nntp-accept-process-output): Return the value of
4891 `nnheader-accept-process-output'.
4892
4893 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4894
4895 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4896 (gnus-button-alist): Recognize more diff formats.
4897 (gnus-button-patch): Strip directory.
4898
4899 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4900
4901 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4902 Emacs 22 when setting focus.
4903
4904 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4905
4906 * gnus-art.el (gnus-article-treat-types): Do treatment of
4907 text/x-verbatim parts.
4908 (gnus-button-patch): New command.
4909
4910 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4911 addresses that contain invalid characters.
4912
4913 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4914
4915 * message.el (message-put-addresses-in-ecomplete): Use
4916 gnus-replace-in-string.
4917 (message-is-yours-p): Use the more correct
4918 mail-header-parse-address instead of
4919 mail-extract-address-components.
4920 (message-put-addresses-in-ecomplete): Fix typo.
4921
4922 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4923 keystroke.
4924
4925 * gnus-art.el (gnus-treatment-function-alist): Change order of
4926 newsgroups/generic header folding to avoid double-folding.
4927
4928 * message.el (message-hidden-headers): Add X-Draft-From.
4929
4930 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4931 command.
4932 (gnus-summary-repeat-search-article-backward): New command.
4933
4934 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4935 groups in the parent topic.
4936
4937 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
4938
4939 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4940 (spam-extra-header-to-number): Return the CRM114 number as a
4941 number instead of a string.
4942
4943 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4944
4945 * gnus-art.el (gnus-face-properties-alist): Moved here from
4946 gnus-fun.
4947
4948 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4949
4950 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4951
4952 * message.el (message-strip-forbidden-properties): Only display on
4953 self-insert-command.
4954
4955 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4956 reindent.
4957 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4958
4959 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4960
4961 * smiley.el (smiley-style): Fix typo.
4962
4963 2006-03-23 Kenichi Handa <handa@m17n.org>
4964
4965 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4966 instead of set-buffer-multibyte.
4967
4968 2006-03-23 Kenichi Handa <handa@m17n.org>
4969
4970 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4971 buffer and then decode the buffer text if necessary.
4972 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4973 first, and after mm-encode-body, change the buffer to unibyte.
4974
4975 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4976
4977 * hashcash.el (hashcash-insert-payment-async-2): Use
4978 message-goto-eoh instead of doing it manually.
4979 (mail-add-payment): Use message-narrow-to-header instead of trying
4980 to do the same itself.
4981
4982 * message.el (message-hidden-headers): Add Face.
4983
4984 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4985 reparenting code.
4986 (gnus-summary-reparent-children): Refactored out code.
4987 (gnus-summary-thread-map): New keystroke.
4988 (gnus-summary-reparent-children): Make into command.
4989
4990 * smiley.el (smiley-style): Default to `medium' if using a large
4991 font.
4992
4993 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4994 does it itself.
4995
4996 * message.el (message-point-in-header-p): Simplify definition.
4997
4998 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4999
5000 * nnagent.el (nnagent-request-set-mark): Silence log file
5001 writing.
5002 (nnagent-request-set-mark): Use write-region instead of
5003 append-to-file.
5004
5005 * gnus-sum.el (gnus-read-header): Fudge article number if using a
5006 strange select method.
5007
5008 * ecomplete.el (ecomplete-display-matches): Get highlightling
5009 right.
5010 (ecomplete-display-matches): Use literals.
5011 (ecomplete-display-matches): Disable message logging.
5012
5013 * message.el (message-display-abbrev): Small optimization.
5014
5015 * ecomplete.el (ecomplete-display-matches): Allow automatic
5016 display.
5017
5018 * message.el (message-strip-forbidden-properties): Display
5019 abbrevs.
5020 (message-display-abbrev): Get automatic display right.
5021
5022 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5023 keystrokes.
5024
5025 2006-04-13 Romain Francoise <romain@orebokech.com>
5026
5027 TODO: Backport to v5-10!
5028
5029 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5030 Moved here (and renamed) from gnus-registry.el.
5031
5032 * gnus-registry.el: Require gnus-util.
5033 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5034
5035 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5036
5037 * gnus-group.el (gnus-group-catchup-current): Change
5038 if-then-else-if-then-else into cond.
5039 (gnus-group-catchup): Indent.
5040 (group-name-at-point): New function.
5041 (gnus-fetch-group): Provide default from thing at point.
5042
5043 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5044
5045 * message.el (message-display-abbrev): Fix regexp.
5046
5047 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5048 choosing.
5049 (ecomplete-highlight-match-line): Fix up code rewrite, remove
5050 dead variables.
5051
5052 * message.el (message-newline-and-indent): Remove debugging.
5053 (message-display-abbrev): Use new implementation.
5054
5055 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5056
5057 * gnus-art.el (gnus-article-mode): Set
5058 cursor-in-non-selected-windows to nil.
5059
5060 * smiley.el: Revert previous change.
5061 (smiley-data-directory): defvar it before using it in the
5062 defcustom of `smiley-style'.
5063
5064 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5065
5066 * message.el (message-newline-and-indent): New function.
5067
5068 * ecomplete.el: Implement more bits.
5069
5070 * message.el (message-put-addresses-in-ecomplete): Clean up the
5071 string.
5072
5073 * ecomplete.el (ecomplete-add-item): Chop off decimals.
5074
5075 * gnus-sum.el (gnus-summary-save-parts): Bind
5076 gnus-summary-save-parts-counter and use it to make unique file
5077 names.
5078
5079 * gnus-art.el (gnus-ignored-headers): Add some more headers.
5080
5081 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5082 parameter to say whether to actually parse the individual
5083 addresses.
5084
5085 * message.el (message-put-addresses-in-ecomplete): New function.
5086 (ecomplete): Require.
5087 (message-mail-alias-type): Add ecomplete as an option.
5088
5089 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
5090
5091 * flow-fill.el (fill-flowed): Remove trailing space from blank
5092 quoted lines.
5093
5094 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5095
5096 * smiley.el (smiley-style): Move definition later to avoid a
5097 compilation warning.
5098
5099 2006-04-12 Kenichi Handa <handa@m17n.org>
5100
5101 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5102 buffer and then decode the buffer text if necessary.
5103 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5104 first, and after mm-encode-body, change the buffer to unibyte.
5105 Use mm-disable-multibyte instead of set-buffer-multibyte.
5106
5107 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
5108
5109 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5110 Content-Type header instead of Content-Disposition header.
5111 (gnus-mime-inline-part): Ditto.
5112 (gnus-mime-view-part-as-charset): Ignore charset that the part
5113 specifies.
5114
5115 * mm-decode.el (mm-display-part): Work with external parts and
5116 usual parts similarly.
5117
5118 * mm-extern.el (mm-inline-external-body): Use mm-display-part
5119 instead of gnus-display-mime.
5120
5121 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5122 instead of with-temp-buffer.
5123
5124 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5125 tag to summarized topics part in order to encode non-ASCII text.
5126
5127 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5128
5129 * smiley.el (smiley-style): New variable.
5130 (smiley-directory): New function.
5131 (smiley-data-directory): Derive from `smiley-style' using
5132 `smiley-directory'.
5133 (smiley-regexp-alist): Add new entries.
5134
5135 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5136 (gnus-article-browse-delete-temp): Add :version.
5137
5138 2006-04-11 Arne Jørgensen <arne@arnested.dk>
5139
5140 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5141 the sieve region.
5142
5143 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5144
5145 * gnus.el (gnus-version-number): Bump version.
5146
5147 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5148
5149 * gnus.el: No Gnus v0.4 is released.
5150
5151 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5152
5153 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5154 layout.
5155
5156 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5157 unknown charset.
5158
5159 * message.el (message-header-synonyms): Add Original-To to the
5160 default.
5161
5162 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5163 optional parameter.
5164
5165 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5166
5167 * gnus-fun.el (gnus): Require it for gnus-directory.
5168
5169 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5170
5171 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5172
5173 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5174
5175 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5176
5177 2006-04-05 Simon Josefsson <jas@extundo.com>
5178
5179 * password.el (password-reset): New function.
5180
5181 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5182
5183 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5184 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5185
5186 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5187
5188 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5189 Some whitespace was matched into the url, which broke browsing hits
5190 > 100 when mm-url-use-external was nil.
5191
5192 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5193
5194 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5195 gnus-extra-headers for 'Newsgroups.
5196
5197 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5198 bound.
5199
5200 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5201
5202 * pgg-gpg.el: Clean up process buffers every time gpg processes
5203 complete.
5204
5205 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5206
5207 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5208 doc string.
5209
5210 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5211
5212 * pgg-gpg.el (pgg-gpg-process-filter)
5213 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5214
5215 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5216 lines, temporary fix.
5217
5218 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5219
5220 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5221
5222 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5223
5224 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5225 default-enable-multibyte-characters. This reverts the change from
5226 revision 6.17 which is no longer necessary because the passphrase
5227 is sent separately now. GnuPG messages are unreadable under
5228 multibyte locales with default-enable-multibyte-characters set to
5229 nil.
5230
5231 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
5232
5233 * message.el (message-tool-bar-gnome): Move "spell".
5234
5235 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
5236
5237 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5238 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5239 instead.
5240
5241 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
5242
5243 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5244 newsgroups handling for NNTP overviews which don't include
5245 Newsgroups.
5246
5247 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5248
5249 * message.el (message-resend): Bind message-generate-hashcash to nil.
5250
5251 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5252
5253 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5254 when searching for already-paid recipients.
5255
5256 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5257
5258 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5259 passphrases when it is not needed.
5260 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5261 passphrase stuff from gpg, should only be necessary when you use
5262 gpg with a smartcard.
5263
5264 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5265
5266 * mml.el (mml-insert-mime): Ignore cached contents of
5267 message/external-body part.
5268
5269 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5270 (mm-insert-part): Ditto.
5271
5272 2006-03-23 Simon Josefsson <jas@extundo.com>
5273
5274 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5275 Reiner.
5276 (pgg-gpg-use-agent-p): Use it again.
5277
5278 2006-03-23 Simon Josefsson <jas@extundo.com>
5279
5280 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5281 older emacsen.
5282 (pgg-gpg-use-agent-p): Don't use it.
5283
5284 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
5285
5286 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5287 if we can.
5288
5289 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5290
5291 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5292 (pgg-gpg-update-agent): New function.
5293 (pgg-gpg-use-agent-p): New function.
5294 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5295 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5296 (pgg-gpg-sign-region): Use it.
5297
5298 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
5299
5300 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5301 Reported by Ralf Wachinger <rwachinger@gmx.de>.
5302
5303 2006-03-21 Simon Josefsson <jas@extundo.com>
5304
5305 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5306 <wilde@sha-bang.de>.
5307 (pgg-gpg-use-agent): New variable.
5308 (pgg-gpg-process-region): Use it.
5309 (pgg-gpg-encrypt-region): Likewise.
5310 (pgg-gpg-encrypt-symmetric-region): Likewise.
5311 (pgg-gpg-decrypt-region): Likewise.
5312 (pgg-gpg-sign-region): Likewise.
5313 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5314
5315 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5316
5317 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5318
5319 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5320 Add comment on version.
5321
5322 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5323
5324 * smiley.el: Add missing test smiley.
5325
5326 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5327
5328 * mm-decode.el (mm-with-part): New macro.
5329 (mm-get-part): Use it; work with message/external-body as well.
5330 (mm-save-part): Treat name and filename equally.
5331
5332 * mm-extern.el (mm-extern-cache-contents): New function.
5333 (mm-inline-external-body): Use it; force the part to be displayed;
5334 move undisplayer added to the cached handle to the parent.
5335
5336 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5337 (gnus-mime-view-part-as-type): Work with message/external-body.
5338
5339 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5340
5341 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5342
5343 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5344 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5345 Emacs.]
5346
5347 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5348
5349 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5350 path rather than symbol. Always return list of directories.
5351 Guarantee that image directory comes first. [Sync with image.el,
5352 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5353
5354 * message.el (message-make-tool-bar): Adjust to new API of
5355 `gmm-image-load-path-for-library'.
5356
5357 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5358
5359 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5360
5361 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5362
5363 * gnus-art.el (gnus-article-only-boring-p):
5364 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5365 intangible text.
5366 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5367
5368 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
5369
5370 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5371 `defun' instead of `gmm-defun-compat'.
5372
5373 2006-03-14 Simon Josefsson <jas@extundo.com>
5374
5375 * message.el (message-unique-id): Don't use message-number-base36
5376 if (user-uid) is a float.
5377 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5378
5379 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5380
5381 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5382
5383 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5384 empty line between a part and a message part.
5385
5386 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5387
5388 * smiley.el: Add more test smileys.
5389 (smiley-data-directory, smiley-regexp-alist)
5390 (gnus-smiley-file-types): Fix doc strings.
5391 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5392 adding new elements.
5393 (smiley-mouse-map): Unused code. Make it a comment.
5394
5395 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5396
5397 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5398 scan latest NoCeM messages instead of old ones.
5399 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5400 delimiters that are recently used.
5401 (gnus-nocem-load-cache): Add autoload cookie.
5402
5403 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5404
5405 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5406 level which is larger than gnus-use-nocem is specified.
5407
5408 * gnus-group.el (gnus-group-get-new-news): Ditto.
5409
5410 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5411
5412 * gnus-util.el (gnus-tool-bar-update): New function.
5413
5414 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5415 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5416
5417 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5418
5419 * gnus-group.el (gnus-group-redraw-when-idle)
5420 (gnus-group-redraw-check): Remove.
5421 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5422
5423 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5424
5425 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5426 if optional last element is specified in splits (FIELD VALUE...).
5427
5428 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5429
5430 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5431 to gmm-image-load-path-for-library. Call with no-error argument.
5432 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5433
5434 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5435
5436 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5437
5438 * gmm-utils.el (gmm-image-load-path): Remove alias.
5439
5440 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5441
5442 * gmm-utils.el (gmm-image-load-path): Add alias.
5443
5444 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5445 nnml-generate-nov-databases-1.
5446 (nnml-generate-nov-databases): Use it.
5447 (nnml-generate-nov-databases-directory): Document no-active
5448 argument.
5449
5450 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5451 directory if path is t. Add no-error.
5452
5453 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5454 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5455
5456 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5457 resetting gnus-article-browse-html-temp-list.
5458
5459 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5460 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5461 Add example to docstring. Rename local variables. Move error
5462 checks to default case in cond and simplify.
5463
5464 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5465
5466 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5467 handle is multipart when calling it recursively.
5468 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5469
5470 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5471
5472 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5473 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5474
5475 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5476
5477 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5478 is loaded.
5479
5480 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5481 loaded.
5482
5483 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5484
5485 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5486 to "Emacs 23 (unicode)" in doc string.
5487
5488 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5489 "Emacs 23 (unicode)" in comment.
5490
5491 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5492
5493 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5494
5495 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5496 characters 160 through 255 in Emacs 23.
5497
5498 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5499
5500 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5501 gnus-article-browse-html-temp.
5502 (gnus-article-browse-delete-temp): Make it customizable. Add
5503 `file'. Adjust doc string.
5504 (gnus-article-browse-delete-temp-files): Add argument. Allow
5505 query for each file. Adjust doc string.
5506 (gnus-article-browse-html-parts): Add
5507 `gnus-article-browse-delete-temp-files' to
5508 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5509
5510 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5511
5512 * gnus-art.el (gnus-article-browse-html-temp)
5513 (gnus-article-browse-delete-temp): New variables.
5514 (gnus-article-browse-delete-temp-files): New function.
5515 (gnus-article-browse-html-parts): Use it.
5516
5517 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5518
5519 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5520
5521 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5522 string.
5523
5524 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5525 gnus-summary-insert-new-articles when unplugged. Remove
5526 gnus-summary-search-article-forward.
5527
5528 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5529 display-visual-class instead of display-color-cells.
5530
5531 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5532
5533 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5534 message/* containing non-ASCII text properly.
5535
5536 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5537
5538 * message.el: Require gmm-utils, remove autoloads.
5539 (message-tool-bar): Set default based on
5540 gmm-tool-bar-style.
5541 (message-tool-bar-gnome): Add gmm-customize-mode.
5542
5543 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5544 gmm-tool-bar-style.
5545 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5546
5547 * gnus-group.el (gnus-group-tool-bar): Set default based on
5548 gmm-tool-bar-style.
5549 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5550
5551 * gmm-utils.el (gmm-image-directory): Rename variable from
5552 gmm-image-load-path.
5553 (gmm-image-load-path): Use gmm-image-directory.
5554 (gmm-customize-mode): New function.
5555 (gmm-tool-bar-style): New variable.
5556
5557 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5558 gnus-group-redraw-line-number.
5559 (gnus-group-redraw-check): Simplify.
5560 (gnus-group-tool-bar-update): Remove redraw check.
5561 (gnus-group-make-tool-bar): Add redraw check.
5562
5563 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5564
5565 * gnus-art.el (gnus-button): Add missing parentheses.
5566
5567 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5568
5569 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5570
5571 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5572
5573 * gnus-art.el (gnus-button): New face.
5574 (gnus-article-button-face): Use it.
5575
5576 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5577 gnus-summary-next-page. Re-order.
5578
5579 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5580 next-node are now included.
5581 (gnus-group-redraw-line-number): New internal variable.
5582 (gnus-group-redraw-check): Helper function for updating the tool
5583 bar.
5584 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5585
5586 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5587
5588 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5589 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5590 Use it to match format of Spamassassin 3.0 and later. Reported by
5591 IRIE Tetsuya <irie@t.email.ne.jp>.
5592 (spam-check-bogofilter)
5593 (spam-bogofilter-register-with-bogofilter): Fix args of
5594 `gnus-error' calls.
5595
5596 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5597
5598 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5599 unnecessary interaction when sending queued mails. Reported by
5600 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5601
5602 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5603
5604 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5605 first or last are nil.
5606
5607 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5608
5609 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5610
5611 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5612
5613 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5614
5615 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5616
5617 * dns.el (query-dns): Protect more against buggy tcp output.
5618
5619 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5620
5621 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5622 nov.php.
5623
5624 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5625
5626 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5627 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5628 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5629 output on the server side.
5630 (nnweb-google-create-mapping): Update regexps and add some
5631 progress indication.
5632
5633 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5634
5635 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5636 gnus-agent-toggle-plugged. Re-order icons.
5637 (gnus-group-tool-bar-gnome): Add
5638 gnus-group-{prev,next}-unread-group.
5639 (gnus-group-tool-bar-gnome): Re-order icons.
5640
5641 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5642 gnus-summary-insert-new-articles.
5643
5644 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5645 comments.
5646
5647 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5648 also available in Emacs 21.3.
5649
5650 * message.el (message-fix-before-sending): Change "Emacs 22" to
5651 "Emacs 23 (unicode)" in comment.
5652
5653 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5654 "Emacs 23 (unicode)" in comment.
5655
5656 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5657 comment.
5658 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5659
5660 * mm-view.el (mm-fill-flowed): Add :version.
5661
5662 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5663
5664 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5665 and load-path.
5666
5667 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5668
5669 * message.el: Autoload gmm-image-load-path.
5670 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5671 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5672 consitency.
5673
5674 * gmm-utils.el (gmm-image-load-path): Also search in
5675 "../etc/images". Don't set gmm-image-load-path if we don't find
5676 the image.
5677
5678 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5679
5680 * gmm-utils.el (gmm-image-load-path): Don't make
5681 `gmm-image-load-path' include subdirectories which the second arg
5682 `image' might specify.
5683
5684 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5685 subdirectory to icon file names.
5686
5687 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5688
5689 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5690
5691 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5692 gmm-image-load-path calls.
5693
5694 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5695
5696 * message.el (message-make-tool-bar): Ditto.
5697
5698 * mml.el (mml-preview): Added comment concerning tool bar icons.
5699
5700 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5701 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5702
5703 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5704 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5705
5706 * message.el (message-tool-bar-gnome): Use new icon names.
5707 (message-make-tool-bar): Use `gmm-image-load-path'.
5708
5709 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5710 functions from MH-E.
5711 (gmm-image-load-path): New variable from MH-E.
5712 (gmm-image-load-path): New function from MH-E. Added arguments
5713 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5714 *-image-load-path-called-flag.
5715
5716 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5717
5718 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5719
5720 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5721
5722 * nnimap.el (nnimap-request-move-article): Change folder back to
5723 source group before deleting.
5724
5725 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5726
5727 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5728
5729 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5730 mm-url.
5731
5732 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5733
5734 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5735
5736 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5737 coding system which mm-charset-to-coding-system returns for a
5738 given charset is valid.
5739
5740 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5741
5742 * html2text.el (html2text-remove-tag-list):
5743 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5744
5745 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5746
5747 * gnus-cus.el: Revert 2005-10-17 change.
5748
5749 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5750
5751 * gnus-art.el (article-strip-banner): Call
5752 article-really-strip-banner only when the regexp match is made.
5753
5754 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5755
5756 * gnus-art.el (article-strip-banner): Use
5757 gnus-extract-address-components instead of
5758 mail-header-parse-addresses to make it work with non-ASCII text;
5759 remove mail-encode-encoded-word-string.
5760
5761 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5762 values which are surrounded with \"...\"; make it never cause a
5763 Lisp error; give up parsing of parameters if it failed in
5764 extracting type.
5765
5766 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5767
5768 * smime.el (smime-cert-by-ldap-1): Fix bug where
5769 `smime-ldap-search' returns results without userCertificates.
5770
5771 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5772
5773 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5774
5775 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5776
5777 * spam.el (spam-check-spamassassin-headers): Adapt format for
5778 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5779 <ari@mbf.ocn.ne.jp>.
5780 (spam-list-of-processors): Add spam-use-gmane.
5781
5782 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5783
5784 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5785 make-temp-file; make it work with XEmacs as well.
5786
5787 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5788 mm-make-temp-file.
5789
5790 * mm-decode.el (mm-display-external): Use the 3rd arg of
5791 mm-make-temp-file.
5792 (mm-create-image-xemacs): Ditto.
5793
5794 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5795
5796 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5797 with message-narrow-to-headers.
5798 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5799 (gnus-draft-check-draft-articles): New function.
5800 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5801
5802 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5803
5804 * gnus-art.el (gnus-article-browse-html-parts):
5805 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5806 Don't use suffix argument for mm-make-temp-file for Emacs 21
5807 compatibility. Remove useless `format'.
5808
5809 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5810
5811 * nnweb.el (nnweb-google-wash-article): Update regexps.
5812 (nnweb-group-alist): Use defvoo instead of defvar.
5813
5814 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5815
5816 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5817 re-loading nn* modules.
5818
5819 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5820
5821 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5822 for `tool-bar-mode' and don't check it's default-value.
5823
5824 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5825
5826 * message.el (message-make-tool-bar): Ditto.
5827
5828 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5829 `substring'. Shorten tmp-file name.
5830
5831 * gnus.el: Remove bogus comment.
5832
5833 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5834
5835 * gnus-art.el (gnus-article-browse-html-parts): New function.
5836 (gnus-article-browse-html-article): New function for viewing html
5837 articles with a browser.
5838
5839 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5840
5841 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5842 (mml2015-pgg-encrypt): Ditto.
5843
5844 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5845 (mml1991-pgg-encrypt): Ditto.
5846
5847 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5848
5849 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5850 message-make-date instead of current-time-string.
5851
5852 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5853 to gnus-decoded which mm-uu might set.
5854
5855 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5856
5857 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5858 don't decode quoted parameters; remove misimported Emacs code.
5859 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5860 (rfc2231-decode-encoded-string): Don't use split-string which
5861 behaves differently according to Emacs version; use
5862 mm-decode-coding-region to convert charset to coding-system.
5863 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5864 (rfc2231-encode-string): Remove misimported Emacs code.
5865
5866 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5867
5868 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5869 when calling mail-header-parse-content-type.
5870 (article-de-quoted-unreadable): Ditto.
5871 (article-de-base64-unreadable): Ditto.
5872 (article-wash-html): Ditto.
5873
5874 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5875 calling mail-header-parse-content-type and
5876 mail-header-parse-content-disposition.
5877 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5878 mail-header-parse-content-type.
5879
5880 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5881 insert charset and format parameters; encode description after
5882 inserting it to buffer.
5883 (mml-insert-parameter): Fold lines properly even if a parameter is
5884 segmented into two or more lines; change the max column to 76.
5885
5886 * rfc1843.el (rfc1843-decode-article-body): Don't use
5887 ignore-errors when calling mail-header-parse-content-type.
5888
5889 * rfc2231.el (rfc2231-parse-string): Return at least type if
5890 possible; don't cause an error even if it fails in parsing of
5891 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5892 (rfc2231-encode-string): Don't break lines at the beginning, leave
5893 it to mml-insert-parameter.
5894
5895 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5896 calling mail-header-parse-content-type.
5897
5898 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5899
5900 * spam-report.el (spam-report-gmane-use-article-number):
5901 Improve doc string.
5902 (spam-report-gmane-internal): Check if a suitable header was found
5903 in the article.
5904
5905 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5906
5907 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5908 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5909
5910 2006-02-05 Romain Francoise <romain@orebokech.com>
5911
5912 Update copyright notices of all files in the gnus directory.
5913
5914 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5915
5916 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5917
5918 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5919
5920 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5921 segmented lines of parameter value to cope with Thunderbird 1.5
5922 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5923 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5924 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5925
5926 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5927
5928 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5929 parts.
5930
5931 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5932
5933 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5934 there's only one active file for all servers.
5935 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5936 solid groups. Gnus might have used a FAST request to select the group.
5937 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5938 and nnweb-search redundantly in the active file.
5939 (nnweb-request-list): Don't list bogus groups. There can only be one.
5940 (nnweb-request-create-group): Don't use ARGS.
5941 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5942 initialisations. Let nnoo do the work.
5943
5944 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5945
5946 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5947 Say the part has been decoded.
5948
5949 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5950
5951 2006-01-31 Kevin Ryde <user42@zip.com.au>
5952
5953 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5954 mailcap-viewer-test-cache when there's no 'test clause, since that
5955 will invert the meaning of a "nil" test previously determined by
5956 mailcap-mailcap-entry-passes-test.
5957
5958 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
5959
5960 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5961 compiling.
5962
5963 * gnus-sum.el: Ditto.
5964
5965 * message.el: Don't bind tool-bar-map when compiling.
5966
5967 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
5968
5969 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5970
5971 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5972
5973 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5974 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5975 current Google Groups.
5976
5977 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
5978
5979 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5980 and tool-bar-mode.
5981
5982 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5983 and tool-bar-mode.
5984
5985 * message.el (message-tool-bar-update): Simplify.
5986 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5987
5988 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5989 gnus-summary-buffer.
5990 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5991 gnus-summary-reply.
5992
5993 * gmm-utils.el (gmm): Add :version.
5994
5995 2006-01-26 Steve Youngs <steve@sxemacs.org>
5996
5997 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5998 autoload.
5999
6000 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
6001
6002 * gmm-utils.el (gmm-verbose): Add :group.
6003
6004 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
6005
6006 * message.el: Change some comments WRT tool-bars.
6007
6008 * gnus-sum.el (gnus-summary-tool-bar)
6009 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6010 (gnus-summary-tool-bar-zap-list): New variables.
6011 (gnus-summary-make-tool-bar): Complete rewrite using
6012 `gmm-tool-bar-from-list'.
6013
6014 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6015 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6016 variables.
6017 (gnus-group-make-tool-bar): Complete rewrite using
6018 `gmm-tool-bar-from-list'.
6019 (gnus-group-tool-bar-update): New function.
6020
6021 * message.el (message-mode-field-menu): Add "Show hidden Headers".
6022
6023 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6024
6025 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6026 is dissected into a single part of which the type is the same as
6027 the given one; decode charset.
6028
6029 2006-01-21 Kevin Ryde <user42@zip.com.au>
6030
6031 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6032 into alists as symbol not string, since that's what
6033 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6034 look for.
6035
6036 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
6037
6038 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6039 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6040
6041 * message.el (message-tool-bar-gnome): Use gmm-ignore.
6042
6043 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6044
6045 * gnus-art.el (gnus-mime-security-button-commands): New variable.
6046 (gnus-mime-security-button-menu): New definition.
6047 (gnus-mime-security-button-map): Use them.
6048 (gnus-mime-security-button-menu): New function.
6049 (gnus-insert-mime-security-button): Addition to help echo.
6050 (gnus-mime-security-run-function, gnus-mime-security-save-part)
6051 (gnus-mime-security-pipe-part): New functions.
6052
6053 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6054 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6055
6056 * mm-decode.el (mm-handle-set-disposition): Remove.
6057 (mm-handle-set-description): Remove.
6058
6059 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6060
6061 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6062 (mm-w3m-standalone-supports-m17n-p): New function.
6063 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6064 w3m usage.
6065
6066 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6067 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6068
6069 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
6070
6071 * message.el (message-tool-bar-zap-list): Use
6072 gmm-tool-bar-zap-list as custom type.
6073 (message-tool-bar-update): New function.
6074 (message-tool-bar, message-tool-bar-gnome)
6075 (message-tool-bar-retro): Add message-tool-bar-update.
6076 (message-tool-bar-gnome): Add flyspell-buffer.
6077
6078 * gnus-util.el (gnus-error): Describe `args'.
6079
6080 * gmm-utils.el (gmm-error): Describe `args'.
6081 (gmm-tool-bar-zap-list): New widget.
6082 (gmm-tool-bar-from-list): Improve description of `zap-list'.
6083
6084 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6085
6086 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6087 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6088 the number of recursive calls.
6089
6090 * mm-decode.el (mm-handle-set-disposition): New macro.
6091 (mm-handle-set-description): New macro.
6092
6093 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6094
6095 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6096 encoding.
6097
6098 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6099
6100 * message.el (message-tool-bar-zap-list, message-tool-bar)
6101 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6102 (message-tool-bar-local-item-from-menu): Remove.
6103 (message-tool-bar-map): Replace by `message-make-tool-bar'.
6104 (message-make-tool-bar): New function.
6105 (message-mode): Use `message-make-tool-bar'.
6106
6107 * gmm-utils.el: New file.
6108 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6109 (gmm-lazy): New widget copied from `nnmail.el'.
6110 (gmm-tool-bar-from-list): New function for creating customizable
6111 tool bars.
6112 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
6113 output.
6114 (gmm): Add :prefix to defgroup.
6115
6116 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
6117
6118 * gmm-utils.el (gmm-widget-p): New function.
6119
6120 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6121
6122 * mml.el (mml-attach-file): Describe `description' in doc string.
6123 (mml-menu): Add Emacs MIME manual and PGG manual.
6124
6125 2006-01-20 Richard M. Stallman <rms@gnu.org>
6126
6127 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6128
6129 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
6130
6131 * nntp.el (nntp-end-of-line): Doc fix.
6132
6133 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
6134
6135 * imap.el (imap-open): Handle case where buffer is a buffer
6136 object.
6137
6138 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6139
6140 * gnus-delay.el (gnus-delay): Don't autoload.
6141 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6142 to be re-loaded when customizing the `gnus-delay' group.
6143
6144 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
6145
6146 * message.el (message-insert-citation-line): Use newlines.
6147
6148 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6149
6150 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6151
6152 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6153
6154 2006-01-19 Mark D. Baushke <mdb@gnu.org>
6155
6156 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6157
6158 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
6159
6160 * mm-decode.el (mm-inlined-types): Add application/pgp.
6161 (mm-automatic-display): Ditto.
6162
6163 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6164 part as text.
6165
6166 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6167
6168 * nnrss.el: Update copyright.
6169 (nnrss-opml-import): Query whether to subscribe to each entry.
6170
6171 * gnus-art.el:
6172 * gnus-sum.el:
6173 * mm-uu.el:
6174 * mm-view.el: Update copyright.
6175
6176 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
6177
6178 * message.el (message-info): New function.
6179 (message-mode-menu): Add it.
6180 Update copyright.
6181
6182 * ChangeLog: Fix and update copyright.
6183
6184 2006-01-13 Romain Francoise <romain@orebokech.com>
6185
6186 * message.el (message-forward-subject-name-subject): Prefer the
6187 address to 'nowhere' if the sender has no name.
6188 Fix typo. Update copyright year.
6189
6190 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6191
6192 * gnus-art.el (article-wash-html): Use
6193 gnus-summary-show-article-charset-alist if a numeric arg is given.
6194 (gnus-article-wash-html-with-w3m-standalone): New function.
6195
6196 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6197 mm-inline-text-html-render-with-w3m-standalone.
6198 (mm-text-html-washer-alist): Map w3m-standalone to
6199 gnus-article-wash-html-with-w3m-standalone.
6200 (mm-inline-text-html-render-with-w3m-standalone): New function.
6201
6202 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6203
6204 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6205 Improve LaTeX.
6206
6207 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6208
6209 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6210 (nnrss-request-article): Render text/plain parts as HTML.
6211
6212 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6213 the buffer.
6214
6215 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6216
6217 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6218 custom definition of `gnus-posting-styles'.
6219
6220 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6221 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6222
6223 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6224
6225 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6226 Use nntp for bug archive.
6227
6228 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
6229
6230 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6231 parts.
6232 (nnrss-normalize-date): New function converts ISO 8601 date into
6233 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6234 (nnrss-check-group): Use it.
6235
6236 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
6237
6238 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6239
6240 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6241 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6242 (nnrss-insert-w3): Ditto.
6243
6244 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6245
6246 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6247 the articles to be forwarded including the case where neither a
6248 number of articles nor a region is specified.
6249
6250 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6251
6252 * nnrss.el (nnrss-request-article): Fix last change; fill
6253 text/plain parts.
6254
6255 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
6256
6257 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6258 in text/plain part.
6259 (nnrss-check-group): Don't add excessive newline to dc:subject.
6260
6261 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
6262
6263 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6264 article.
6265
6266 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6267
6268 * nnml.el: Don't require gnus-bcklg. Autoload it.
6269 (nnml-use-compressed-files, nnml-save-mail): Support other
6270 comression programs such as bzip2.
6271
6272 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6273
6274 * dns.el (query-dns): Make sure we check the buffer size before
6275 removing tcp headers.
6276
6277 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6278
6279 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6280 remove MIME buttons associated with multipart/alternative parts.
6281 (gnus-mime-display-alternative): Tag buttons using `article-type'
6282 text property.
6283
6284 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6285 associated with multipart/alternative parts.
6286
6287 * gnus-art.el (gnus-signature-separator): Fix custom type.
6288
6289 * mm-decode.el (mm-inlined-types): Fix custom type.
6290 (mm-keep-viewer-alive-types): Ditto.
6291 (mm-automatic-display): Ditto.
6292 (mm-attachment-override-types): Ditto.
6293 (mm-inline-override-types): Ditto.
6294 (mm-automatic-external-display): Ditto.
6295
6296 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6297
6298 * spam-report.el (spam-report-user-mail-address)
6299 (spam-report-user-agent): New variables.
6300 (spam-report-url-ping-plain): Use spam-report-user-agent.
6301
6302 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
6303
6304 * gnus-art.el (gnus-button-handle-custom): Do not just use
6305 `customize-apropos' for any "M-x customize-*" button but the
6306 function called for. Accept both the function name and its
6307 argument in order to achieve this.
6308 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6309 function name to `gnus-button-handle-custom' in case of "M-x
6310 customize-*" buttons.
6311
6312 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6313
6314 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6315 multipart/alternative and add xref to mm-discouraged-alternatives
6316 in doc string.
6317
6318 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6319 gnus-buttonized-mime-types in doc string.
6320
6321 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6322
6323 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6324 Suggest image/.* in the doc string.
6325
6326 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6327
6328 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6329 message-marks (Debian bug #342521).
6330
6331 2005-12-12 Simon Josefsson <jas@extundo.com>
6332
6333 * password.el (password-read-from-cache): Add.
6334 (password-read): Use it.
6335
6336 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6337
6338 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6339 us-ascii as a MIME charset.
6340
6341 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6342 against the case where the 2nd arg TYPE is nil.
6343
6344 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6345
6346 * pop3.el (pop3-stream-type): Fix custom version.
6347
6348 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6349
6350 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6351
6352 * mm-decode.el (mm-display-external): Add missing cdr.
6353
6354 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6355
6356 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6357 RFC1524) if it is in mailcap or add a suffix according to
6358 mailcap-mime-extensions when generating a temp filename; postpone
6359 deleting a temp file for 2 seconds for some wrappers, shell
6360 scripts, and so on, which might exit right after having started a
6361 viewer command as a background job.
6362
6363 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6364
6365 * nntp.el (nntp-marks-directory): Fix custom group.
6366
6367 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6368 steps when < 10.
6369
6370 * gnus-start.el (gnus-no-server-1): Mention
6371 `gnus-level-default-subscribed' in doc string.
6372
6373 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6374
6375 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6376 parens.
6377
6378 2005-11-26 Dave Love <fx@gnu.org>
6379
6380 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6381 (tls-program, tls-success): Provide openssl alternative.
6382
6383 * starttls.el: Doc fixes.
6384 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6385 SERVICE to PORT.
6386
6387 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
6388 port null or service name.
6389 (starttls-negotiate): Autoload.
6390
6391 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6392
6393 * message.el (message-kill-to-signature): Fix interactive spec.
6394
6395 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6396
6397 * pop3.el (pop3-open-server): Recognize a string as a service name.
6398
6399 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6400
6401 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6402
6403 2005-11-23 Dave Love <fx@gnu.org>
6404
6405 Add pop3s, pop3/starttls.
6406
6407 * pop3.el (pop3-authentication-scheme): Clarify doc.
6408 (open-tls-stream, starttls-open-stream): Autoload.
6409 (pop3-stream-type): New.
6410 (pop3-open-server): Use it.
6411
6412 * mail-source.el (mail-sources): Fix some :types. Add stream type
6413 for POP.
6414 (mail-source-keyword-map): Add :stream for POP.
6415 (mail-source-fetch-pop): Use pop3-stream-type.
6416
6417 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6418
6419 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6420 of current-time-string.
6421
6422 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6423
6424 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6425 date header.
6426
6427 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6428
6429 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6430 it can seriously impact performance as it bypasses the agent's
6431 local caches.
6432
6433 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6434
6435 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6436 must be explicitly online rather than "not explicitly offline" for
6437 its flags to be synchronized.
6438
6439 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6440 that gnus-uu-unmark-thread will function correctly.
6441
6442 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6443 1024K is instead displayed as 1M.
6444
6445 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6446
6447 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6448
6449 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6450
6451 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6452
6453 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6454
6455 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6456 error message to display actual error condition.
6457 (gnus-agent-save-local): Avoid saving symbols that are bound to
6458 nil as they simply result in a warning message in
6459 gnus-agent-read-local.
6460
6461 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6462
6463 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6464 rather than make-variable-buffer-local for file-precious-flag.
6465
6466 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6467
6468 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6469 for duplicates which are removed. The invalid sort check then
6470 triggers a rescan after the sort as sorting may have moved
6471 duplicate entries such that they can be cheaply detected.
6472
6473 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6474
6475 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6476
6477 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6478
6479 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6480 internal variable to a custom variable. Changed default value
6481 from compressed(2) to uncompressed(1).
6482 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6483 support for uncompressed agentview files. Taken together, reading
6484 the agentview file should now be 6-7 times faster.
6485
6486 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6487
6488 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6489 as a buffer-local variable. This avoids creating truncated
6490 dribble files as a result of a hang up, eg.
6491
6492 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6493
6494 * gnus-start.el (gnus-start-draft-setup): Enforce
6495 `gnus-draft-mode' for nndraft:drafts at startup.
6496
6497 * gnus.el (gnus-splash): Change custom group.
6498 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6499 allow-list argument.
6500
6501 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6502 string.
6503
6504 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6505
6506 * gnus-art.el (gnus-default-article-saver): Add user-defined
6507 `function' to custom type.
6508
6509 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6510
6511 * imap.el (imap-open): Handle case where buffer is a buffer
6512 object.
6513
6514 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6515
6516 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6517 long lines.
6518 (gnus-cache-delete-group): Wrap doc strings.
6519
6520 * gnus-agent.el (gnus-agent-rename-group)
6521 (gnus-agent-delete-group): Wrap doc strings.
6522
6523 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6524
6525 * gnus-start.el (gnus-1): Add "native" to
6526 gnus-predefined-server-alist.
6527
6528 * gnus.el (gnus-method-to-server): Don't add "native" to the
6529 lists here, because that leads to problems when
6530 gnus-select-method is bound.
6531
6532 2005-11-09 Simon Josefsson <jas@extundo.com>
6533
6534 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6535 use (not sort-by-date) instead.
6536
6537 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6538
6539 * gnus-delay.el (gnus-delay-group): Don't autoload.
6540 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6541 to be re-loaded when customizing the `gnus-delay' group.
6542
6543 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6544
6545 * message.el: Revert last changes.
6546 (message-insert-citation-line): Use newlines.
6547
6548 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6549
6550 * message.el (message-courtesy-message)
6551 (message-mark-insert-begin, message-mark-insert-end)
6552 (message-elide-ellipsis, message-cancel-message)
6553 (message-add-header, message-change-subject)
6554 (message-cross-post-followup-to-header)
6555 (message-cross-post-insert-note, message-reduce-to-to-cc)
6556 (message-widen-reply, message-delete-not-region)
6557 (message-kill-to-signature, message-insert-signature)
6558 (message-insert-importance-high, message-insert-importance-low)
6559 (message-insert-or-toggle-importance)
6560 (message-insert-disposition-notification-to)
6561 (message-indent-citation, message-yank-original)
6562 (message-cite-original-without-signature, message-cite-original)
6563 (message-insert-citation-line, message-position-on-field)
6564 (message-fix-before-sending, message-send-mail-partially)
6565 (message-send-mail, message-send-mail-with-sendmail)
6566 (message-send-mail-with-qmail, message-send-news)
6567 (message-check-news-header-syntax, message-generate-headers)
6568 (message-insert-courtesy-copy, message-fill-address)
6569 (message-fill-header, message-shorten-references)
6570 (message-setup-1, message-cancel-news)
6571 (message-forward-make-body-plain, message-forward-make-body-mime)
6572 (message-forward-make-body-mml, message-encode-message-body)
6573 (message-forward-make-body-digest-plain)
6574 (message-forward-make-body-digest-mime)
6575 (message-use-alternative-email-as-from): Insert `hard-newline'
6576 instead of ordinary newlines.
6577
6578 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6579
6580 * message.el (message-generate-headers): Downcase the argument
6581 given to message-check-element.
6582
6583 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6584
6585 * nntp.el (nntp-authinfo-rejected): New error condition.
6586 (nntp-wait-for): Use new error condition to signal authentication
6587 error.
6588 (nntp-retrieve-data): Rethrow new error condition to break out of
6589 recursive call to nntp-send-authinfo.
6590
6591 2005-11-08 Romain Francoise <romain@orebokech.com>
6592
6593 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6594 (gnus-summary-exit-map): Bind to `Z p'.
6595 (gnus-summary-make-menu-bar): Add menu item.
6596
6597 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6598
6599 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6600 (gnus-treat-*): Add `first' in all doc strings.
6601
6602 * gnus-group.el (gnus-group-compact-group): Fix typo.
6603
6604 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6605
6606 * gnus.el (gnus-parameters-case-fold-search): New variable.
6607 (gnus-parameters-get-parameter): Use it.
6608
6609 * gnus-score.el (gnus-home-score-file): Doc fix.
6610
6611 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6612
6613 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6614
6615 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6616
6617 * mm-util.el (mm-special-display-p): New function.
6618
6619 * mml.el (mml-preview): Use it; doc fix.
6620
6621 2005-10-29 Romain Francoise <romain@orebokech.com>
6622
6623 * message.el (message-fix-before-sending): Fix comment.
6624
6625 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6626
6627 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6628
6629 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6630
6631 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6632 Used in gnus-score.el.
6633
6634 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6635
6636 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6637
6638 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6639
6640 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6641 whitespace removed in revision 7.8. Use concatenated string to
6642 protect trailing whitespace.
6643
6644 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6645
6646 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6647 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6648 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6649 Courier IMAP ("some version from 2004"). Mostly based on similar
6650 code in the same function.
6651
6652 2005-10-26 Didier Verna <didier@xemacs.org>
6653
6654 * gnus-group.el (gnus-group-compact-group): Invalidate original
6655 article buffer.
6656 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6657 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6658 NOV database and in article itself.
6659 Invalidate article backlog.
6660
6661 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6662
6663 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6664
6665 2005-10-26 Simon Josefsson <jas@extundo.com>
6666
6667 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6668 part of 2004-07-25 change.
6669
6670 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6671
6672 * message.el (message-display-completion-list): New function.
6673 (message-expand-group): Use it; make sure the Completions buffer
6674 is modifiable.
6675
6676 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6677
6678 * imap.el (imap-open): Handle case where buffer is a buffer object.
6679
6680 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6681
6682 * pgg-def.el:
6683 * pgg-gpg.el:
6684 * pgg-parse.el:
6685 * pgg-pgp.el:
6686 * pgg-pgp5.el:
6687 * pgg.el: Move to the parent lisp directory.
6688
6689 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6690
6691 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6692 user-mail-name is an empty string.
6693
6694 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6695
6696 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6697 depending on gnus-score-decay-constant.
6698
6699 * encrypt.el (encrypt-insert-file-contents)
6700 (encrypt-write-file-contents): Don't use `gnus-message'.
6701
6702 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6703 arguments.
6704 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6705 arguments to mm-uu-verbatim-marks-extract.
6706 (mm-uu-hide-markers): New variable.
6707 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6708
6709 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6710 (gnus-convert-image-to-face-command): Use "convert" by default to
6711 allow other input image formats.
6712 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6713 accordingly.
6714
6715 2005-10-23 Simon Josefsson <jas@extundo.com>
6716
6717 * imap.el (imap-gssapi-program): Align command line parameters
6718 with latest GNU SASL.
6719 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6720
6721 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6722
6723 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6724 HTML.
6725 (nnslashdot-request-article): Ditto.
6726
6727 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6728
6729 * mail-source.el (mail-source-fetch-pop): Require pop3.
6730 (mail-source-check-pop): Ditto.
6731
6732 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6733
6734 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6735 errors.
6736
6737 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6738
6739 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6740 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6741
6742 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6743
6744 * mm-bodies.el (mm-decode-string): Call
6745 `mm-charset-to-coding-system' with allow-override argument.
6746
6747 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6748
6749 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6750 (rfc2047-charset-to-coding-system): New function.
6751 (rfc2047-decode-encoded-words): New function.
6752 (rfc2047-decode-region): Use them.
6753 (rfc2047-decode-cte): Remove.
6754 (rfc2047-parse-and-decode): Remove.
6755 (rfc2047-decode): Remove.
6756
6757 2005-10-15 Kenichi Handa <handa@m17n.org>
6758
6759 * rfc2047.el (rfc2047-decode-cte): New function.
6760 (rfc2047-decode-region): Change the way to decode successive
6761 encoded-words: decode B- or Q-encoding in each encoded-word,
6762 concatenate them, and decode it as charset.
6763
6764 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6765
6766 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6767 widget-move-and-invoke.
6768 (gnus-custom-mode): Use gnus-custom-map.
6769
6770 2005-10-15 Bill Wohler <wohler@newt.com>
6771
6772 * message.el (message-tool-bar-map): Renamed image file from
6773 mail_send to mail/send.
6774
6775 2005-10-16 Masatake YAMATO <jet@gyve.org>
6776
6777 * message.el (message-expand-group): Pass the common
6778 prefix substring of completion to `display-completion-list'.
6779
6780 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6781
6782 * mml-sec.el (mml-secure-method): New internal variable.
6783 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6784 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6785 functions using mml-secure-method.
6786
6787 * mml.el (mml-mode-map): Add key bindings for those functions.
6788 (mml-menu): Simplify security menu entries. Suggested by Jesper
6789 Harder <harder@myrealbox.com>.
6790 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6791 end of message if point is the headers of the message.
6792
6793 * message.el (message-in-body-p): New function.
6794
6795 * assistant.el: Autoload gnus-util and netrc.
6796
6797 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6798 Use `mm-charset-override-alist' only when decoding.
6799
6800 * mm-bodies.el (mm-decode-body): Call
6801 `mm-charset-to-coding-system' with allow-override argument.
6802
6803 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6804 `filename' from Content-Disposition if Content-Type doesn't
6805 provide `name'.
6806 (gnus-mime-view-part-as-type): Set default instead of
6807 initial-input.
6808
6809 2005-10-09 Daniel Brockman <daniel@brockman.se>
6810
6811 * format-spec.el (format-spec): Propagate text properties of % spec.
6812
6813 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6814
6815 * gnus-art.el (gnus-treat-predicate): Add `first'.
6816
6817 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6818
6819 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6820 (mm-charset-override-alist): New variable.
6821 (mm-charset-to-coding-system): Use it.
6822 (mm-codepage-setup): New helper function.
6823 (mm-charset-eval-alist): New variable.
6824 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6825 about unknown charsets.
6826
6827 2005-10-04 David Hansen <david.hansen@gmx.net>
6828
6829 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6830 (nnrss-check-group): Ditto.
6831
6832 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6833
6834 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6835 Rename x-gnus-verbatim to x-verbatim.
6836 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6837
6838 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6839 x-verbatim.
6840
6841 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6842
6843 * gnus-util.el (gnus-remove-duplicates): Remove.
6844
6845 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6846 instead of gnus-remove-duplicates.
6847
6848 * message.el (message-remove-duplicates): Remove.
6849 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6850 message-remove-duplicates.
6851
6852 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6853 available, else use implementation from `delete-dups'.
6854
6855 * message.el (message-insert-expires): New function.
6856 (message-mode-map): Add key binding.
6857 (message-mode-field-menu): Add menu entry.
6858 (message-mode): Document it.
6859 (message-make-expires-date): Use `message-make-date'.
6860
6861 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6862
6863 * message.el (message-make-expires-date): New function.
6864
6865 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6866
6867 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6868
6869 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6872 function rather than the diff-mode.el package.
6873 (mm-display-external): Use with-current-buffer.
6874 (mm-viewer-completion-map, mm-viewer-completion-map):
6875 Move initialization inside declaration.
6876
6877 2005-09-29 Simon Josefsson <jas@extundo.com>
6878
6879 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6880 autoload mail-check-payment.
6881 (spam-check-hashcash): Define unconditionally, since hashcash.el
6882 is part of Gnus now. Ignore errors from payment checking.
6883
6884 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6885
6886 * message.el (message-bold-region, message-unbold-region): Rename
6887 from `bold-region' and `unbold-region'.
6888
6889 * message.el: Remove useless autoloads.
6890
6891 2005-09-28 Simon Josefsson <jas@extundo.com>
6892
6893 * message.el (message-use-idna): Default to t.
6894 (message-use-idna): Test whether encoding works too. Doc fix.
6895
6896 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6897
6898 * nntp.el (nntp-warn-about-losing-connection): Remove.
6899
6900 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6901
6902 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6903 customizable. Change default value.
6904 (mm-uu-diff-groups-regexp): Change default value.
6905 (mm-uu-type-alist): Add doc string.
6906 (mm-uu-configure): Add doc string. Make it interactive.
6907 (mm-uu-tex-groups-regexp): New variable.
6908 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6909 (mm-uu-type-alist): Add LaTeX documents.
6910 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6911 of "text/verbatim".
6912 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6913
6914 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6915 instead of "text/verbatim".
6916
6917 * message.el (message-mark-inserted-region)
6918 (message-mark-insert-file): Use slrn style marks when called with
6919 prefix argument.
6920
6921 2005-09-27 Simon Josefsson <jas@extundo.com>
6922
6923 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6924
6925 2005-09-27 Arne Jørgensen <arne@arnested.dk>
6926
6927 * message.el (message-remove-duplicates): New function.
6928 Implementation borrowed from `gnus-remove-duplicates'.
6929 (message-idna-to-ascii-rhs): Also encode idna addresses in
6930 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6931 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6932 only ask about the same idna domain once per header and also tell
6933 in what header to replace the idna domain.
6934
6935 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6936 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6937 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6938 a header is decoded and not just the last one.
6939
6940 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6941
6942 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6943 has been decoded.
6944
6945 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6946 (mm-insert-part): Don't modify text if it has been decoded.
6947
6948 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6949 decoded.
6950
6951 * mm-view.el (mm-inline-text): Don't strip text props unless
6952 decoding enriched or richtext parts.
6953
6954 2005-09-25 Romain Francoise <romain@orebokech.com>
6955
6956 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6957 * gnus-start.el (gnus-subscribe-interactively):
6958 * gnus-uu.el (gnus-uu-grab-articles):
6959 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6960 space.
6961
6962 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6963
6964 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6965 * mm-view.el (mm-view-pkcs7-decrypt):
6966 * gnus-sum.el (gnus-summary-limit-to-extra)
6967 (gnus-summary-respool-article, gnus-read-move-group-name):
6968 * gnus-score.el (gnus-summary-increase-score):
6969 * gnus-util.el (gnus-completing-read-with-default):
6970 * gnus-art.el (gnus-read-save-file-name)
6971 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6972 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6973 * message.el (message-check-news-header-syntax):
6974 Follow convention for reading with the minibuffer.
6975
6976 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6977
6978 * spam-report.el (spam-report-url-ping-plain):
6979 Use gnus-extended-version as User-Agent.
6980
6981 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6982 default value is nil.
6983
6984 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6985 (mm-uu-verbatim-marks-extract): New function.
6986 (mm-uu-extract): New face.
6987 (mm-uu-copy-to-buffer): Use it.
6988
6989 * spam-report.el (spam-report-gmane-ham): Renamed from
6990 `spam-report-gmane-unspam'.
6991 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6992 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
6993
6994 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6995 Autoload.
6996 (spam-report-gmane-unregister-routine): Renamed
6997 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6998
6999 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
7000
7001 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7002 (spam-report-gmane-unregister-routine): Add support for gmane
7003 unregistration.
7004
7005 * spam-report.el (spam-report-gmane-unspam)
7006 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7007 (spam-report-gmane): Change to take a single article and do unspam
7008 registration.
7009
7010 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7011
7012 * mm-url.el (mm-url-decode-entities): Fix regexp.
7013
7014 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7015
7016 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7017 default to nil, to be able to use Gnus at all. If the default
7018 switches to something else, then the function should be fixed not
7019 be exceedingly slow.
7020
7021 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
7022
7023 * gnus-start.el (gnus-activate-group): If the server is nil, don't
7024 fail hard.
7025
7026 * spam-report.el: Add better Keywords line.
7027
7028 * spam.el: Add Maintainer and better Keywords line.
7029
7030 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7031
7032 * gnus-art.el (gnus-article-replace-part)
7033 (gnus-mime-replace-part): New functions.
7034 (gnus-mime-action-alist, gnus-mime-button-commands)
7035 (gnus-mime-save-part-and-strip): Added file argument.
7036 (gnus-article-part-wrapper): Added interactive argument.
7037
7038 * gnus-sum.el (gnus-summary-mime-map): Add
7039 `gnus-article-replace-part'.
7040
7041 2005-09-19 Didier Verna <didier@xemacs.org>
7042
7043 The nnml compaction feature:
7044 * nnml.el (nnml-request-compact-group): New function.
7045 * nnml.el (nnml-request-compact): New function.
7046 * gnus-int.el (gnus-request-compact-group): New function.
7047 * gnus-int.el (gnus-request-compact): New function.
7048 * gnus-group.el (gnus-group-compact-group): New function.
7049 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7050 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7051 * gnus-srvr.el (gnus-server-compact-server): New function.
7052 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7053 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7054
7055 2005-09-18 Deepak Goel <deego@gnufans.org>
7056
7057 * sieve.el (sieve-help): Fix `message' call: first arg should be a
7058 format spec.
7059
7060 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7061
7062 * gnus.el (gnus-group-startup-message): Bind image-load-path.
7063
7064 2005-09-15 Romain Francoise <romain@orebokech.com>
7065
7066 * message.el (message-fill-paragraph): Clarify docstring.
7067
7068 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7069
7070 * gnus-art.el (gnus-mime-display-part): Protect against broken
7071 MIME messages.
7072
7073 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7074
7075 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7076 before parsing header.
7077
7078 2005-09-11 Jari Aalto <jari.aalto@cante.net>
7079
7080 * html2text.el (html2text-replace-list): Add new entities.
7081
7082 2005-09-11 Romain Francoise <romain@orebokech.com>
7083
7084 * message.el (message-alternative-emails): Improve docstring.
7085 (message-setup-1): Call `message-use-alternative-email-as-from'
7086 after `message-setup-hook' to give it precedence over posting
7087 styles, etc.
7088 (message-use-alternative-email-as-from): Add docstring. Remove
7089 the original From header if present.
7090
7091 * nnml.el (nnml-compressed-files-size-threshold): New variable.
7092 (nnml-save-mail): Use it.
7093
7094 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7095 articles. Add new argument `silent'.
7096 (gnus-uu-mark-all): Report the total number of marked articles.
7097
7098 2005-09-10 Romain Francoise <romain@orebokech.com>
7099
7100 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7101 (gnus-uu-mark-series): Likewise.
7102
7103 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7104
7105 * spam-report.el (spam-report-gmane): Fix generation of spam
7106 report URL.
7107
7108 2005-09-10 Simon Josefsson <jas@extundo.com>
7109
7110 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7111 t, based on discussion on the ding list with Robert Epprecht
7112 <epprecht@solnet.ch>.
7113
7114 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7115
7116 * spam-report.el (spam-report-gmane): Make it work without
7117 X-Report-Spam header. Gmane now only provides Archived-At.
7118 This is only used if `spam-report-gmane-use-article-number' is nil.
7119 (spam-report-gmane-spam-header): Remove. Not used anymore.
7120
7121 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7122 make `gnus-summary-sort-by-recipient' work with threading.
7123
7124 * nnweb.el (nnweb-google-wash-article): Print a message if article
7125 is not available.
7126
7127 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7128
7129 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7130 change. Decode text/* parts content before displaying.
7131
7132 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7133
7134 * mml-smime.el: Remove defvar of gnus-extract-address-components.
7135
7136 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7137
7138 * mm-view.el (mm-display-inline-fontify): Disable support modes.
7139
7140 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
7141
7142 * message.el (message-tab-body-function): Fix mismatched custom type.
7143
7144 * gnus.el (gnus-group-change-level-function): Ditto.
7145
7146 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7147
7148 * gnus-art.el (gnus-signature-limit)
7149 (gnus-article-mime-part-function): Ditto.
7150
7151 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7152
7153 * mml.el (mml-mode): Silence the byte compiler.
7154
7155 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7156 using `(sit-for 0)' before moving the point to the specified part;
7157 skip unbuttonized parts.
7158 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7159 return to the summary window if gnus-auto-select-part is non-nil.
7160
7161 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7162
7163 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7164 variables.
7165 (mml-dnd-attach-file, mml-mode): Use them.
7166
7167 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7168 Make fetching article by MID work again for Google Groups. Added
7169 FIXME concerning gnus-group-make-web-group.
7170
7171 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7172 Don't depend on Gnus by using mail-extract-address-components if
7173 gnus-extract-address-components is not bound.
7174
7175 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7176
7177 * gnus-art.el (gnus-mime-display-security): Don't display the
7178 signature, but only the signed part.
7179
7180 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7181
7182 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7183
7184 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7185 list, not listp.
7186
7187 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7188
7189 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7190 when encoding.
7191
7192 * mm-bodies.el (mm-decode-content-transfer-encoding):
7193 De-canonicalize CRLF for all text content types, not just
7194 text/plain.
7195
7196 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7197
7198 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7199 valid article; point arrow and cursor at the MIME button.
7200
7201 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7202
7203 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7204 Suggested by Dan Christensen <jdc@uwo.ca>.
7205
7206 * mm-decode.el (mm-save-part): Enable change of prompt.
7207
7208 2005-08-29 Jari Aalto <jari.aalto@cante.net>
7209
7210 * gnus-msg.el (gnus-inews-add-send-actions): Made
7211 `message-post-method' lambda parameter ARG `&optional'.
7212
7213 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7214
7215 * gnus-sum.el (gnus-summary-mime-map): Added
7216 gnus-article-save-part-and-strip, gnus-article-delete-part and
7217 gnus-article-jump-to-part.
7218
7219 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7220 (gnus-article-edit-part): Use it.
7221 (gnus-article-part-wrapper): Added no-handle argument.
7222 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7223 functions.
7224
7225 2005-08-29 Romain Francoise <romain@orebokech.com>
7226
7227 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7228 docstring.
7229 (gnus-face-from-file): Likewise.
7230
7231 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7232
7233 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7234 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7235 non-nil.
7236 (gnus-auto-select-part): New variable.
7237 (gnus-article-jump-to-part): New function.
7238 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7239 (gnus-mime-delete-part): Allow selecting specified part after
7240 deleting or stripping parts.
7241 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7242 part if argument is bogus.
7243
7244 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7245
7246 * gnus-art.el (w3m-minor-mode-map):
7247 * gnus-spec.el (gnus-newsrc-file-version):
7248 * gnus-util.el (nnmail-active-file-coding-system)
7249 (gnus-original-article-buffer, gnus-user-agent):
7250 * gnus.el (gnus-ham-process-destinations)
7251 (gnus-parameter-ham-marks-alist)
7252 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7253 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7254 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7255 * mm-decode.el (gnus-current-window-configuration):
7256 * mm-extern.el (gnus-article-mime-handles):
7257 * mm-url.el (url-current-object, url-package-name)
7258 (url-package-version):
7259 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7260 (smime-keys, w3m-cid-retrieve-function-alist)
7261 (w3m-current-buffer, w3m-display-inline-images)
7262 (w3m-minor-mode-map):
7263 * mml-smime.el (gnus-extract-address-components):
7264 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7265 (gnus-newsrc-hashtb, message-default-charset)
7266 (message-deletable-headers, message-options)
7267 (message-posting-charset, message-required-mail-headers)
7268 (message-required-news-headers):
7269 * mml1991.el (mc-pgp-always-sign):
7270 * mml2015.el (mc-pgp-always-sign):
7271 * nnheader.el (nnmail-extra-headers):
7272 * rfc1843.el (gnus-decode-encoded-word-function)
7273 (gnus-decode-header-function, gnus-newsgroup-name):
7274 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7275
7276 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7277
7278 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7279 the end of the date treatments.
7280
7281 2005-08-15 Simon Josefsson <jas@extundo.com>
7282
7283 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7284 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7285 Capello and Romain Francoise.
7286 (pgg-fetch-key-function): Removed, not used?
7287 (pgg-insert-url-with-w3): Require url, to get
7288 url-insert-file-contents regardless of where it is defined.
7289
7290 2005-08-13 Romain Francoise <romain@orebokech.com>
7291
7292 * message.el (message-cite-original-1): New function.
7293 (message-cite-original): Use it.
7294 (message-cite-original-without-signature): Ditto.
7295
7296 2005-08-08 Romain Francoise <romain@orebokech.com>
7297
7298 * message.el (message-yank-empty-prefix): New variable.
7299 (message-indent-citation): Use it.
7300 (message-cite-original-without-signature): Respect X-No-Archive.
7301
7302 2005-08-08 Simon Josefsson <jas@extundo.com>
7303
7304 * pgg.el: Autoload url-insert-file-contents instead of loading
7305 w3/url.
7306 (pgg-insert-url-with-w3): Don't load url here.
7307
7308 2005-08-07 Jesper Harder <harder@phys.au.dk>
7309
7310 * message.el (message-kill-to-signature): Don't insert newline at
7311 bol.
7312 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7313
7314 2005-08-06 Romain Francoise <romain@orebokech.com>
7315
7316 * message.el (message-user-fqdn): Fix typo in docstring.
7317
7318 2005-08-05 Daiki Ueno <ueno@unixuser.org>
7319
7320 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7321
7322 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7323
7324 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7325
7326 * mm-bodies.el (mm-encode-body): Use coding system rather than
7327 charset to encode text.
7328
7329 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7330 number of charsets if utf-8 is available (XEmacs).
7331
7332 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7333
7334 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7335 taken from `gnus-button-mid-or-mail-regexp'.
7336 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7337 (gnus-button-alist): Improve regexp for domain part of the MIDs
7338 for news:localpart@domain buttons.
7339 (gnus-button-ctan-directory-regexp): Update.
7340
7341 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7342
7343 * sieve-manage.el (sieve-manage-interactive-login): Use
7344 make-local-variable rather than make-variable-buffer-local.
7345 (sieve-manage-open): Ditto.
7346 (sieve-manage-authenticate): Ditto.
7347
7348 * mml.el (mml-generate-mime-1): Make the content type default to
7349 text/plain if the filename is not specified.
7350
7351 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7352
7353 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7354 instead of insert-buffer.
7355
7356 * message.el (message-yank-original): Ditto; set the mark at the
7357 end of the yanked message.
7358
7359 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7360
7361 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7362 lines to scroll rather than to stop it.
7363
7364 * mml.el (mml-generate-default-type): Add doc string.
7365 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7366 default to application/octet-stream when determining the content
7367 type if it is not specified for the part or the mml contents; add
7368 a comment about mml-generate-default-type.
7369
7370 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7371
7372 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7373 make it default to application/octet-stream when determining the
7374 content type if it is not specified for the external contents.
7375
7376 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7377
7378 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7379 segmented parameter but also other parameters might be there.
7380
7381 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7382
7383 * mm-decode.el (mm-display-external): Delete temp file, directory
7384 and buffer immediately if the external process is exited.
7385
7386 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7387
7388 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7389 fewer lines than that of scroll-margin.
7390 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7391
7392 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7393
7394 * gnus-art.el (gnus-article-next-page): Revert.
7395 (gnus-article-beginning-of-window): New macro.
7396 (gnus-article-next-page-1): Use it.
7397 (gnus-article-prev-page): Ditto.
7398 (gnus-article-edit-part): Use insert-buffer-substring instead of
7399 insert-buffer.
7400 (gnus-article-edit-exit): Ditto.
7401
7402 * gnus-util.el (gnus-beginning-of-window): Remove.
7403 (gnus-end-of-window): Remove.
7404
7405 2005-07-25 Simon Josefsson <jas@extundo.com>
7406
7407 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7408 to have the url package without w3. Reported by Daiki Ueno
7409 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7410
7411 2005-07-20 Didier Verna <didier@xemacs.org>
7412
7413 * gnus-diary.el: Remove the description comment (nndiary is now
7414 properly documented in the Gnus manual).
7415 Fix the spelling of "Back End".
7416 * nndiary.el: Ditto.
7417 Fix the copyright notice.
7418
7419 2005-07-18 Romain Francoise <romain@orebokech.com>
7420
7421 * gnus-sum.el (gnus-summary-to-prefix)
7422 (gnus-summary-newsgroup-prefix): New variables.
7423 (gnus-summary-from-or-to-or-newsgroups): Use them.
7424
7425 2005-07-17 Romain Francoise <romain@orebokech.com>
7426
7427 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7428 space as it's generally not especially interesting to the user.
7429
7430 2005-07-16 Romain Francoise <romain@orebokech.com>
7431
7432 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7433 nil to avoid prompting and file modification if one of the
7434 messages at the top of the nnfolder file contains a copyright
7435 notice.
7436 Update copyright notice.
7437
7438 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7439 instead of `current-time-string' as the latter creates a time
7440 string that is not RFC 2822 compliant (it lacks the zone).
7441 Update copyright notice.
7442
7443 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7444
7445 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7446 for text/rtf. Display default in prompt. Pass default for M-n.
7447
7448 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7449
7450 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7451
7452 * gnus-msg.el (gnus-button-mailto): Remove
7453 save-selected-window-window hackery because it relies on
7454 save-selected-window internals.
7455
7456 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7457
7458 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7459 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7460 (gnus-article-prev-page): Ditto.
7461
7462 * gnus-util.el (gnus-beginning-of-window): New function.
7463 (gnus-end-of-window): New function.
7464
7465 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7466
7467 * gnus-score.el (gnus-score-edit-all-score): Set
7468 gnus-score-edit-exit-function to gnus-score-edit-done and call
7469 gnus-message.
7470
7471 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7472
7473 * gnus-msg.el (gnus-button-mailto): Remove
7474 save-selected-window-window hackery because it relies on
7475 save-selected-window internals.
7476
7477 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7478
7479 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7480 add-minor-mode.
7481 (gnus-binary-mode): Ditto.
7482
7483 * gnus-topic.el (gnus-topic-mode): Ditto.
7484
7485 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7486
7487 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7488 (gnus-article-prev-page): Take scroll-margin into consideration.
7489
7490 2005-07-04 Lute Kamstra <lute@gnu.org>
7491
7492 Update FSF's address in GPL notices.
7493
7494 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7495
7496 * gnus.el (gnus-exit):
7497 * gnus-group.el (gnus-group-icons):
7498 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7499
7500 * gnus-nocem.el (gnus-nocem):
7501 * message.el (message-various, message-buffers, message-sending)
7502 (message-interface, message-forwarding, message-insertion)
7503 (message-headers, message-news, message-mail):
7504 * pgg-gpg.el (pgg-gpg):
7505 * pgg-parse.el (pgg-parse):
7506 * pgg-pgp.el (pgg-pgp):
7507 * pgg-pgp5.el (pgg-pgp5):
7508 * pop3.el (pop3): Finish `defgroup' description with period.
7509
7510 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7511
7512 * gnus-art.el (article-display-face): Improve the efficiency.
7513 (article-display-x-face): Ditto; remove grey x-face stuff.
7514
7515 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7516
7517 * gnus-art.el (article-display-face): Correct the position in
7518 which Faces are inserted.
7519
7520 2005-06-29 Didier Verna <didier@xemacs.org>
7521
7522 * gnus-art.el (article-display-face): Display faces in correct
7523 order.
7524
7525 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7526
7527 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7528 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7529 (gnus-nocem-check-article): Fetch the Type header.
7530 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7531 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7532 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7533 make sure gnus-nocem-hashtb is initialized.
7534 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7535 (gnus-nocem-unwanted-article-p): Ditto.
7536
7537 * pgg.el (pgg-verify): Return the verification result.
7538
7539 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7540
7541 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7542 is ascii.
7543
7544 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7545
7546 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7547 `show-nonbreak-escape'.
7548
7549 2005-06-23 Lute Kamstra <lute@gnu.org>
7550
7551 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7552
7553 * dig.el (dig-mode):
7554 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7555
7556 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7557
7558 * nnimap.el (nnimap-split-download-body): Fix spellings.
7559
7560 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7561
7562 * gnus-art.el (gnus-article-encrypt-body):
7563 * gnus-cus.el (gnus-score-customize):
7564 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7565 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7566
7567 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7568
7569 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7570 header by looking for magic "MII" at the beginnig.
7571
7572 2005-06-16 Miles Bader <miles@gnu.org>
7573
7574 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7575 (assistant-field-face): New backward-compatibility alias for renamed
7576 face.
7577 (assistant-render-text): Use renamed assistant-field face.
7578
7579 * spam.el (spam): Remove "-face" suffix from face name.
7580 (spam-face): New backward-compatibility alias for renamed face.
7581 (spam-face, spam-initialize): Use renamed spam face.
7582
7583 * message.el (message-header-to, message-header-cc)
7584 (message-header-subject, message-header-newsgroups)
7585 (message-header-other, message-header-name)
7586 (message-header-xheader, message-separator, message-cited-text)
7587 (message-mml): Remove "-face" suffix from face names.
7588 (message-header-to-face, message-header-cc-face)
7589 (message-header-subject-face, message-header-newsgroups-face)
7590 (message-header-other-face, message-header-name-face)
7591 (message-header-xheader-face, message-separator-face)
7592 (message-cited-text-face, message-mml-face):
7593 New backward-compatibility aliases for renamed faces.
7594 (message-font-lock-keywords): Use renamed message faces.
7595
7596 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7597 (sieve-test-commands, sieve-tagged-arguments):
7598 Remove "-face" suffix from face names.
7599 (sieve-control-commands-face, sieve-action-commands-face)
7600 (sieve-test-commands-face, sieve-tagged-arguments-face):
7601 New backward-compatibility aliases for renamed faces.
7602 (sieve-control-commands-face, sieve-action-commands-face)
7603 (sieve-test-commands-face, sieve-tagged-arguments-face):
7604 Use renamed sieve faces.
7605
7606 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7607 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7608 (gnus-group-news-3-empty, gnus-group-news-4)
7609 (gnus-group-news-4-empty, gnus-group-news-5)
7610 (gnus-group-news-5-empty, gnus-group-news-6)
7611 (gnus-group-news-6-empty, gnus-group-news-low)
7612 (gnus-group-news-low-empty, gnus-group-mail-1)
7613 (gnus-group-mail-1-empty, gnus-group-mail-2)
7614 (gnus-group-mail-2-empty, gnus-group-mail-3)
7615 (gnus-group-mail-3-empty, gnus-group-mail-low)
7616 (gnus-group-mail-low-empty, gnus-summary-selected)
7617 (gnus-summary-cancelled, gnus-summary-high-ticked)
7618 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7619 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7620 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7621 (gnus-summary-low-undownloaded)
7622 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7623 (gnus-summary-low-unread, gnus-summary-normal-unread)
7624 (gnus-summary-high-read, gnus-summary-low-read)
7625 (gnus-summary-normal-read, gnus-splash):
7626 Remove "-face" suffix from face names.
7627 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7628 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7629 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7630 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7631 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7632 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7633 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7634 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7635 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7636 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7637 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7638 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7639 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7640 (gnus-summary-normal-ticked-face)
7641 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7642 (gnus-summary-normal-ancient-face)
7643 (gnus-summary-high-undownloaded-face)
7644 (gnus-summary-low-undownloaded-face)
7645 (gnus-summary-normal-undownloaded-face)
7646 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7647 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7648 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7649 (gnus-splash-face):
7650 New backward-compatibility aliases for renamed faces.
7651 (gnus-group-startup-message): Use renamed gnus faces.
7652
7653 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7654 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7655 (gnus-server-agent): Remove "-face" suffix from face names.
7656 (gnus-server-agent-face, gnus-server-opened-face)
7657 (gnus-server-closed-face, gnus-server-denied-face)
7658 (gnus-server-offline-face):
7659 New backward-compatibility aliases for renamed faces.
7660 (gnus-server-agent-face, gnus-server-opened-face)
7661 (gnus-server-closed-face, gnus-server-denied-face)
7662 (gnus-server-offline-face): Use renamed gnus faces.
7663
7664 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7665 Remove "-face" suffix from face names.
7666 (gnus-picon-xbm-face, gnus-picon-face):
7667 New backward-compatibility aliases for renamed faces.
7668
7669 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7670 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7671 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7672 (gnus-cite-11): Remove "-face" suffix from face names.
7673 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7674 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7675 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7676 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7677 New backward-compatibility aliases for renamed faces.
7678 (gnus-cite-attribution-face, gnus-cite-face-list)
7679 (gnus-article-boring-faces): Use renamed gnus faces.
7680
7681 * gnus-art.el (gnus-signature, gnus-header-from)
7682 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7683 (gnus-header-content): Remove "-face" suffix from face names.
7684 (gnus-signature-face, gnus-header-from-face)
7685 (gnus-header-subject-face, gnus-header-newsgroups-face)
7686 (gnus-header-name-face, gnus-header-content-face):
7687 New backward-compatibility aliases for renamed faces.
7688 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7689
7690 * gnus-sum.el (gnus-summary-selected-face)
7691 (gnus-summary-highlight): Use renamed gnus faces.
7692 * gnus-group.el (gnus-group-highlight): Likewise.
7693
7694 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7695
7696 * gnus-sieve.el (gnus-sieve-article-add-rule):
7697 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7698 * spam-stat.el (spam-stat-buffer-change-to-spam)
7699 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7700
7701 * message.el (message-is-yours-p):
7702 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7703
7704 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7705
7706 * mm-view.el (mm-inline-text): Withdraw the last change.
7707
7708 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7709
7710 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7711 executing enriched-decode.
7712
7713 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7714
7715 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7716 charset of tar files.
7717
7718 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7719
7720 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7721
7722 2005-06-04 Lute Kamstra <lute@gnu.org>
7723
7724 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7725 information is never recorded.
7726
7727 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7728
7729 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7730
7731 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7732
7733 * pop3.el (pop3-apop): Run md5 in the binary mode.
7734
7735 * starttls.el (starttls-set-process-query-on-exit-flag):
7736 Use eval-and-compile.
7737
7738 2005-05-31 Simon Josefsson <jas@extundo.com>
7739
7740 * smime.el (smime-replace-in-string): Define.
7741 (smime-cert-by-ldap-1): Use it.
7742
7743 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7744
7745 * gnus-art.el (article-display-x-face): Replace
7746 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7747
7748 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7749 set-process-query-on-exit-flag or process-kill-without-query.
7750
7751 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7752 loop instead of replace-regexp.
7753
7754 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7755 instead of process-kill-without-query if it is available.
7756
7757 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7758 instead of find-file-hooks if it is available.
7759
7760 * mml1991.el: Bind pgg-default-user-id when compiling.
7761
7762 * mml2015.el: Bind pgg-default-user-id when compiling.
7763
7764 * nndraft.el (nndraft-request-associate-buffer):
7765 Use write-contents-functions instead of write-contents-hooks if it is
7766 available.
7767
7768 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7769 instead of find-file-hooks if it is available.
7770
7771 * nntp.el (nntp-open-connection): Replace
7772 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7773 (nntp-open-ssl-stream): Ditto.
7774 (nntp-open-tls-stream): Ditto.
7775
7776 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7777 set-process-query-on-exit-flag or process-kill-without-query.
7778 (starttls-open-stream-gnutls): Use it instead of
7779 process-kill-without-query.
7780 (starttls-open-stream): Ditto.
7781
7782 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7783
7784 * smime.el (smime-cert-by-ldap-1): Don't use
7785 replace-regexp-in-string.
7786
7787 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7788
7789 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7790
7791 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7792 in PEM format. Adjust to the XEmacs compability.
7793
7794 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7795
7796 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7797 by `string-to-number'.
7798 * gnus-agent.el (gnus-agent-regenerate-group)
7799 (gnus-agent-fetch-articles): Ditto.
7800 * gnus-art.el (gnus-button-fetch-group): Ditto.
7801 * gnus-cache.el (gnus-cache-generate-active)
7802 (gnus-cache-articles-in-group): Ditto.
7803 * gnus-group.el (gnus-group-set-current-level)
7804 (gnus-group-insert-group-line): Ditto.
7805 * gnus-score.el (gnus-score-set-expunge-below)
7806 (gnus-score-set-mark-below, gnus-summary-score-effect)
7807 (gnus-summary-score-entry): Ditto.
7808 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7809 (gnus-soup-pack): Ditto.
7810 * gnus-spec.el (gnus-xmas-format): Ditto.
7811 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7812 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7813 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7814 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7815 * nndb.el (nndb-get-remote-expire-response): Ditto.
7816 * nndiary.el (nndiary-parse-schedule-value)
7817 (nndiary-string-to-number, nndiary-request-replace-article)
7818 (nndiary-request-article): Ditto.
7819 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7820 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7821 * nneething.el (nneething-make-head): Ditto.
7822 * nnfolder.el (nnfolder-request-article)
7823 (nnfolder-retrieve-headers): Ditto.
7824 * nnheader.el (nnheader-file-to-number): Ditto.
7825 * nnkiboze.el (nnkiboze-request-article): Ditto.
7826 * nnmail.el (nnmail-process-unix-mail-format)
7827 (nnmail-process-babyl-mail-format): Ditto.
7828 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7829 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7830 (nnmh-request-create-group, nnmh-request-list-1)
7831 (nnmh-request-group, nnmh-request-article): Ditto.
7832 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7833 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7834 * nnsoup.el (nnsoup-make-active): Ditto.
7835 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7836 * nntp.el (nntp-find-group-and-number)
7837 (nntp-retrieve-headers-with-xover): Ditto.
7838 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7839 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7840 (pgg-format-key-identifier): Ditto.
7841 * pop3.el (pop3-last, pop3-stat): Ditto.
7842 * qp.el (quoted-printable-decode-region): Ditto.
7843
7844 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7845 of concat.
7846
7847 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7848
7849 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7850
7851 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7852
7853 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7854
7855 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7856
7857 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7858
7859 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7860
7861 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7862 (gnus-carpal-mode): Ditto.
7863
7864 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7865 (gnus-browse-mode): Ditto.
7866
7867 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7868
7869 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7870
7871 2005-05-29 Richard M. Stallman <rms@gnu.org>
7872
7873 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7874
7875 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7876
7877 * gnus-util.el (gnus-run-mode-hooks): New function.
7878
7879 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7880
7881 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7882
7883 * gnus-agent.el (gnus-agent-make-mode-line-string):
7884 Use mode-line-highlight as mouse-face.
7885
7886 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7887
7888 * canlock.el (canlock): Change the parent group to news.
7889
7890 * deuglify.el (gnus-outlook-deuglify): Add :group.
7891
7892 * dig.el (dig): Add :group.
7893
7894 * dns-mode.el (dns-mode): Add :group.
7895
7896 * encrypt.el (encrypt): Add :group.
7897
7898 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7899 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7900 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7901 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7902 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7903
7904 * gnus-diary.el (gnus-diary): Add :group.
7905
7906 * gnus.el (gnus-group-news-1-face): Add :group.
7907 (gnus-group-news-1-empty-face): Ditto.
7908 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7909 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7910 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7911 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7912 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7913 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7914 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7915 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7916 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7917 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7918 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7919 (gnus-summary-high-ticked-face): Ditto.
7920 (gnus-summary-low-ticked-face): Ditto.
7921 (gnus-summary-normal-ticked-face): Ditto.
7922 (gnus-summary-high-ancient-face): Ditto.
7923 (gnus-summary-low-ancient-face): Ditto.
7924 (gnus-summary-normal-ancient-face): Ditto.
7925 (gnus-summary-high-undownloaded-face): Ditto.
7926 (gnus-summary-low-undownloaded-face): Ditto.
7927 (gnus-summary-normal-undownloaded-face): Ditto.
7928 (gnus-summary-high-unread-face): Ditto.
7929 (gnus-summary-low-unread-face): Ditto.
7930 (gnus-summary-normal-unread-face): Ditto.
7931 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7932 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7933
7934 * hashcash.el (hashcash): New custom group.
7935 (hashcash-default-payment): Add :group.
7936 (hashcash-payment-alist): Ditto.
7937 (hashcash-default-accept-payment): Ditto.
7938 (hashcash-accept-resources): Ditto.
7939 (hashcash-path): Ditto.
7940 (hashcash-extra-generate-parameters): Ditto.
7941 (hashcash-double-spend-database): Ditto.
7942 (hashcash-in-news): Ditto.
7943
7944 * message.el (message-minibuffer-local-map): Add :group.
7945
7946 * netrc.el (netrc): Add :group.
7947
7948 * sieve-manage.el (sieve-manage-log): Add :group.
7949 (sieve-manage-default-user): Diito.
7950 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7951 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7952 (sieve-manage-authenticators): Ditto.
7953 (sieve-manage-authenticator-alist): Ditto.
7954 (sieve-manage-default-port): Ditto.
7955
7956 * sieve-mode.el (sieve-control-commands-face): Add :group.
7957 (sieve-action-commands-face): Ditto.
7958 (sieve-test-commands-face): Ditto.
7959 (sieve-tagged-arguments-face): Ditto.
7960
7961 * smime.el (smime): Add :group.
7962
7963 * spam-report.el (spam-report): Add :group.
7964
7965 * spam.el (spam, spam-face): Add :group.
7966
7967 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7968
7969 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7970 return \n.\n.\n at the end of articles. Protect against that.
7971 (nntp-with-open-group): Allow debugging.
7972
7973 * nnheader.el (mail-header-set-extra): Make into a function
7974 because I just could't understand how to quote the list properly.
7975
7976 * dns.el (query-dns-cached): New function.
7977
7978 2005-05-26 Lute Kamstra <lute@gnu.org>
7979
7980 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7981
7982 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7983
7984 * gnus-art.el: Don't autoload mail-extract-address-components.
7985
7986 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7987 eval-and-compile to evaluate it.
7988
7989 * hashcash.el: Don't autoload executable-find.
7990
7991 * nndb.el: Don't declare the nndb back end two or more times; don't
7992 autoload news-reply-mode, news-setup, cancel-timer and telnet.
7993
7994 * nntp.el: Autoload format-spec instead of format; use
7995 eval-and-compile to evaluate autoload forms.
7996
7997 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
7998
7999 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8000
8001 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8002
8003 * gnus.el (gnus-version-number): Bump version.
8004
8005 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8006
8007 * gnus.el: No Gnus v0.3 is released.
8008
8009 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8010
8011 * gnus-art.el (gnus-article-edit-part): Disable undo.
8012
8013 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8014
8015 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8016 gnus-article-date-lapsed-new-header is t if date timer is active;
8017 skip headers in which the original date value is empty.
8018 (gnus-article-save-original-date): Redefine it as a macro.
8019 (gnus-display-mime): Use it.
8020
8021 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8022
8023 * gnus-art.el (article-date-ut): Support converting date in
8024 forwarded parts as well.
8025 (gnus-article-save-original-date): New function.
8026 (gnus-display-mime): Use it.
8027
8028 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
8029
8030 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8031 enclosure element of <item>.
8032
8033 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
8034
8035 * message.el (message-kill-buffer-query): Renamed from
8036 `message-kill-buffer-query-if-modified'. Added :version.
8037
8038 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8039
8040 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8041 window layout.
8042
8043 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8044
8045 * mml.el: Autoload dnd when compiling.
8046
8047 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8048
8049 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8050 x-dnd-*.
8051
8052 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8053
8054 * qp.el (quoted-printable-encode-region): Save excursion.
8055
8056 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
8057
8058 * message.el (message-kill-buffer-query-if-modified): Add new variable
8059 so the user can kill a modified message buffer quickly.
8060 (message-kill-buffer): Use it.
8061
8062 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
8063
8064 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8065 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8066
8067 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
8068
8069 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8070 contained in text because xml.el decodes entities) with LFs.
8071
8072 2005-04-11 Lute Kamstra <lute@gnu.org>
8073
8074 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8075 differently.
8076
8077 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8078
8079 * mm-util.el (mm-detect-coding-region): Typo.
8080
8081 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
8082
8083 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8084
8085 2005-04-06 D Goel <deego@gnufans.org>
8086
8087 * spam-stat.el (spam-stat-score-buffer): Add a call to a
8088 user-function allow user modifications of the scores.
8089 (spam-stat-score-buffer-user): New function, to allow
8090 user-computed modifications to the score.
8091 (spam-stat-score-buffer-user-functions): List of additional
8092 scoring functions.
8093 (spam-stat-error-holder): Global temporary error holder.
8094 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8095 variable.
8096
8097 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
8098
8099 * gnus-registry.el (gnus-registry-clean-empty-function)
8100 (gnus-registry-trim, gnus-registry-fetch-groups)
8101 (gnus-registry-delete-group): Groups that match
8102 `gnus-registry-ignored-groups' are removed from the registry
8103 entries, not just ignored for splitting. This helps clean up the
8104 registry. Also, `gnus-registry-fetch-groups' is a convenient way
8105 to get all the groups a message ID is in.
8106
8107 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8108 (spam-stat-split-fancy): Change "threshhold" to "threshold"
8109 (spam-stat-score-buffer-user-functions): Add :number custom type.
8110
8111 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8112
8113 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8114 argument in XEmacs.
8115
8116 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8117 (nnrss-request-group): Decode group name first.
8118 (nnrss-request-article): Make a text/plain article if mml-to-mime
8119 failed.
8120 (nnrss-get-encoding): Return a compatible encoding according to
8121 nnrss-compatible-encoding-alist.
8122 (nnrss-find-el): Use consp instead of listp.
8123 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8124
8125 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8126
8127 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8128 which Emacs 20 doesn't support.
8129 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8130
8131 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8132
8133 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8134 silence the byte compiler inside the defun.
8135
8136 * gnus-demon.el (parse-time-string): Add autoload.
8137
8138 * gnus-delay.el (parse-time-string): Add autoload.
8139
8140 * gnus-art.el (parse-time-string): Add autoload.
8141
8142 * nnultimate.el (parse-time): Require for `parse-time-string'.
8143
8144 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8145
8146 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8147
8148 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8149
8150 * smime.el (smime-ldap-host-list): Add :version.
8151
8152 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8153
8154 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8155 pass it to `gnus-browse-read-group'.
8156 (gnus-browse-read-group): Add NUMBER argument and pass it to
8157 `gnus-group-read-ephemeral-group'.
8158
8159 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8160 argument and pass it to `gnus-group-read-group'.
8161
8162 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8163
8164 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8165 mm-xemacs-find-mime-charset-1 if we have the mule feature
8166 available at runtime.
8167
8168 2005-03-25 Werner Lemberg <wl@gnu.org>
8169
8170 * nnmaildir.el: Replace `illegal' with `invalid'.
8171
8172 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8173
8174 * gnus-start.el (gnus-display-time-event-handler):
8175 Check display-time-timer at runtime rather than only at load time
8176 in case display-time-mode is turned off in the mean time.
8177
8178 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8179
8180 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8181 used.
8182
8183 * nneething.el (nneething-map-file-directory): Derive from
8184 `gnus-directory'.
8185
8186 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8187 the To/Cc button.
8188
8189 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8190
8191 * nnmaildir.el (nnmaildir-request-accept-article):
8192 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8193
8194 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8195
8196 * gnus-async.el: Require timer-funcs at compile time when in
8197 XEmacs for `run-with-idle-timer'.
8198
8199 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8200
8201 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8202 autoloaded function.
8203
8204 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8205
8206 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8207
8208 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
8209
8210 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8211
8212 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8213
8214 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8215 gnus-expert-user to default.
8216
8217 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8218
8219 * nnimap.el (nnimap-open-server): Ditto.
8220
8221 * imap.el (imap-authenticate): Fix typo.
8222
8223 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8224
8225 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8226 buffer (since IMAP server might return FETCH response out of
8227 order, and the nntp buffer must be sorted).
8228
8229 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8230
8231 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8232 comparison on string.
8233
8234 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8235 (gnus-agent-score): Renamed category keywords to match gnus-cus.
8236 (gnus-agent-summary-fetch-series): Modified to protect against
8237 gnus-agent-summary-fetch-group clearing processable flags.
8238 (gnus-agent-synchronize-group-flags): Update live group buffer as
8239 synchronization may occur due to the user toggle the plugged
8240 status.
8241 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8242 successfully downloaded.
8243 (gnus-agent-expire-group-1): Avoid using markers when the overview
8244 is in ascending order; greatly improves performance.
8245 (gnus-agent-regenerate-group): Use
8246 gnus-agent-synchronize-group-flags to reset read status in both
8247 gnus and server.
8248 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8249
8250 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8251
8252 * message.el: Don't autoload former message-utils variables.
8253 (message-strip-subject-trailing-was): Change doc string.
8254
8255 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8256 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8257 (nnweb-google-search): Add "hl=en" here.
8258 (nnweb-google-parse-1, nnweb-google-create-mapping):
8259 Don't hardcode URL.
8260
8261 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8262
8263 * message.el (message-get-reply-headers, message-followup):
8264 Mention related variables `message-use-followup-to' and
8265 `message-use-mail-followup-to', in the information buffer.
8266
8267 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8268 of broken groups(-beta).google.com.
8269
8270 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8271
8272 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8273 parameter to invoked gnus-request-move-article; remove the
8274 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8275 all at once instead of once per article.
8276 (gnus-summary-remove-process-mark): Accept a list of articles as
8277 well as a single article for processing.
8278
8279 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8280 parameter.
8281
8282 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8283
8284 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8285
8286 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8287 parameter.
8288
8289 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8290 parameter.
8291
8292 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8293 parameter and remove the gnus-sum-hint-move-is-internal variable.
8294
8295 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8296 parameter.
8297
8298 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8299 parameter.
8300
8301 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8302 parameter.
8303
8304 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8305
8306 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8307 parameter.
8308
8309 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8310 parameter.
8311
8312 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8313
8314 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8315 a more conservative way.
8316
8317 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8318
8319 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8320 buffer, so it moves the window's cursor.
8321
8322 2005-02-26 Arne Jørgensen <arne@arnested.dk>
8323
8324 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8325 `mm-dissect-multipart' and receive the from field as an (optional)
8326 argument from `mm-dissect-multipart'.
8327 (mm-dissect-multipart): Receive the from field as an argument and
8328 pass it on when we call `mm-dissect-buffer' on MIME parts.
8329 Fixes verification/decryption of signed/encrypted MIME parts.
8330
8331 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8332
8333 * gnus-sum.el (gnus-summary-move-article): Set
8334 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8335 whatever it calls (right now, only nnimap-request-move article
8336 respects it).
8337
8338 * nnimap.el (nnimap-request-move-article): When
8339 gnus-sum-hint-move-is-internal is set, don't do the extra
8340 nnimap-request-article.
8341
8342 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8343
8344 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8345
8346 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8347 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8348
8349 * gnus-sum.el (gnus-summary-caesar-message):
8350 Apply `gnus-treat-article' after rotation.
8351
8352 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8353 doc string.
8354
8355 2005-02-22 Simon Josefsson <jas@extundo.com>
8356
8357 * encrypt.el (encrypt-password-cache-expiry): Remove (use
8358 `password-cache-expiry' instead). Reported by Arne Jørgensen
8359 <arne@arnested.dk>.
8360 (encrypt): Add password-cache and password-cache-expiry as group
8361 members.
8362
8363 2005-02-22 Arne Jørgensen <arne@arnested.dk>
8364
8365 * smime.el (smime-ldap-host-list): Doc fix.
8366 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8367 cache) password.
8368 (smime-sign-region): Use it.
8369 (smime-decrypt-region): Use it.
8370 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8371 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8372 fails.
8373 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8374 certificate from DER to PEM format rather than calling openssl.
8375
8376 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8377
8378 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8379 for signing/encryption.
8380
8381 * mml.el (mml-parse-1): Use them.
8382
8383 2005-02-21 Arne Jørgensen <arne@arnested.dk>
8384
8385 * nnrss.el (nnrss-verbose): Removed.
8386 (nnrss-request-group): Use `nnheader-message' instead.
8387
8388 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8389
8390 * nnrss.el (nnrss-verbose): New variable.
8391 (nnrss-request-group): Make it say nnrss is requesting a group.
8392
8393 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8394
8395 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8396 Handle news URL with given port correctly.
8397
8398 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8399
8400 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8401 containing special characters.
8402
8403 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8404
8405 * mml.el (mime-to-mml): Ditto.
8406
8407 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8408 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8409 (rfc2047-decode-region): Quote decoded words containing special
8410 characters when rfc2047-quote-decoded-words-containing-tspecials
8411 is non-nil.
8412
8413 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8414
8415 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8416
8417 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8418
8419 2005-02-15 Simon Josefsson <jas@extundo.com>
8420
8421 * nnimap.el (nnimap-debug): Doc fix.
8422
8423 * imap.el (imap-debug): Doc fix.
8424
8425 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8426
8427 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8428
8429 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8430
8431 * gnus.el (spam-contents): Improve docs for spam-contents
8432 parameter in its variable incarnation.
8433
8434 2005-02-14 Simon Josefsson <jas@extundo.com>
8435
8436 * smime-ldap.el: Use require instead of load-library for ldap.
8437 (smime-ldap-search): Indent.
8438 (smime-ldap-search-internal): Shorten line.
8439
8440 * smime.el (smime-cert-by-dns): Add doc-string.
8441 (smime-cert-by-ldap-1): Indent.
8442
8443 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8444 mml-smime-get-dns-ldap.
8445 (mml-smime-encrypt-query): Use new function. Default to ldap.
8446
8447 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8448
8449 * smime.el: Require smime-ldap.
8450 (smime-ldap-host-list): New variable.
8451 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8452
8453 * mml-smime.el (mml-smime-encrypt-query): New function.
8454 (mml-smime-encrypt-query): Use it.
8455
8456 * smime-ldap.el: New file.
8457
8458 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8459
8460 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8461
8462 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8463
8464 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8465 argument in doc string. Make query for type more clear.
8466
8467 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8468
8469 * gnus.el (gnus-group-startup-message): Search for gnus images in
8470 etc/images/gnus.
8471 * mm-util.el (mm-image-load-path): Likewise.
8472 * smiley.el (smiley-data-directory): Search for smilies in
8473 etc/images/smilies.
8474
8475 2005-02-09 Kim F. Storm <storm@cua.dk>
8476
8477 Change Emacs release version from 21.4 to 22.1 throughout.
8478 Change Emacs development version from 21.3.50 to 22.0.50.
8479
8480 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8481
8482 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8483
8484 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8485 non-Mule XEmacs as well.
8486 (mm-decompress-buffer): Signal an error intentionally if it does
8487 not decompress compressed data because auto-compression-mode is
8488 disabled.
8489
8490 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8491
8492 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8493 an ID in the registry even if it has no groups.
8494
8495 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8496
8497 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8498 merge it into mm-decompress-buffer.
8499 (gnus-mime-copy-part): Use the MIME part charset, the value which
8500 a user specified or gnus-newsgroup-charset for decoding, like
8501 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8502 save-buffer what was used. Suggested by Kevin Ryde
8503 <user42@zip.com.au>.
8504 (gnus-mime-inline-part): Allow the name parameter as well as the
8505 filename parameter; force decompressing of compressed data; always
8506 display contents being not decoded as unibyte.
8507
8508 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8509 as well as the filename parameter.
8510
8511 * mm-util.el (mm-decompress-buffer): Merge
8512 gnus-mime-jka-compr-maybe-uncompress.
8513 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8514 of compressed data.
8515
8516 2005-02-08 Simon Josefsson <jas@extundo.com>
8517
8518 * imap.el (imap-log): Doc fix.
8519
8520 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8521
8522 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8523 the coding cookies; decompress compressed parts.
8524
8525 * mml.el (mml-generate-mime-1): Add the charset parameter according
8526 to the value which a user specified manually or the coding cookie.
8527
8528 * mm-util.el (mm-string-to-multibyte): New function.
8529 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8530 (mm-coding-system-to-mime-charset): New function.
8531 (mm-decompress-buffer): New function.
8532 (mm-find-buffer-file-coding-system): New function.
8533
8534 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8535 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8536 parts.
8537
8538 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8539
8540 * mm-view.el (mm-display-inline-fontify): Decode a part according
8541 to the charset parameter.
8542
8543 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8544
8545 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8546 prefix arg is neither nil nor a number, as info specifies.
8547
8548 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8549
8550 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8551 timestamps.
8552
8553 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8554
8555 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8556 groups error checking and notify user.
8557
8558 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8559
8560 * message.el (message-send-mail-function): Check existence of
8561 sendmail-program first before using default value
8562 `message-send-mail-with-sendmail'. Otherwise use more generic
8563 `smtpmail-send-it'.
8564
8565 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8566
8567 * nntp.el (nntp-request-update-info): Always return nil.
8568
8569 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8570
8571 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8572
8573 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8574
8575 * message.el (message-beginning-of-line): Change the behavior when
8576 invoked between BOL and : so that it first moves backward.
8577
8578 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8579
8580 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8581 article buffer when editing of the article is discarded.
8582 (gnus-article-prepare): Revert.
8583
8584 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8585
8586 * gnus-art.el (gnus-article-prepare):
8587 Remove message-strip-forbidden-properties from the local hook.
8588
8589 2005-01-27 Simon Josefsson <jas@extundo.com>
8590
8591 * password.el (password-cache-add): Only start one timer per key.
8592 Reported by Derek Atkins <warlord@MIT.EDU>.
8593
8594 2005-01-26 Steve Youngs <steve@sxemacs.org>
8595
8596 * run-at-time.el: Removed. It is no longer needed as
8597 timer-funcs.el in the xemacs-base package has a working version of
8598 `run-at-time'.
8599
8600 * password.el: Require timer-funcs instead of run-at-time in
8601 XEmacs.
8602 Remove `password-run-at-time' macro.
8603 (password-cache-add): Use `run-at-time' instead of
8604 `password-run-at-time'.
8605
8606 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8607 for `run-with-idle-timer'.
8608
8609 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8610 for `run-at-time'.
8611
8612 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8613 for `with-timeout'.
8614
8615 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8616
8617 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8618 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8619
8620 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8621
8622 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8623 sensitively.
8624
8625 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8626
8627 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8628
8629 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8630
8631 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8632 which will be inserted according to the multibyteness of a buffer
8633 rather than the type of contents. Suggested by ARISAWA Akihiro
8634 <ari@mbf.ocn.ne.jp>.
8635
8636 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8637 of string which old xml.el may return rather than a string.
8638
8639 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8640
8641 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8642
8643 2005-01-16 Simon Josefsson <jas@extundo.com>
8644
8645 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8646 idn/idna.el isn't available.
8647 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8648 <michael@waxrat.com>.
8649
8650 * hashcash.el: Remove non-FSF copyright header.
8651
8652 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8653 (hashcash-generate-payment): Use it.
8654 (hashcash-generate-payment-async): Use it.
8655
8656 2005-01-15 Simon Josefsson <jas@extundo.com>
8657
8658 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8659 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8660
8661 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8662 gnus-summary-idna-message.
8663 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8664 (gnus-summary-idna-message): New function.
8665
8666 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8667
8668 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8669 gnus-novice-user.
8670
8671 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8672
8673 * nnrss.el (nnrss-request-delete-group): Delete entries in
8674 nnrss-group-alist as well.
8675 (nnrss-save-server-data): Insert newline.
8676
8677 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8678
8679 * gnus.el (gnus-user-agent): Use list of symbols instead of
8680 symbols. Display full version number for (S)XEmacs. Optionally
8681 display (S)XEmacs codename.
8682
8683 * gnus-util.el (gnus-emacs-version): Update for new
8684 `gnus-user-agent'.
8685
8686 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8687 Gnus version.
8688
8689 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8690
8691 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8692 which is unreadable in some setups.
8693
8694 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8695
8696 * gnus-spec.el (gnus-update-format-specifications): Flush the
8697 group format spec cache if it doesn't support decoded group names.
8698
8699 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8700
8701 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8702 Allow to apply decay on score files matching a regexp.
8703
8704 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8705
8706 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8707 compatibility in %g and %c.
8708
8709 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8710
8711 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8712 name for only %g and %c.
8713 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8714 of gnus-tmp-group to decoded group name.
8715 (gnus-group-make-rss-group): Exclude `/'s from group names.
8716
8717 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8718
8719 * nnrss.el (nnrss-get-encoding): Fix regexp.
8720
8721 2004-12-27 Simon Josefsson <jas@extundo.com>
8722
8723 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8724 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8725 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8726
8727 2004-12-17 Kim F. Storm <storm@cua.dk>
8728
8729 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8730
8731 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8732
8733 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8734
8735 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8736
8737 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8738
8739 * nnrss.el: Require rfc2047 and mml.
8740 (nnrss-file-coding-system): New variable.
8741 (nnrss-format-string): Redefine it as an inline function.
8742 (nnrss-decode-group-name): New function.
8743 (nnrss-string-as-multibyte): Remove.
8744 (nnrss-retrieve-headers): Decode group name; don't use
8745 nnrss-format-string.
8746 (nnrss-request-group): Decode group name.
8747 (nnrss-request-article): Decode group name; allow a Message-ID as
8748 well as an article number; don't use nnrss-format-string; encode a
8749 Message-ID string which may contain non-ASCII characters; use
8750 mml-to-mime to compose a MIME article.
8751 (nnrss-request-expire-articles): Decode group name.
8752 (nnrss-request-delete-group): Decode group name.
8753 (nnrss-fetch): Clarify error message.
8754 (nnrss-read-server-data): Use insert-file-contents instead of load;
8755 bind file-name-coding-system; use multibyte buffer.
8756 (nnrss-save-server-data): Bind coding-system-for-write to the
8757 value of nnrss-file-coding-system; bind file-name-coding-system;
8758 add coding cookie.
8759 (nnrss-read-group-data): Use insert-file-contents instead of load;
8760 bind file-name-coding-system; use multibyte buffer.
8761 (nnrss-save-group-data): Bind coding-system-for-write to the
8762 value of nnrss-file-coding-system; bind file-name-coding-system.
8763 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8764 make it work with non-ASCII text.
8765 (nnrss-find-el): Make it work with old xml.el as well.
8766
8767 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8768
8769 * nnrss.el (nnrss-get-encoding): New function.
8770 (nnrss-fetch): Use unibyte buffer initially; bind
8771 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8772 decode contents according to the encoding attribute.
8773 (nnrss-save-group-data): Add coding cookie.
8774 (nnrss-mime-encode-string): New function.
8775 (nnrss-check-group): Use it to encode subject and author.
8776
8777 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8778
8779 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8780 imaginary variable.
8781
8782 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8783
8784 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8785 correctly even if there are wide characters.
8786
8787 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8788
8789 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8790 downcased symbol names; make a new cache instead of reusing
8791 bbdb-hashtable.
8792
8793 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8794
8795 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8796 concatenating segments rather than before concatenating them.
8797 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8798
8799 * message.el (message-get-reply-headers): Bind `extra'.
8800
8801 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8802
8803 * message.el (message-extra-wide-headers): New variable.
8804 (message-get-reply-headers): Use it.
8805
8806 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8807
8808 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8809 (gnus-agent-group-pathname): Ditto.
8810
8811 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8812
8813 * gnus-group.el (gnus-group-make-group): Decode group name.
8814 (gnus-group-make-rss-group): Register the group data after opening
8815 the nnrss group.
8816
8817 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8818
8819 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8820 by expiry now get marked as read.
8821
8822 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8823
8824 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8825
8826 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8827
8828 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8829 unify Latin characters in XEmacs.
8830 (mm-find-mime-charset-region): Use it.
8831
8832 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8833
8834 * gnus-util.el (gnus-delete-directory): New function.
8835
8836 * gnus-agent.el (gnus-agent-delete-group): Use it.
8837
8838 * gnus-cache.el (gnus-cache-delete-group): Use it.
8839
8840 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8841
8842 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8843 names.
8844
8845 2004-12-16 Simon Josefsson <jas@extundo.com>
8846
8847 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8848
8849 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8850
8851 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8852
8853 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8854 (gnus-group-set-current-level): Decode group name.
8855
8856 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8857
8858 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8859 failed.
8860
8861 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8862
8863 * gnus-group.el (gnus-group-delete-group): Decode group name.
8864 (gnus-group-make-rss-group): Encode group name.
8865 (gnus-group-catchup-current): Decode group name.
8866 (gnus-group-kill-group): Decode group name.
8867
8868 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8869
8870 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8871
8872 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8873
8874 * gnus-group.el (gnus-group-make-rss-group):
8875 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8876
8877 * gnus-start.el (gnus-setup-news): Honor user's setting to
8878 gnus-message-archive-method. Suggested by Lute Kamstra
8879 <lute@gnu.org>.
8880
8881 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8882
8883 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8884 global counterparts of the buffer-local variables.
8885
8886 2004-11-16 Romain Francoise <romain@orebokech.com>
8887
8888 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8889 counterparts of the buffer-local variables.
8890
8891 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8892
8893 * message.el (message-forbidden-properties): Fixed typo in doc
8894 string.
8895
8896 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8897
8898 * gnus-util.el (gnus-replace-in-string): Added doc string.
8899
8900 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8901 to avoid problems when splitting mails with many recipients.
8902
8903 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8906 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8907
8908 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8909
8910 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8911 if there is no hashtable in memory or file modification time is
8912 newer than cached timestamp.
8913
8914 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8915
8916 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8917 not-matching option.
8918
8919 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8920
8921 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8922 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8923 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8924 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8925 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8926 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8927
8928 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8929
8930 * message.el (message-forward-make-body-mml): Remove headers
8931 according to message-forward-ignored-headers if a message is decoded.
8932
8933 2004-12-02 Romain Francoise <romain@orebokech.com>
8934
8935 * message.el (message-forward-make-body-plain): Always remove
8936 headers according to message-forward-ignored-headers.
8937
8938 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8939
8940 * spam.el (spam-summary-prepare-exit): Remove the
8941 gnus-summary-limit pop for now, it has problems with ham marks for
8942 me.
8943
8944 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8945
8946 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8947 correctly.
8948
8949 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8950
8951 * format-spec.el (format-spec): Message the char.
8952
8953 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8954
8955 * gnus-art.el (gnus-split-methods): Reformat comments.
8956
8957 * spam.el (spam-summary-prepare-exit): Remove article limits
8958 before exiting the summary buffer.
8959
8960 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8961
8962 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8963 order to silence the byte compiler.
8964
8965 * spam.el: Fix the way to silence the byte compiler, which
8966 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8967 bbdb-search-simple, spam-BBDB-register-routine,
8968 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8969 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8970 spam-stat-buffer-is-spam, spam-stat-load,
8971 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8972 spam-stat-save and spam-stat-split-fancy.
8973
8974 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8975
8976 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8977 which may confuse users.
8978 (canlock-password-for-verify): Ditto.
8979
8980 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8981
8982 * gnus-art.el (gnus-emphasis-alist): Ditto.
8983
8984 * gnus-registry.el (gnus-registry-max-entries): Ditto.
8985
8986 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8987
8988 * gnus-start.el (gnus-save-killed-list): Ditto.
8989
8990 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8991 (gnus-sum-thread-tree-root): Ditto.
8992 (gnus-sum-thread-tree-false-root): Ditto.
8993 (gnus-sum-thread-tree-single-indent): Ditto.
8994
8995 * message.el (message-courtesy-message): Ditto.
8996 (message-archive-note): Ditto.
8997 (message-subscribed-address-file): Ditto.
8998 (message-user-fqdn): Ditto.
8999
9000 * spam-report.el (spam-report-gmane-regex): Ditto.
9001
9002 * spam.el (spam-blackhole-good-server-regex): Ditto.
9003
9004 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9005
9006 * mml.el (mml-preview): Widen the message buffer before copying
9007 the contents to the preview buffer; sort headers before previewing.
9008
9009 * message.el (message-hidden-headers): Fix the way to avoid a bug
9010 in the `repeat' widget in Emacs 21.3 or earlier.
9011
9012 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9013
9014 * message.el (message-hidden-headers): Default to "^References:".
9015 Improve customization type. Suggested by Reiner Steib
9016 <Reiner.Steib@gmx.de>.
9017
9018 2004-11-25 Romain Francoise <romain@orebokech.com>
9019
9020 * message.el (message-strip-forbidden-properties): Remove check for
9021 obsolete `message-hidden' text property, hidden headers are not
9022 accessible in the buffer anymore.
9023
9024 2004-11-22 Romain Francoise <romain@orebokech.com>
9025
9026 * message.el (message-header-format-alist): Add `From' in list
9027 so that it can be sorted.
9028 (message-fix-before-sending): Widen and sort headers before
9029 sending.
9030 (message-hide-headers): Use narrowing to hide headers by moving
9031 them to the top of the buffer and narrowing to the region
9032 underneath.
9033
9034 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9035
9036 * message.el (message-strip-forbidden-properties): Bind
9037 buffer-read-only (etc) to nil.
9038
9039 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
9040
9041 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9042 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9043
9044 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
9045
9046 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9047
9048 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9049
9050 * dns.el (query-dns): Use sit-for to time instead of
9051 accept-process-output, since that doesn't seem to work on udp
9052 sockets.
9053
9054 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9055
9056 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9057
9058 2004-11-15 Jesper Harder <harder@ifa.au.dk>
9059
9060 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9061 doc string. Improve doc string.
9062
9063 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9064
9065 * nntp.el (nntp-request-update-info): Return nil if
9066 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9067 may not call gnus-activate-group which uselessly issues the GROUP
9068 commands for all nntp groups and wastes time. Reported by Romain
9069 Francoise <romain@orebokech.com>.
9070
9071 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9072
9073 2004-11-15 Simon Josefsson <jas@extundo.com>
9074
9075 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9076 headers separately.
9077 (gnus-button-openpgp): New function, inspired by Jochen Küpper
9078 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9079
9080 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9081
9082 * gnus-start.el (gnus-convert-old-newsrc):
9083 Assign legacy-gnus-agent to 5.10.7.
9084
9085 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9086
9087 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9088 start of the lines.
9089
9090 2004-11-14 Magnus Henoch <mange@freemail.hu>
9091
9092 * hashcash.el (hashcash-default-payment): Change default to 20
9093 (hashcash-default-accept-payment): Change default to 20
9094 (hashcash-process-alist): New variable
9095 (hashcash-generate-payment-async): Add
9096 (hashcash-already-paid-p): Add
9097 (hashcash-insert-payment): Don't generate payments twice
9098 (hashcash-insert-payment-async): Add
9099 (hashcash-insert-payment-async-2): Add
9100 (hashcash-cancel-async): Add
9101 (hashcash-wait-async): Add
9102 (hashcash-processes-running-p): Add
9103 (hashcash-wait-or-cancel): Add
9104 (mail-add-payment): New optional argument. Conditionally start
9105 asynchronous calculation.
9106 (mail-add-payment-async): Add
9107
9108 * message.el (message-send-mail): Wait for asynchronous hashcash
9109 results. Don't clobber existing X-Hashcash headers.
9110 (message-setup-1): Call mail-add-payment-async when
9111 message-generate-hashcash is non-nil.
9112
9113 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9114
9115 * message.el (message-use-alternative-email-as-from): Examine the
9116 From header as well; use message-make-from in order to include a
9117 user's full name.
9118
9119 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9120
9121 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9122 default; improve customization type.
9123 (gnus-emphasis-custom-with-format): New macro.
9124 (gnus-emphasis-custom-value-to-external): New function.
9125 (gnus-emphasis-custom-value-to-internal): New function.
9126
9127 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9128
9129 * dns.el (query-dns): Resolve reverse addresses.
9130
9131 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9132
9133 * gnus-group.el (gnus-group-get-new-news): Use it.
9134
9135 * gnus-start.el (gnus-check-reasonable-setup): New function.
9136
9137 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9138
9139 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9140 "Args out of range" error. Reported by Arnaud Giersch
9141 <arnaud.giersch@free.fr>.
9142
9143 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
9144
9145 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9146
9147 2004-11-04 Richard M. Stallman <rms@gnu.org>
9148
9149 * spam.el (spam group): Add :version.
9150
9151 * pgg-def.el (pgg group): Add :version.
9152
9153 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9154
9155 * gnus-art.el (gnus-article-edit-article): Don't associate the
9156 article buffer with a draft file. This is a temporary measure
9157 against the 2004-08-22 change to gnus-article-edit-mode.
9158
9159 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9160
9161 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9162 (html2text-format-tags): Remove unused variable `attr'.
9163
9164 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9165
9166 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9167
9168 * spam-stat.el (spam-stat): Add :version.
9169
9170 * sieve.el (sieve): Add :version.
9171
9172 * sha1.el (sha1): Add :version.
9173 (sha1-use-external): Remove redundant version.
9174
9175 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9176 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9177 (nnmail-split-fancy-match-partial-words)
9178 (nnmail-split-lowercase-expanded): Add :version.
9179
9180 * nndiary.el (nndiary): Add :version.
9181
9182 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9183
9184 * mml-sec.el (mml-default-sign-method)
9185 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9186 Add :version.
9187
9188 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9189
9190 * mm-url.el (mm-url-use-external, mm-url-program)
9191 (mm-url-arguments): Add :version.
9192
9193 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9194 (mm-attachment-file-modes, mm-decrypt-option)
9195 (mm-w3m-safe-url-regexp): Add :version.
9196
9197 * message.el (message-cite-prefix-regexp)
9198 (message-sendmail-envelope-from, message-minibuffer-local-map)
9199 (message-user-fqdn, message-completion-alist): Add :version.
9200
9201 * gnus-win.el (gnus-configure-windows-hook)
9202 (gnus-use-frames-on-any-display): Add :version.
9203
9204 * gnus-art.el (gnus-article-address-banner-alist)
9205 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9206 (gnus-treat-from-picon, gnus-treat-mail-picon)
9207 (gnus-treat-x-pgp-sig): Add :version.
9208
9209 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9210 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9211 (gnus-summary-article-delete-hook)
9212 (gnus-summary-display-while-building): Add :version.
9213
9214 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9215 (gnus-get-top-new-news-hook): Add :version.
9216
9217 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9218 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9219
9220 * gnus-registry.el (gnus-registry): Add :version.
9221
9222 * gnus-spec.el (gnus-use-correct-string-widths)
9223 (gnus-make-format-preserve-properties): Add :version.
9224
9225 * gnus.el (gnus-group-charter-alist)
9226 (gnus-group-fetch-control-use-browse-url)
9227 (gnus-install-group-spam-parameters): Add :version.
9228
9229 * gnus-diary.el (gnus-diary): Add :version.
9230
9231 * gnus-delay.el (gnus-delay): Add :version.
9232
9233 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9234 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9235 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9236 Add :version.
9237
9238 * gnus-agent.el (gnus-agent-max-fetch-size)
9239 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9240 (gnus-agent-prompt-send-queue): Add :version.
9241
9242 * deuglify.el (gnus-outlook-deuglify): Add :version.
9243
9244 * html2text.el: Beautify code. Improve doc strings. Some
9245 checkdoc cleanup.
9246 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9247
9248 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9249
9250 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9251
9252 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9253
9254 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9255 when package is loaded.
9256
9257 * spam.el (spam-summary-score-preferred-header): Add global preference
9258 for people who want to override the default SpamAssassin over
9259 Bogofilter preference (when both are set).
9260 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9261 (spam-user-format-function-S): Check
9262 spam-summary-score-preferred-header.
9263 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9264 (spam-user-format-function-S): Format the score correctly.
9265
9266 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9267
9268 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9269 signature file. Suggested by Manoj Srivastava
9270 <srivasta@golden-gryphon.com>.
9271
9272 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9273 iso-2022-jp even in the Japanese language environment.
9274 Suggested by Jason Rumney <jasonr@gnu.org>.
9275
9276 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9277
9278 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9279 use the same characters as the dummy marks; make it free from
9280 getting affected by the language environment.
9281 (gnus-summary-read-group-1): Update mark positions only when the
9282 format spec is updated.
9283
9284 * gnus-spec.el (gnus-update-format-specifications): Return a list
9285 of updated types.
9286
9287 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9288
9289 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9290 of boundp to check if display-warning is available.
9291
9292 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9293
9294 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9295
9296 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9297
9298 * nnspool.el (nnspool-spool-directory): Use news-path if the
9299 news-directory variable is not bound.
9300
9301 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9302 function instead of display-warning if it is not available.
9303
9304 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9305
9306 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9307 v5-10: Use `point-at-bol'.
9308
9309 2004-10-26 Simon Josefsson <jas@extundo.com>
9310
9311 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9312 <chenggao@gmail.com>.
9313
9314 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9315
9316 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9317 instead.
9318
9319 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9320
9321 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9322 to remove a server from the nnimap-server-buffer-alist.
9323 (nnimap-open-connection, nnimap-close-server): Use it.
9324
9325 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9326
9327 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9328
9329 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9330 running the major-mode function.
9331
9332 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9333
9334 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9335 dummy marks in the right way.
9336
9337 2004-10-18 David Edmondson <dme@dme.org>
9338
9339 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9340 excessively.
9341
9342 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9343
9344 * gnus-util.el (gnus-split-references): Accept a nil references
9345 string and go on blissfully.
9346
9347 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9348 cases where the references string is non-nil but has no references.
9349
9350 * encrypt.el: Add autoload tags.
9351
9352 * spam.el (spam-resolve-registrations-routine): Remove article
9353 from unregistration list too. Reported by David Hanak
9354 <dhanak@isis.vanderbilt.edu>
9355
9356 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9357
9358 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9359 nil. Changed custom type.
9360
9361 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9362
9363 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9364
9365 * gnus-sum.el (gnus-summary-move-article): Use it.
9366
9367 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9368
9369 * encrypt.el: Add autoload cookies.
9370
9371 * spam.el (spam-backend-article-list-property)
9372 (spam-backend-get-article-todo-list)
9373 (spam-backend-put-article-todo-list, )
9374 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9375 Resolve registrations separately.
9376 (spam-register-routine): Format comments.
9377 (spam-unregister-routine, spam-register-routine): Always call with
9378 specific-articles, no default list.
9379 (spam-summary-prepare-exit): Use the spam-classifications function.
9380
9381 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9382 gnus-encrypt.el.
9383
9384 * encrypt.el: Copied from gnus-encrypt.el.
9385
9386 * gnus-encrypt.el: Commented that it's obsolete.
9387
9388 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9389
9390 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9391 (gnus-score-save): Use it.
9392
9393 * message.el (message-bury): Use `window-dedicated-p'.
9394
9395 2004-10-15 Simon Josefsson <jas@extundo.com>
9396
9397 * pop3.el (top-level): Don't require nnheader.
9398 (pop3-read-timeout): Add.
9399 (pop3-accept-process-output): Add.
9400 (pop3-read-response, pop3-retr): Use it.
9401
9402 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9403
9404 * spam.el (spam-register-routine): Move comment.
9405 (spam-verify-bogofilter): Use 'unknown for the initial
9406 spam-bogofilter-valid state, not 'never.
9407
9408 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9409 for netrc-machine.
9410
9411 * nnimap.el (nnimap-open-connection): Use
9412 netrc-machine-user-or-password.
9413
9414 2004-10-17 Richard M. Stallman <rms@gnu.org>
9415
9416 * gnus-registry.el (gnus-registry-unload-hook):
9417 Set as a variable with add-hook.
9418
9419 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9420 of news-path.
9421
9422 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9423
9424 * spam.el: Delete duplicate `provide'.
9425 (spam-unload-hook): Set as a variable with add-hook.
9426
9427 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9428
9429 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9430 in the doc string.
9431
9432 * message.el (message-ignored-news-headers)
9433 (message-ignored-supersedes-headers)
9434 (message-ignored-resent-headers)
9435 (message-forward-ignored-headers): Improve custom type.
9436
9437 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9438
9439 * message.el (message-tokenize-header): Fix 2004-09-06 change
9440 which used point-min in the wrong place.
9441
9442 2004-10-12 Simon Josefsson <jas@extundo.com>
9443
9444 * tls.el (tls-certtool-program): New variable.
9445 (tls-certificate-information): New function, based on
9446 ssl-certificate-information.
9447
9448 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9449
9450 * compface.el: Move the version of ELisp-based uncompface program
9451 to the contrib directory because of the copyright problem.
9452
9453 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9454
9455 * message.el (message-kill-buffer): Raise the current frame.
9456
9457 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9458
9459 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9460
9461 * gnus.el (message-y-or-n-p): Autoload.
9462
9463 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9464 (pop3-password-required, pop3-authentication-scheme)
9465 (pop3-leave-mail-on-server): Made customizable.
9466 (pop3): New custom group.
9467 (pop3-retr): Remove `sleep-for' statements.
9468 Suggested by Dave Love <fx@gnu.org>.
9469
9470 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9471 Windows/DOS.
9472
9473 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9474 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9475 Dave Love <fx@gnu.org>.
9476
9477 * mml.el (mml-minibuffer-read-disposition): Require match.
9478 Suggested by Dave Love <fx@gnu.org>.
9479
9480 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9481
9482 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9483 doc string.
9484
9485 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9486
9487 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9488
9489 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9490
9491 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9492 instead of calling `mm-insert-inline', to decode text/* parts
9493 before displaying them.
9494
9495 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9496
9497 * mm-uu.el (mm-uu-text-plain-type): New variable.
9498 (mm-uu-pgp-signed-extract-1): Use it.
9499 (mm-uu-pgp-encrypted-extract-1): Use it.
9500 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9501 bind mm-uu-text-plain-type with that value.
9502 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9503 mm-uu-dissect.
9504
9505 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9506
9507 * gnus-group.el (gnus-update-group-mark-positions):
9508 * gnus-sum.el (gnus-update-summary-mark-positions):
9509 * message.el (message-check-news-body-syntax):
9510 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9511 of string-as-multibyte.
9512
9513 2004-10-05 Juri Linkov <juri@jurta.org>
9514
9515 * gnus-group.el (gnus-update-group-mark-positions):
9516 * gnus-sum.el (gnus-update-summary-mark-positions):
9517 * message.el (message-check-news-body-syntax):
9518 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9519 8-bit unibyte values to a multibyte string for search functions.
9520
9521 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9522
9523 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9524 (mm-uu-dissect-text-parts): New function.
9525
9526 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9527 dissect text parts.
9528
9529 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9530 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9531
9532 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9533
9534 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9535 gnus-current-topics instead of gnus-current-topic.
9536
9537 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9538
9539 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9540
9541 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9542
9543 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9544 where approriate.
9545
9546 * nnml.el (nnml-generate-active-info): do.
9547
9548 * nndiary.el (nndiary-generate-active-info): do.
9549
9550 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9551 (gnus-topic-move): do.
9552
9553 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9554 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9555
9556 * gnus-srvr.el (gnus-server-prepare)
9557 (gnus-server-open-all-servers): do.
9558
9559 * gnus-msg.el (gnus-summary-cancel-article)
9560 (gnus-summary-resend-message)
9561 (gnus-summary-mail-crosspost-complaint): do.
9562
9563 * gnus-move.el (gnus-change-server): do.
9564
9565 * gnus-group.el (gnus-group-unmark-all-groups)
9566 (gnus-group-set-current-level): do.
9567
9568 2004-10-04 Simon Josefsson <jas@extundo.com>
9569
9570 * message.el (message-generate-hashcash): Doc fix.
9571
9572 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9573
9574 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9575 avoid infinite recursion via gnus-get-function.
9576
9577 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9578
9579 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9580
9581 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9582
9583 * nnmail.el (nnmail-split-history): do.
9584
9585 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9586 (nnml-request-delete-group): do.
9587
9588 * nnslashdot.el (nnslashdot-read-groups): do.
9589
9590 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9591 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9592
9593 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9594 (nnspool-sift-nov-with-sed): Use last
9595 (nnspool-retrieve-headers-with-nov): Use mapc.
9596 (nnspool-request-newgroups): Use dolist.
9597 (nnspool-request-group): Use last.
9598
9599 * nntp.el (nntp-read-server-type): Use dolist.
9600
9601 * nnvirtual.el (nnvirtual-create-mapping)
9602 (nnvirtual-update-read-and-marked): Use dolist.
9603 (nnvirtual-convert-headers): Simplify.
9604
9605 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9606
9607 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9608 support for sync'ing tick marks.
9609
9610 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9611
9612 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9613 there's no visible header.
9614
9615 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9616
9617 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9618 necessary, pass full group name to gnus-request-set-marks.
9619
9620 2004-10-01 Simon Josefsson <jas@extundo.com>
9621
9622 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9623 acroread.
9624
9625 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9626
9627 * spam-report.el (spam-report-gmane): Fix interactive.
9628
9629 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9630
9631 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9632 when writing file.
9633 (gnus-agent-synchronize-flags): Don't default to being
9634 interactive.
9635
9636 2004-09-30 Simon Josefsson <jas@extundo.com>
9637
9638 * message.el (message-generate-hashcash): Add.
9639 (message-send-mail): Use it, call mail-add-payment.
9640
9641 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9642
9643 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9644
9645 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9646
9647 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9648 gnus-requst-update-info with explicit code to sync the in-memory
9649 info read flags with the marks being sync'd to the backend.
9650
9651 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9652
9653 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9654
9655 * spam.el (spam-verify-bogofilter): Add new function.
9656 (spam-check-bogofilter)
9657 (spam-bogofilter-register-with-bogofilter): Use it.
9658 (spam-verify-bogofilter): Add small fixes.
9659
9660 2004-09-28 Simon Josefsson <jas@extundo.com>
9661
9662 * hashcash.el (hashcash-generate-payment): Revert.
9663
9664 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9665
9666 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9667 gnus-extract-references instead of gnus-split-references.
9668
9669 * gnus-util.el (gnus-extract-references): Add new function, analogous
9670 to gnus-split-references but extracts only the message-ID without
9671 anything extra.
9672
9673 * hashcash.el (hashcash-generate-payment)
9674 (hashcash-check-payment): Do the right thing if hashcash-path is
9675 nil (because the hashcash program could not be found).
9676
9677 * spam.el (spam-use-hashcash): Remove comment.
9678
9679 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9680
9681 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9682 (gnus-cache-enter-article, gnus-cache-remove-article)
9683 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9684
9685 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9686
9687 * gnus-art.el (article-hide-boring-headers)
9688 (article-translate-strings, article-display-face)
9689 (gnus-article-mime-match-handle-first)
9690 (gnus-article-highlight-headers)
9691 (gnus-article-add-buttons-to-head): do.
9692
9693 2004-09-27 Simon Josefsson <jas@extundo.com>
9694
9695 * hashcash.el: New version, from
9696 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9697 ../contrib/.
9698
9699 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9700
9701 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9702
9703 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9704
9705 * gnus-dup.el (gnus-dup-open): Use mapc.
9706 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9707
9708 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9709 Reported by Stefan Wiens <s.wi@gmx.net>.
9710
9711 * gnus.el (gnus-shutdown): Use dolist.
9712
9713 * gnus-undo.el (gnus-undo): Use mapc.
9714
9715 * nnrss.el (nnrss-generate-active): do.
9716
9717 * message.el (message-cite-original-without-signature)
9718 (message-cite-original): Use mapc.
9719 (message-do-actions, message-make-forward-subject): Use dolist.
9720
9721 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9722
9723 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9724 deletion to remove entire duplicate line. Fixes merged article
9725 number bug.
9726
9727 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9728
9729 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9730 servers that are offline. Avoids having gnus-agent-toggle-plugged
9731 first ask if you want to open a server and then, even when you
9732 responded with no, asking if you want to synchronize the server's
9733 flags.
9734 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9735 multi-line expressions.
9736 (gnus-agent-synchronize-group-flags): New internal function.
9737 Updates marks in memory (in the info structure) AND in the
9738 backend.
9739
9740 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9741
9742 * nnagent.el (nnagent-request-set-mark): Use
9743 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9744 method, to ensure that synchronization updates marks in the
9745 backend and in the info (in memory) structure.
9746
9747 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9748
9749 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9750 convention fully; don't miss the root article of a thread; make
9751 the X-Draft-From header with correct article numbers.
9752
9753 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9754
9755 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9756 unless plugged. Disable the agent so that an open failure causes
9757 an error.
9758
9759 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9760 Reverted 2004-09-21 change. The backend must be opened while
9761 synchronizing flags even when the backend stores the flags
9762 locally.
9763
9764 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9765
9766 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9767 in `header' match. Reported by Svend Tollak Munkejord.
9768
9769 * message.el (message-cite-original): Fix use of
9770 `message-cite-articles-with-x-no-archive'.
9771
9772 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9773
9774 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9775 (gnus-window-to-buffer): Ditto.
9776
9777 * mml.el (mml-preview-buffer): New variable.
9778 (mml-preview): Manage window layout with gnus-buffer-configuration.
9779
9780 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9781 X-Draft-From header even if those articles aren't quoted.
9782
9783 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9784
9785 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9786 (gnus-request-set-mark, gnus-request-update-mark): Use new
9787 g-s-t-u-l-m to decide to use backend even when unplugged.
9788
9789 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9790
9791 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9792 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9793
9794 2004-09-20 Simon Josefsson <jas@extundo.com>
9795
9796 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9797 "utf-16-le".
9798
9799 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9800
9801 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9802
9803 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9804
9805 * uudecode.el (uudecode-use-external): Add :version.
9806
9807 * smime.el (smime-CA-file, smime-encrypt-cipher)
9808 (smime-dns-server): Add :version.
9809
9810 * smiley.el (gnus-smiley-file-types): Add :version.
9811
9812 * sha1.el (sha1-use-external): Add :version.
9813
9814 * pgg-def.el (pgg-query-keyserver): Add :version.
9815
9816 * nnmail.el (nnmail-fancy-expiry-targets)
9817 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9818 Add :version.
9819
9820 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9821 (nnimap-retrieve-groups-asynchronous): Add :version.
9822 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9823
9824 * mml.el (mml-content-disposition-parameters)
9825 (mml-insert-mime-headers-always): Add :version.
9826
9827 * mm-util.el (mm-coding-system-priorities): Add :version.
9828
9829 * mm-decode.el (mm-inline-text-html-with-images)
9830 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9831 (mm-verify-option): Add :version.
9832 (mm-text-html-renderer): Change :version.
9833
9834 * message.el (message-fcc-externalize-attachments)
9835 (message-required-headers, message-draft-headers)
9836 (message-subject-trailing-was-query)
9837 (message-subject-trailing-was-ask-regexp)
9838 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9839 (message-mark-insert-end, message-archive-header)
9840 (message-archive-note, message-cross-post-default)
9841 (message-cross-post-note, message-followup-to-note)
9842 (message-cross-post-note-function, message-use-mail-followup-to)
9843 (message-subscribed-address-functions)
9844 (message-subscribed-address-file, message-subscribed-addresses)
9845 (message-subscribed-regexps, message-allow-no-recipients)
9846 (message-yank-cited-prefix, message-signature-insert-empty-line)
9847 (message-hidden-headers, message-hierarchical-addresses)
9848 (message-mail-user-agent, message-use-idna)
9849 (message-valid-fqdn-regexp)
9850 (message-strip-special-text-properties, message-header-synonyms)
9851 (message-beginning-of-line, message-tab-body-function): Add :version.
9852 (message-insert-canlock, message-wide-reply-confirm-recipients):
9853 Change :version.
9854
9855 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9856 and :version.
9857 (mail-source-delete-old-incoming-confirm)
9858 (mail-source-movemail-program): Add :version.
9859
9860 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9861 (gnus-agent-cache, gnus-agent): Change :version.
9862
9863 * gnus-util.el (gnus-use-byte-compile): Change :version.
9864
9865 * gnus-sum.el (gnus-summary-make-false-root-always)
9866 (gnus-summary-default-high-score)
9867 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9868 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9869 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9870 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9871 (gnus-sum-thread-tree-single-indent)
9872 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9873 (gnus-sum-thread-tree-leaf-with-other)
9874 (gnus-sum-thread-tree-single-leaf): Add :version.
9875 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9876 (gnus-article-loose-mime): Change :version.
9877
9878 * gnus-start.el (gnus-backup-startup-file)
9879 (gnus-save-startup-file-via-temp-buffer): Add :version.
9880
9881 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9882 (gnus-server-offline-face): Add :version.
9883
9884 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9885
9886 * gnus-msg.el (gnus-gcc-externalize-attachments)
9887 (gnus-debug-files, gnus-debug-exclude-variables)
9888 (gnus-discouraged-post-methods): Change :version.
9889 (gnus-confirm-mail-reply-to-news)
9890 (gnus-confirm-treat-mail-like-news): Add :version.
9891
9892 * gnus-int.el (gnus-server-unopen-status): Add :version.
9893
9894 * gnus-group.el (gnus-group-jump-to-group-prompt)
9895 (gnus-large-ephemeral-newsgroup)
9896 (gnus-fetch-old-ephemeral-headers): Add :version.
9897
9898 * gnus-fun.el (gnus-x-face-directory)
9899 (gnus-convert-pbm-to-x-face-command)
9900 (gnus-convert-image-to-x-face-command)
9901 (gnus-convert-image-to-face-command): Add :version.
9902
9903 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9904
9905 * gnus-cite.el (gnus-cite-blank-line-after-header)
9906 (gnus-article-boring-faces): Add :version.
9907
9908 * gnus-art.el (gnus-buttonized-mime-types)
9909 (gnus-inhibit-mime-unbuttonizing)
9910 (gnus-treat-display-face)
9911 (gnus-treat-body-boundary): Change :version.
9912 (gnus-body-boundary-delimiter, gnus-picon-databases)
9913 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9914 (gnus-treat-date-english, gnus-treat-fold-headers)
9915 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9916 (gnus-treat-mail-picon, gnus-treat-wash-html)
9917 (gnus-article-encrypt-protocol)
9918 (gnus-use-idna, gnus-article-over-scroll)
9919 (gnus-mime-display-multipart-alternative-as-mixed)
9920 (gnus-mime-display-multipart-related-as-mixed)
9921 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9922 (gnus-ctan-url, gnus-button-ctan-handler)
9923 (gnus-button-handle-ctan-bogus-regexp)
9924 (gnus-button-ctan-directory-regexp)
9925 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9926 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9927 (gnus-button-man-level, gnus-button-emacs-level)
9928 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9929
9930 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9931 (gnus-agent-go-online): Change :version.
9932 (gnus-agent-expire-unagentized-dirs)
9933 (gnus-agent-auto-agentize-methods): Add :version.
9934
9935 * flow-fill.el (fill-flowed-display-column)
9936 (fill-flowed-encode-column): Add :version.
9937
9938 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9939 (gnus-outlook-deuglify-unwrap-max)
9940 (gnus-outlook-deuglify-cite-marks)
9941 (gnus-outlook-deuglify-unwrap-stop-chars)
9942 (gnus-outlook-deuglify-no-wrap-chars)
9943 (gnus-outlook-deuglify-attrib-cut-regexp)
9944 (gnus-outlook-deuglify-attrib-verb-regexp)
9945 (gnus-outlook-deuglify-attrib-end-regexp)
9946 (gnus-outlook-display-hook): Add :version.
9947
9948 * binhex.el (binhex-use-external): Add :version.
9949
9950 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9951
9952 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9953 and `invisible'.
9954
9955 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9956
9957 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9958 in gnus-registry-trim.
9959
9960 2004-09-13 Simon Josefsson <jas@extundo.com>
9961
9962 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9963
9964 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9965
9966 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9967 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9968 <yamaoka@jpl.org>.
9969 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9970 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9971 <yamaoka@jpl.org>.
9972
9973 * sieve.el (sieve-manage-mode): Ditto.
9974
9975 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9976
9977 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9978
9979 2004-09-11 Simon Josefsson <jas@extundo.com>
9980
9981 * dns-mode.el: Add.
9982
9983 * mm-view.el (mm-display-dns-inline): Add.
9984
9985 * mm-decode.el (mm-inline-media-tests): Add text/dns.
9986 (mm-automatic-display): Ditto.
9987
9988 * mailcap.el (mailcap-mime-data): Add text/dns.
9989 (mailcap-mime-extensions): Map .soa to text/dns.
9990
9991 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
9992
9993 * gnus-art.el (article-decode-mime-words, article-babel)
9994 (gnus-article-highlight-signature, gnus-article-add-buttons)
9995 (gnus-signature-toggle): Remove unnecessary bindings of
9996 `inhibit-read-only' inherited from v5.10 merge.
9997
9998 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9999
10000 * nntp.el (nntp): New customization group.
10001 (nntp-authinfo-file): Add customization group.
10002
10003 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10004
10005 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10006
10007 * gnus.el (to-address, to-list, subscribed)
10008 (large-newsgroup-initial): Ditto.
10009
10010 * flow-fill.el (fill-flowed-display-column)
10011 (fill-flowed-encode-column): Ditto.
10012
10013 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10014
10015 * message.el (message-tokenize-header, message-send-mail-with-qmail):
10016 Use point-min rather than 1.
10017 (message-send-mail): Use buffer-size rather than point-max.
10018
10019 * gnus-sum.el (gnus-summary-search-article-forward):
10020 Signal a specific `search-failed' rather than a generic `error'.
10021
10022 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10023 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10024 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10025
10026 2004-09-10 Simon Josefsson <jas@extundo.com>
10027
10028 * nndb.el (require): Remove tcp and duplicate cl.
10029
10030 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10031
10032 * gnus-agent.el (directory-files-and-attributes): Move forward.
10033
10034 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10035
10036 * gnus-agent.el (directory-files-and-attributes): Optionally
10037 defined to support XEmacs.
10038
10039 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10040
10041 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10042 to avoid run-time CL dependencies.
10043 (gnus-agent-unfetch-articles): New function.
10044 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10045 article numbers even when local .overview file is missing.
10046 (gnus-agent-read-article-number): New function. Only accepts
10047 27-bit article numbers.
10048 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10049 gnus-agent-read-article-number.
10050 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10051 from backend while recognizing that article numbers in .overview
10052 must be valid.
10053 (gnus-agent-update-files-total-fetched-for): Use
10054 directory-files-and-attributes to improve performance.
10055 * gnus-int.el (gnus-request-move-article): Use
10056 gnus-agent-unfetch-articles in place of gnus-agent-expire to
10057 improve performance.
10058
10059 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10060 some users confused by references to .newsrc when they only have a
10061 .newsrc.eld file.
10062 (gnus-convert-mark-converter-prompt)
10063 (gnus-convert-converter-needs-prompt): Fixed use of property list.
10064 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10065 New function. Used internally to only display 'gnus converting
10066 files' message when actually necessary.
10067
10068 * gnus-sum.el (): Removed (require 'gnus-agent) as required
10069 methods now autoloaded.
10070
10071 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10072
10073 * gnus-sum.el (gnus-summary-insert-subject): Remove list
10074 identifiers.
10075
10076 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
10077
10078 * gnus-picon.el: Fix indentation and closing parenthesis.
10079
10080 2004-09-01 Simon Josefsson <jas@extundo.com>
10081
10082 * message.el (message-canlock-generate): Require sha1, not
10083 sha1-el. (Can we get rid of this require altogether? It is ugly
10084 to require within a function. Sadly, if sha1.el isn't loaded, the
10085 let binding in m-c-g will hide the defcustom definition, which is
10086 bad.)
10087
10088 * canlock.el: Require sha1, not sha1-el.
10089
10090 * message.el: Don't autoload sha1 (there is a autoload cookie in
10091 sha1.el).
10092
10093 * sha1-el.el: Renamed to sha1.el.
10094
10095 2004-08-30 Juanma Barranquero <lektu@terra.es>
10096
10097 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10098
10099 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10100
10101 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10102
10103 2004-08-30 Kim F. Storm <storm@cua.dk>
10104
10105 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10106
10107 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10108 Add :group 'nnimap.
10109
10110 2004-08-30 Andreas Schwab <schwab@suse.de>
10111
10112 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10113 ?* and ?\;.
10114
10115 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10116 and ?\' to symbol instead of whitespace.
10117
10118 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10119
10120 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10121
10122 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10123 instead of re-search-forward.
10124
10125 * gnus-uu.el (gnus-uu-save-article): Ditto.
10126 (gnus-uu-post-encode-uuencode): Ditto.
10127
10128 * html2text.el (html2text-clean-list-items): Ditto.
10129 (html2text-clean-dtdd): Ditto.
10130 (html2text-format-tags): Ditto.
10131
10132 * message.el (message-send-mail-with-sendmail): Fix regexp.
10133 (message-fill-field-general): Use search-forward instead of
10134 re-search-forward.
10135 (unbold-region): Ditto.
10136
10137 * nnrss.el (nnrss-request-article): Ditto.
10138
10139 * nnslashdot.el (nnslashdot-request-article): Ditto.
10140
10141 * nnweb.el (nnweb-gmane-wash-article): Ditto.
10142
10143 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10144 "Unrecognized menu descriptor" error in XEmacs.
10145
10146 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
10147
10148 * gnus-sum.el (gnus-read-header): Don't remove a header for the
10149 parent article of a sparse article in the thread hashtb.
10150
10151 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10152
10153 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10154 (nnmail-expand-newtext): Lowercase expanded entries if
10155 nnmail-split-lowercase-expanded is non-nil.
10156
10157 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10158
10159 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10160
10161 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10162 of gnus-tmp-news-method into string under XEmacs. It will be
10163 passed to gnus-correct-length which takes only a string argument.
10164
10165 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10166
10167 * gnus-util.el (gnus-bind-print-variables): New macro.
10168 (gnus-prin1): Use it.
10169 (gnus-prin1-to-string): Use it.
10170 (gnus-pp): New function.
10171 (gnus-pp-to-string): New function.
10172
10173 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10174 Replace pp-to-string with gnus-pp-to-string.
10175 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10176 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10177 * gnus-msg.el (gnus-debug): Ditto.
10178 * gnus-score.el (gnus-score-save): Ditto.
10179 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10180 gnus-pp-to-string.
10181 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10182 with gnus-pp.
10183 * score-mode.el (gnus-score-pretty-print): Ditto.
10184 * webmail.el (webmail-debug): Ditto.
10185
10186 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10187
10188 * gnus-art.el (article-display-face, article-display-x-face):
10189 Use buffer-read-only.
10190
10191 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10192
10193 * gnus-art.el (article-hide-list-identifiers):
10194 Bind inhibit-read-only as t.
10195
10196 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10197
10198 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10199
10200 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10201
10202 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10203 (gnus-narrow-to-page): Don't assume point-min == 1.
10204 (gnus-article-edit-mode): Derive from message-mode.
10205
10206 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10207 point-min == 1.
10208
10209 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10210 Disable incorrect use of `assert'.
10211
10212 * message.el (message-mode): Set comment-start-skip.
10213
10214
10215 2004-08-22 Sam Steingold <sds@gnu.org>
10216
10217 * pop3.el (pop3-leave-mail-on-server): New user variable.
10218 (pop3-movemail): Delete mail only when it is nil.
10219
10220 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10221
10222 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10223
10224 * mml.el (mml-preview): Use `pop-to-buffer'.
10225
10226 * message.el (message-goto-mail-followup-to): Insert after "To".
10227 (message-carefully-insert-headers): Add comment.
10228
10229 * gnus.el: Remove unused variable `gnus-article-check-size'.
10230
10231 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10232
10233 * gnus-art.el (gnus-button-alist): Improve
10234 `gnus-button-handle-library' entry.
10235
10236 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10237
10238 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10239 downcase, since XEmacs capitalizes error messages differently.
10240
10241 2004-08-18 Jesper Harder <harder@ifa.au.dk>
10242
10243 * nntp.el: Add (require 'gnus) due to reference to
10244 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10245
10246 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
10247
10248 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10249 `mm-fill-flowed'.
10250
10251 * mm-decode.el (mm-dissect-singlepart): Check it.
10252
10253 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10254
10255 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10256 'imap' for netrc parsing.
10257
10258 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10259
10260 * mailcap.el (mailcap-mime-data): Mark as risky.
10261
10262 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10263
10264 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10265 may be included in the encoded word.
10266 (rfc2047-encode): Don't append a space if the encoded word
10267 includes close parenthesis.
10268
10269 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10270
10271 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10272 of text within parentheses.
10273
10274 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10275
10276 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10277 (gnus-encrypt-write-file-contents): Make the password key the file
10278 name PLUS the cipher, not just the cipher. Also remove failed
10279 passwords from the cache.
10280
10281 2004-08-06 Simon Josefsson <jas@extundo.com>
10282
10283 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10284 fix.
10285
10286 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10287
10288 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10289 LWSP.
10290
10291 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10292
10293 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10294 to append in-reply-to: data to the references: header.
10295
10296 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10297 (netrc-parse): Use gnus-encrypt.el functions.
10298
10299 * gnus-encrypt.el: Add new file for encryption support; currently
10300 does only a few GPG ciphers and an internal XOR cipher.
10301
10302 * password.el: Add comments on using password-read-and-add.
10303 (password-read-and-add): Add function to read and add the
10304 password to the cache at once.
10305
10306 2004-07-28 Simon Josefsson <jas@extundo.com>
10307
10308 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10309 parameter (but don't use it, for now).
10310
10311 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10312 instead of hard coding to nil.
10313
10314 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10315
10316 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10317 as mm-inline-image-xemacs does.
10318
10319 2004-07-26 Simon Josefsson <jas@extundo.com>
10320
10321 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10322 Revert part of 2004-07-17 change below.
10323
10324 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10325
10326 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10327 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10328
10329 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10330
10331 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10332 quotes that actually start with ">" at the beginning of the
10333 lines.
10334
10335 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10336
10337 * rfc2047.el (rfc2047-encode-region): Fix last change.
10338 (rfc2047-encode-parameter): Remove useless concat.
10339
10340 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10341
10342 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10343 encode special characters; fix some kind of misconfigured headers;
10344 signal a real error if debug-on-quit or debug-on-error is non-nil.
10345 (rfc2047-encode-max-chars): New variable.
10346 (rfc2047-encode-1): Use it.
10347 (rfc2047-encode-parameter): New function.
10348
10349 * mml.el (mml-insert-parameter): Remove an excessive space.
10350
10351 2004-07-17 Simon Josefsson <jas@extundo.com>
10352
10353 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10354 Kai Grossjohann <kai@emptydomain.de>.
10355 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10356 (gnus-group-make-menu-bar): Ditto.
10357
10358 * gnus-util.el (gnus-group-server): Add.
10359
10360 2004-07-16 Jesper Harder <harder@ifa.au.dk>
10361
10362 * message.el (message-clone-locals): Clone sendmail and smtp
10363 variables.
10364
10365 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10366
10367 * rfc2047.el (rfc2047-encode-region): Fix last change.
10368
10369 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10370
10371 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10372 characters as non-special.
10373
10374 2004-07-09 Simon Josefsson <jas@extundo.com>
10375
10376 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10377 Users will lose all flag changes made while unplugged with
10378 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10379 good default. See numerous reports on ding mailing list.
10380
10381 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10382
10383 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10384 add generate-head-function and generate-article-function to the
10385 rfc822-forward entry.
10386 (nndoc-rfc822-forward-generate-article): New function.
10387 (nndoc-rfc822-forward-generate-head): New function.
10388
10389 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10390
10391 2004-07-06 Dan Christensen <jdc@uwo.ca>
10392
10393 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10394 respect display group parameter and gnus-summary-expunge-below.
10395 (gnus-articles-to-read): Remove unused reference to display group
10396 parameter.
10397
10398 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10399
10400 * nnheader.el (nnheader-uniquify-message-id): New experimental
10401 variable.
10402 (nnheader-nov-read-message-id): Use it.
10403
10404 * spam-report.el (spam-report-gmane): Add interactive.
10405
10406 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10407
10408 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10409 qp-or-base64 for the application/* types.
10410
10411 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10412
10413 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10414
10415 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10416
10417 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10418 trim value.
10419
10420 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10421
10422 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10423 New macro and function.
10424 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10425
10426 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10427
10428 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10429 after-load-alist.
10430
10431 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10432
10433 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10434 update info that isn't there.
10435
10436 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10437
10438 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10439 entry.
10440
10441 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10442
10443 * mm-view.el (mm-inline-render-with-function): Use multibyte
10444 buffer; decode html source by charset.
10445
10446 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10447
10448 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10449 Mule-UCS is loaded under XEmacs.
10450 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10451
10452 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10453
10454 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10455
10456 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10457
10458 * mm-util.el (mm-coding-system-p): Return a coding-system.
10459 (mm-mime-mule-charset-alist): Use shift_jis instead of
10460 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10461 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10462 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10463 instead of japanese-shift-jis and iso-latin-1 respectively in
10464 order to share the default value with both Emacs and XEmacs-mule.
10465 (mm-mule-charset-to-mime-charset): Make
10466 mm-coding-system-priorities effective.
10467 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10468 while predicating of candidates upon the priorities.
10469
10470 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10471
10472 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10473 gnus-uu-invert-processable.
10474
10475 * gnus.el: Autoload gnus-uu-invert-processable.
10476
10477 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10478
10479 * mm-util.el (mm-with-multibyte-buffer): New macro.
10480
10481 * rfc2047.el (rfc2047-encode-string): Use it.
10482 (rfc2047-encode-region): Move point to the end of the region after
10483 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10484
10485 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10486
10487 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10488 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10489
10490 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10491
10492 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10493 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10494 Karl Chen <quarl@nospam.quarl.org>.
10495
10496 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10497
10498 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10499 invalid addresses.
10500
10501 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10502
10503 * spam.el: Change section markers, revise TODO list.
10504 (spam-backends): Make new master list of all installed backends.
10505 (spam-summary-exit-behavior): Add new variable to determine how
10506 messages moves are done at summary exit.
10507 (spam-move-spam-nonspam-groups-only)
10508 (spam-process-ham-in-nonham-groups)
10509 (spam-process-ham-in-spam-groups): Remove variables, the
10510 spam-summary-exit-behavior variable should be used to manage this
10511 behavior.
10512 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10513 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10514 and spam-old-spam-articles.
10515 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10516 Add empty variables, placeholders for the backends they represent.
10517 (spam-set-difference): Move, unchanged.
10518 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10519 unless the user has a processor variable.
10520 (spam-classifications, spam-classification-valid-p)
10521 (spam-backend-properties, spam-backend-property-valid-p)
10522 (spam-backend-function-type-valid-p)
10523 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10524 (spam-report-articles-gmane, spam-report-articles-resend):
10525 Remove functions, they are not needed.
10526 (spam-install-backend-super, spam-backend-list)
10527 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10528 (spam-backend-function, spam-backend-ham-registration-function)
10529 (spam-backend-spam-registration-function)
10530 (spam-backend-ham-unregistration-function)
10531 (spam-backend-spam-unregistration-function)
10532 (spam-backend-statistical-p, spam-backend-mover-p)
10533 (spam-install-backend-alias, spam-install-checkonly-backend)
10534 (spam-install-mover-backend, spam-install-nocheck-backend)
10535 (spam-install-backend, spam-install-statistical-backend)
10536 (spam-install-statistical-checkonly-backend): Add backend installation
10537 support.
10538 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10539 (spam-group-processor-p): Use the new backend code and respect the
10540 summary exit behavior.
10541 (spam-mark-spam-as-expired-and-move-routine): Remove.
10542 (spam-summary-prepare): Change to use the new spam-old-articles
10543 variable.
10544 (spam-copy-or-move-routine, spam-copy-spam-routine)
10545 (spam-move-spam-routine, spam-copy-ham-routine)
10546 (spam-move-ham-routine): Add code to copy/move ham or spam.
10547 (spam-fetch-field-fast): Improve doc and code, plus allow the
10548 'number request.
10549 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10550 variables.
10551 (spam-split, spam-find-spam): Use the new backend code.
10552 (spam-registration-functions): Remove variable.
10553 (spam-unregister-routine): Add convenience wrapper.
10554 (spam-log-undo-registration, spam-register-routine)
10555 (spam-log-processing-to-registry)
10556 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10557 where possible.
10558 (spam-check-gmane-xref, spam-check-regex-headers)
10559 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10560 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10561 (spam-check-bogofilter-headers, spam-check-spamoracle)
10562 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10563 (spam-check-crm114-headers): Use the spam-split-group that
10564 spam-split prepares, no need to determine it every time.
10565
10566 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10567 to the nnheader-parse-naked-head call.
10568
10569 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10570
10571 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10572 the nnheader-nov-read-message-id call.
10573
10574 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10575
10576 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10577 gnus-activate-group twice. Suggested by Markus Peter
10578 <warp@spin.de>.
10579
10580 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10581
10582 * gnus-art.el (gnus-article-time-format): Exchange the order of
10583 day and month in the default value; fix customization type.
10584 (article-date-ut): Use add-text-properties.
10585 (article-make-date-line): Use message-make-date instead of
10586 current-time-string.
10587
10588 * message.el (message-fetch-field): Don't use set-text-properties.
10589 (message-make-date): Simplify.
10590
10591 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10592
10593 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10594 (rfc2047-encode-region): Treat text within parentheses as special;
10595 show the original text when error has occurred.
10596
10597 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10598 already-computed method to gnus-activate-group.
10599
10600 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10601 same select-methods identical Lisp objects.
10602
10603 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10604 object when modifying the info.
10605
10606 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10607
10608 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10609 gnus-opened-servers since it has never been opened with the new
10610 configuration yet.
10611
10612 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10613
10614 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10615 arg to nnheader-generate-fake-message-id.
10616
10617 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10618
10619 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10620 number and build a fake message ID localized to a group and
10621 article number (so it's repeatable from that point on).
10622 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10623 ID format.
10624
10625 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10626 nnheader-generate-fake-message-id with the article number.
10627
10628 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10629
10630 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10631 end-of-buffer.
10632
10633 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10634
10635 * message.el (message-ignored-supersedes-headers): Add Approved.
10636
10637 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10638
10639 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10640 goto-char.
10641 (rfc2047-encode): Fold the line before encoding.
10642
10643 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10644
10645 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10646 folding -- not all headers can be folded, and this should be done
10647 by the message composition mode. Probably. I think.
10648
10649 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10650
10651 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10652 fast.
10653
10654 * gnus-ems.el (gnus-remove-image): Don't use
10655 message-text-with-property; remove only the image found first.
10656
10657 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10658
10659 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10660
10661 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10662
10663 * message.el (message-text-with-property): Make it fast and accept
10664 optional arguments.
10665 (message-strip-forbidden-properties): Use it.
10666 (message-fix-before-sending): Follow the m-t-w-p change.
10667
10668 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10669
10670 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10671
10672 * gnus-art.el (article-hide-headers): Don't change the buffer
10673 mistakenly when performing mml-preview even if
10674 gnus-single-article-buffer is nil.
10675
10676 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10677
10678 * message.el (message-expand-name-databases): New user option.
10679 (message-expand-name): Use it.
10680
10681 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10682
10683 * spam.el (spam-report-articles-resend)
10684 (spam-report-resend-register-routine): Allow ham reporting.
10685 (spam-report-resend-register-ham-routine): Add wrapper.
10686 (spam-registration-functions): Add ham resending functions.
10687 (spam-list-of-processors): Add ham resend processor.
10688
10689 * gnus.el (ham-resend-to): Add new group parameter.
10690 (spam-process): Add ham resend option.
10691
10692 * spam-report.el (spam-report-resend): Allow reporting ham.
10693 (spam-report-resend-ham): Add wrapper.
10694
10695 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10696
10697 * message.el (message-cite-articles-with-x-no-archive): New
10698 variable.
10699 (message-cite-original): Use it.
10700
10701 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10702
10703 * message.el (message-cite-original): Respect X-No-Archive.
10704
10705 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10706
10707 * gnus-art.el (article-hide-headers): Refer to the values for
10708 gnus-ignored-headers and gnus-visible-headers in the summary
10709 buffer since a user may have set them as group parameters.
10710
10711 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10712
10713 * assistant.el (assistant-node-name): Add convenience function.
10714 (assistant-render-text, assistant-render-node): Add error handling,
10715 plus handle multiple next nodes.
10716 (assistant-find-next-node): Comment out for now.
10717 (assistant-find-next-nodes): Add function, returns list of next
10718 nodes.
10719
10720 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10721
10722 * mail-source.el (mail-source-directory): Fix doc-string.
10723
10724 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10725
10726 * assistant.el (assistant-render-text, assistant-eval): Add :set
10727 widget type, which is different because it takes and returns a
10728 list. Much hilarity ensues.
10729
10730 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10731
10732 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10733
10734 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10735 doc-string.
10736
10737 * gnus-start.el (gnus-activate-group): Added doc-string.
10738
10739 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10740
10741 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10742
10743 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10744
10745 * assistant.el (assistant-render-text): Try to add a :set
10746 widget, more to come.
10747
10748 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10749 strings.
10750 (spam-report-articles-resend)
10751 (spam-register-routine): Do registration iff any articles warrant
10752 it.
10753 (spam-summary-prepare-exit): Change log message for nil group
10754 destinations.
10755
10756 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10757
10758 * spam.el (spam-report-resend-register-routine): Allow
10759 spam-report-resend-to to be a group parameter or a global value.
10760
10761 2004-05-26 Simon Josefsson <jas@extundo.com>
10762
10763 * starttls.el: Merge with my GNUTLS based starttls.el.
10764 (starttls-gnutls-program, starttls-use-gnutls)
10765 (starttls-extra-arguments, starttls-process-connection-type)
10766 (starttls-connect, starttls-failure, starttls-success): New
10767 variables.
10768 (starttls-program, starttls-extra-args): Doc fix.
10769 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10770 functions.
10771 (starttls-negotiate, starttls-open-stream): Check
10772 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10773 function if it is set.
10774
10775 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10776
10777 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10778 structured fields.
10779
10780 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10781
10782 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10783
10784 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10785
10786 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10787 variable.
10788 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10789 assigning the spam-mark to new messages.
10790
10791 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10792
10793 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10794
10795 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10796
10797 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10798 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10799 default.
10800
10801 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10802
10803 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10804 correct data.
10805
10806 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10807
10808 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10809 (spam-group-processor-p): Fix function.
10810 (spam-group-processor-multiple-p)
10811 (spam-group-spam-processor-report-gmane-p)
10812 (spam-group-spam-processor-report-resend-p)
10813 (spam-group-spam-processor-bogofilter-p)
10814 (spam-group-spam-processor-blacklist-p)
10815 (spam-group-spam-processor-ifile-p)
10816 (spam-group-ham-processor-ifile-p)
10817 (spam-group-spam-processor-spamoracle-p)
10818 (spam-group-spam-processor-crm114-p)
10819 (spam-group-ham-processor-bogofilter-p)
10820 (spam-group-spam-processor-stat-p)
10821 (spam-group-ham-processor-stat-p)
10822 (spam-group-ham-processor-whitelist-p)
10823 (spam-group-ham-processor-BBDB-p)
10824 (spam-group-ham-processor-spamoracle-p)
10825 (spam-group-ham-processor-copy-p): Remove functions with some
10826 prejudice against unneeded code.
10827 (spam-report-articles-resend)
10828 (spam-report-resend-register-routine): Allow the group/topic
10829 spam-resend-to value to override spam-report-resend-to.
10830 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10831 properly now.
10832
10833 * gnus.el (spam-resend-to): Add group/topic parameter.
10834 (spam-process): Move the OBSOLETE processors to the end of the
10835 choices.
10836
10837 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10838
10839 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10840 with resend-to set to nil, and then ask the user if necessary.
10841 (spam-report-resend): spam-report-resend takes a list of articles, not
10842 separate article numbers.
10843
10844 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10845
10846 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10847 addition to emacs-w3m.
10848
10849 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10850
10851 * assistant.el (assistant-authinfo-data): New function.
10852 (assistant-eval): Eval for entire assistant.
10853
10854 * netrc.el (netrc-services-file): New variable.
10855 (netrc-parse-services): New function.
10856 (netrc-find-service-name): New function.
10857 (netrc-find-service-number): New function.
10858 (netrc-port-equal): New function.
10859 (netrc-machine): Use it.
10860
10861 * nnimap.el (nnimap-open-connection): Use netrc.
10862
10863 * gnus-util.el (gnus-netrc-get): Remove aliases.
10864
10865 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10866
10867 * assistant.el (wid-edit): Fix compilation.
10868
10869 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10870
10871 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10872
10873 * gnus-util.el (gnus-set-file-modes): New function. (small
10874 patch).
10875
10876 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10877
10878 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10879
10880 * assistant.el (assistant-render-node): Fix up rendering and
10881 read-only text.
10882 (assistant-render-node): Reset.
10883 (assistant-make-read-only): Not sticky.
10884
10885 2004-05-20 Danny Siu <dsiu@adobe.com>
10886
10887 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10888 centered even when gnus-auto-center-summary is t
10889
10890 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10891
10892 * dns.el (dns-get-txt-answer): New function.
10893 (dns-read-txt): Ditto.
10894 (query-dns): Use it.
10895
10896 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10897
10898 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10899 active for foreign groups even if the group level is higher than
10900 the specified value.
10901
10902 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10903
10904 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10905 non-active groups.
10906
10907 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10908
10909 2004-05-20 Magnus Henoch <mange@freemail.hu>
10910
10911 * dns.el (dns-read-type): Add support for SVR. (small patch)
10912
10913 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10914
10915 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10916 (spam-crm114-header, spam-crm114-spam-switch)
10917 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10918 (spam-crm114-positive-spam-header)
10919 (spam-crm114-database-directory, spam-list-of-processors)
10920 (spam-group-spam-processor-crm114-p)
10921 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10922 (spam-generic-score, spam-list-of-checks)
10923 (spam-list-of-statistical-checks, spam-registration-functions)
10924 (spam-check-crm114-headers, spam-crm114-score)
10925 (spam-check-crm114, spam-crm114-register-with-crm114)
10926 (spam-crm114-register-spam-routine)
10927 (spam-crm114-unregister-spam-routine)
10928 (spam-crm114-register-ham-routine)
10929 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
10930 asjo@koldfront.dk (Adam Sjøgren).
10931
10932 * gnus.el: Add spam-use-crm114.
10933
10934 * spam.el (spam-list-of-processors, spam-registration-functions):
10935 Add spam-use-resend.
10936 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10937 (spam-report-articles-gmane): Add doc fix.
10938 (spam-report-articles-resend, spam-report-resend-register-routine):
10939 Add wrappers around spam-report-resend-to.
10940
10941 * spam-report.el (spam-report-resend-to, spam-report-resend):
10942 Add support for resending spam.
10943 (spam-report-gmane): Fix line length >80.
10944
10945 * gnus.el (spam-process): Add spam-use-resend.
10946
10947 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10948
10949 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10950 number of processed spam messages.
10951 (spam-ham-copy-or-move-routine): Return the number of processed
10952 ham messages.
10953 (spam-summary-prepare-exit): Use the above values to decide
10954 whether status messages shouled be displayed.
10955
10956 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
10957
10958 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10959 `rfc2047-encoding-function-alist' in order to avoid conflicting
10960 with the old version.
10961 (rfc2047-encode-region): Concatenate words containing non-ASCII
10962 characters in structured fields; don't encode space-delimited
10963 ASCII words even in unstructured fields; don't break words at
10964 char-category boundaries.
10965 (rfc2047-encode-1): New function.
10966 (rfc2047-encode): Use it; encode text so that it occupies the
10967 maximum width within 76-column; work correctly on Q encoding for
10968 iso-2022-* charsets.
10969 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10970 sure not to break a line just after the header name.
10971 (rfc2047-b-encode-region): Removed.
10972 (rfc2047-b-encode-string): New function.
10973 (rfc2047-q-encode-region): Removed.
10974 (rfc2047-q-encode-string): New function.
10975
10976 * mm-util.el (mm-replace-in-string): New function.
10977
10978 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10979
10980 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10981 get it right.
10982 (gnus-inews-make-draft): Really.
10983
10984 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
10985
10986 * nnmh.el (nnmh-request-list-1): Don't check the link count
10987 before descending. (small patch)
10988
10989 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10990
10991 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10992 stuff.
10993
10994 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10995 on real group name.
10996
10997 * gnus-art.el (gnus-signature-limit): Doc fix.
10998
10999 * gnus-msg.el (gnus-inews-make-draft): Quote list.
11000
11001 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11002
11003 * gnus-draft.el (gnus-draft-send): Bind
11004 rfc2047-encode-encoded-words.
11005
11006 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11007 (rfc2047-encodable-p): Say that =? needs encoding.
11008 (rfc2047-encode-encoded-words): New variable.
11009
11010 * gnus-group.el (gnus-group-select-group): Doc fix.
11011
11012 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11013
11014 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11015 to nil.
11016
11017 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11018
11019 * nnheader.el (nnheader-get-lines-and-char): New function.
11020
11021 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
11022
11023 * gnus-msg.el (gnus-summary-followup-with-original): Document
11024 yanking of region when active.
11025
11026 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
11027
11028 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11029 groups if the group level is higher than the specified value.
11030
11031 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11032
11033 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11034 (gnus-group-jump-to-group): Added prefix argument using
11035 `gnus-group-jump-to-group-prompt'. Query before jumping to
11036 non-active group.
11037
11038 * compface.el (uncompface): Be verbose when changing
11039 `uncompface-use-external'.
11040
11041 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11042 handle manual section.
11043
11044 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11045
11046 * gnus-art.el (gnus-button-alist): Revert previous change.
11047
11048 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11049
11050 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11051
11052 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11053
11054 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11055 whether backend can accept message.
11056
11057 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11058
11059 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
11060
11061 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11062 Avoid creating directory when nntp-marks-is-evil is true.
11063 Reported by Reiner Steib.
11064
11065 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11066
11067 * gnus-picon.el (gnus-picon-style): New variable.
11068 (gnus-picon-insert-glyph): Added optional `nostring' argument.
11069 (gnus-picon-transform-address): Support `gnus-picon-style'. From
11070 Jesper Harder <harder@ifa.au.dk>.
11071
11072 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11073
11074 * message.el (message-fill-field): Return point.
11075 (message-generate-headers): Go to end of field.
11076
11077 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11078 stuff for non-living groups.
11079
11080 2004-05-18 Jesper Harder <harder@ifa.au.dk>
11081
11082 * gnus-art.el (gnus-article-followup-with-original)
11083 (gnus-article-reply-with-original): gnus-mark-active-p ->
11084 gnus-region-active-p.
11085
11086 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
11087
11088 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11089 only when there is spam or ham to be processed.
11090
11091 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11092
11093 * mail-source.el (mail-source-delete-crash-box): Refactor.
11094 (mail-source-fetch): Use it.
11095 (mail-source-fetch-file): Ditto.
11096 (mail-source-fetch-directory): Run postscript in loop.
11097 (mail-source-fetch-pop): Delete.
11098 (mail-source-fetch-maildir): Ditto.
11099 (mail-source-fetch-imap): Ditto.
11100
11101 * imap.el (imap-authenticators): Comment out sasl.
11102
11103 * message.el (message-skip-to-next-address): New function.
11104 (message-fill-header-address): Refactor.
11105 (message-fill-address): Use it.
11106 (message-delete-address): Use it.
11107 (message-fill-header-general): Refactor.
11108 (message-fill-field-address): Rename.
11109 (message-narrow-to-field): Find the start of the header.
11110 (message-header-format-alist): Don't pre-fill.
11111 (message-fill-header): Removed.
11112 (message-insert-header): New function.
11113 (message-shorten-references): Use it.
11114
11115 * rfc2047.el (rfc2047-field-value): Strip props.
11116
11117 * mail-parse.el (mail-header-make-address): New alias.
11118
11119 * ietf-drums.el (ietf-drums-make-address): New function.
11120
11121 * imap.el: Add compiler directives.
11122
11123 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11124
11125 * gnus-art.el (article-decode-idna-rhs): Don't use
11126 message-idna-inside-rhs-p.
11127
11128 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11129
11130 * message.el (message-idna-inside-rhs-p): Removed.
11131 (message-idna-to-ascii-rhs-1): Use proper address parsing.
11132
11133 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11134 false positives.
11135
11136 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11137
11138 * imap.el (imap-sasl-make-mechanisms): Use sasl.
11139
11140 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11141
11142 * nneething.el (nneething-file-name): Don't create spurious
11143 files.
11144
11145 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11146 (gnus-inews-do-gcc): Remove sleep.
11147
11148 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11149 part under point.
11150
11151 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11152 (gnus-agent-regenerate-group): Using nil messages aren't valid.
11153
11154 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
11155
11156 * spam.el (spam-summary-prepare-exit): Fixed (length).
11157
11158 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11159
11160 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11161 as expired without moving it" message when there are spam
11162 messages left.
11163
11164 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
11165
11166 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11167 header is not nil.
11168
11169 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
11170
11171 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11172 nntp-possibly-create-directory, not nntp-possibly-change-group.
11173 (nntp-marks-changed-p): New arg SERVER.
11174 (nntp-request-update-info): Adjust caller.
11175
11176 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
11177
11178 * nntp.el (nntp-save-marks): Pass missing arg.
11179
11180 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
11181
11182 * nntp.el: Support marks.
11183 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11184 (nntp-marks-modtime, nntp-marks-directory): New variables.
11185 (nntp-request-set-mark, nntp-request-update-info)
11186 (nntp-possibly-create-directory, nntp-marks-changed-p)
11187 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11188 functions.
11189
11190 2004-05-12 Jesper Harder <harder@ifa.au.dk>
11191
11192 * gnus-score.el (gnus-score-insert-help): Use
11193 gnus-select-lowest-window.
11194
11195 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11196 appt-select-lowest-window and rename to gnus-select-lowest-window.
11197
11198 * gnus.el: do.
11199
11200 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11201
11202 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11203 encodings of MIME-encoded words, in order to improve
11204 interoperability with several broken MUAs.
11205
11206 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11207
11208 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11209 tags, only when charsets are not specified in headers.
11210 (mm-inline-text-html-render-with-w3m): Ditto.
11211
11212 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11213
11214 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11215 instead of MIME-decoded from fields when checking
11216 `gnus-article-address-banner-alist'.
11217
11218 2004-05-03 Jesper Harder <harder@ifa.au.dk>
11219
11220 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11221 description rather than subject.
11222
11223 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11224
11225 * gnus.el (gnus-version-number): Bump.
11226
11227 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11228
11229 * gnus.el: No Gnus v0.2 is released.
11230
11231 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11232
11233 * gnus-agent.el (gnus-agent-read-agentview): Inline
11234 gnus-uncompress-range.
11235
11236 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11237
11238 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11239 `exec-installed-p'.
11240
11241 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11242
11243 * gnus.el (spam-process, spam-autodetect-methods): Add
11244 bsfilter and bsfilter-headers.
11245
11246 * spam.el (spam-bsfilter): New customize group.
11247 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11248 (spam-bsfilter-header, spam-bsfilter-probability-header)
11249 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11250 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11251 (spam-bsfilter-database-directory): New options.
11252 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11253 (spam-list-of-statistical-checks, spam-registration-functions):
11254 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11255 (spam-bsfilter-score): New command.
11256 (spam-check-bsfilter-headers, spam-check-bsfilter)
11257 (spam-bsfilter-register-with-bsfilter)
11258 (spam-bsfilter-register-spam-routine)
11259 (spam-bsfilter-unregister-spam-routine)
11260 (spam-bsfilter-register-ham-routine)
11261 (spam-bsfilter-unregister-ham-routine): New functions.
11262 (spam-generic-score): Support bsfilter; Accept an optional argument
11263 to recalcurate spam score even if scoring header has already been
11264 added.
11265 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11266 optional argument to recalcurate spam score even if scoring header
11267 has already been added.
11268
11269 2004-04-29 Jesper Harder <harder@ifa.au.dk>
11270
11271 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11272 strings! Reported by David D. Smith <davidsmith@acm.org>.
11273 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11274 link is missing.
11275
11276 2004-04-28 Jesper Harder <harder@ifa.au.dk>
11277
11278 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11279 (html2text-get-attr): Rewrite.
11280
11281 * message.el (message-setup-1): Remove redundant put-text-property
11282 on mail-header-separator.
11283
11284 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
11285
11286 * gnus-registry.el (gnus-registry-cache-whitespace)
11287 (gnus-registry-action, gnus-registry-spool-action)
11288 (gnus-registry-split-fancy-with-parent): Change message levels
11289 from 5 to 3 or 7, as needed.
11290
11291 * spam.el (spam-summary-prepare-exit)
11292 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11293 (spam-split, spam-find-spam, spam-log-undo-registration)
11294 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11295 level from 5 to 6.
11296
11297 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11298
11299 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11300 2004-03-04 change).
11301
11302 2004-04-25 Jesper Harder <harder@ifa.au.dk>
11303
11304 * sieve-manage.el (sieve-manage-open):
11305 * nnweb.el (nnweb-insert-html):
11306 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11307 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11308 * nnspool.el (nnspool-request-group):
11309 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11310 * nnml.el (nnml-request-update-info):
11311 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11312 (nnmh-request-create-group, nnmh-update-gnus-unreads):
11313 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11314 (nnimap-request-set-mark):
11315 * nnfolder.el (nnfolder-request-update-info):
11316 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11317 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11318 * gnus-uu.el (gnus-uu-find-articles-matching):
11319 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11320 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11321 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11322 * gnus-nocem.el (gnus-nocem-scan-groups):
11323 * gnus-int.el (gnus-start-news-server):
11324 * gnus-group.el (gnus-group-make-kiboze-group)
11325 (gnus-group-browse-foreign-server):
11326 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11327 Use mapc when appropriate.
11328
11329 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
11330
11331 FIXME: Make separate entries for each person.
11332
11333 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11334 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11335 <shields@msrl.com>:
11336
11337 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11338 may need for spam sorting and scoring.
11339 (spam-user-format-function-S): Add user format function suitable for
11340 general use.
11341 (spam-article-sort-by-spam-status): Add sorting function for summary
11342 sorting.
11343 (spam-extra-header-to-number): Add function to get a score from a
11344 header.
11345 (spam-summary-score): Add function to get a numeric score from the
11346 headers.
11347 (spam-generic-score): Fix function doc, was in wrong place.
11348 (spam-initialize): Take symbols when it's run, and install the
11349 extra headers that spam-necessary-extra-headers thinks we need.
11350
11351 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
11352
11353 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11354 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
11355
11356 2004-04-17 Jesper Harder <harder@ifa.au.dk>
11357
11358 * gnus-sum.el (gnus-set-global-variables)
11359 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11360 (gnus-article-get-xrefs, gnus-summary-best-group)
11361 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11362 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11363 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11364 Use with-current-buffer.
11365
11366 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
11367
11368 * spam.el (spam-summary-prepare-exit): Simplify logic.
11369 (spam-fetch-article-header): Read the article header if it's not
11370 available.
11371 (spam-list-articles): Simplify logic.
11372 (spam-filelist-register-routine): Fix bug with unregister-list.
11373
11374 * gnus-registry.el: Fix comments at beginning.
11375
11376 2004-04-16 Jesper Harder <harder@ifa.au.dk>
11377
11378 * message.el (message-cater-to-broken-inn): Remove.
11379 (message-shorten-references): Make sure the total folded length of
11380 References is shorter than 998 characters to cater to a bug in INN
11381 2.3. Also, don't pretend that references aren't folded -- this
11382 hasn't worked for a while.
11383
11384 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11385
11386 * gnus-agent.el (gnus-agentize):
11387 gnus-agent-send-mail-real-function no longer set to current value
11388 of message-send-mail-function but rather a lambda that calls
11389 message-send-mail-function. The change makes the agent real-time
11390 responsive to user changes to message-send-mail-function.
11391
11392 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11393
11394 * legacy-gnus-agent.el
11395 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11396 help from Florian Weimer <fw@deneb.enyo.de>
11397
11398 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
11399
11400 * nnmail.el (nnmail-cache-insert): Revert last change.
11401
11402 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11403
11404 * nnmail.el (nnmail-cache-insert): Always check whether
11405 nnmail-cache-ignore-groups matches a group name.
11406
11407 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11408
11409 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11410 (spam-find-spam, spam-log-processing-to-registry)
11411 (spam-log-registered-p, spam-log-unregistration-needed-p)
11412 (spam-log-undo-registration): Use gnus-message instead of
11413 gnus-error, none of these errors are fatal.
11414
11415 * gnus-registry.el (gnus-registry-clean-empty-function)
11416 (gnus-registry-clean-empty): Remove only empty entries without
11417 extra data.
11418
11419 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11420
11421 * spam-stat.el (spam-stat-buffer-change-to-spam)
11422 (spam-stat-buffer-change-to-non-spam): Change (error) to
11423 (gnus-message 8) invocation.
11424
11425 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11426
11427 * nntp.el (nntp-via-netcat-command): New variable.
11428 (nntp-via-netcat-switches): New variable.
11429 (nntp-open-via-rlogin-and-netcat): New function.
11430 (nntp-open-connection-function): Doc fix.
11431 (nntp-telnet-command): Doc fix.
11432 (nntp-end-of-line): Doc fix.
11433 (nntp-via-rlogin-command): Doc fix.
11434 (nntp-via-user-name): Doc fix.
11435 (nntp-via-address): Doc fix.
11436
11437 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11438
11439 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11440 error in Emacs 21.1.
11441
11442 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11443
11444 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11445
11446 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11447 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11448 (gnus-agent-with-refreshed-group): New macro.
11449 (gnus-agent-rename-group): New function.
11450 (gnus-agent-delete-group): New function.
11451 (gnus-agent-save-group-info): Use gnus-command-method when
11452 `method' parameter is nil. Don't write nil entries into the
11453 active file.
11454 (gnus-agent-get-group-info): New function.
11455 (gnus-agent-fetch-articles): Use
11456 gnus-agent-update-files-total-fetched-for to increment disk space
11457 used.
11458 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11459 gnus-agent-update-view-total-fetched-for to increment disk space
11460 used.
11461 (gnus-agent-get-local): Added optional parameters to avoid calling
11462 gnus-group-real-name and gnus-find-method-for-group.
11463 (gnus-agent-set-local): Delete stored entry if either min, or max,
11464 are nil.
11465 (gnus-agent-fetch-session): Reworded error/quit messages. On
11466 quit, use gnus-agent-regenerate-group to record existance of any
11467 articles fetched to disk before the quit occurred.
11468 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11469 gnus-agent-update-view-total-fetched-for, and
11470 gnus-agent-update-files-total-fetched-for to decrement disk space
11471 used.
11472 (gnus-agent-retrieve-headers): Use
11473 gnus-agent-update-view-total-fetched-for to increment disk space
11474 used.
11475 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11476 with gnus-agent-update-files-total-fetched-for to decrement disk
11477 space and fresh group buffer.
11478 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11479 (gnus-agent-need-update-total-fetched-for): New variable.
11480 (gnus-agent-update-files-total-fetched-for): New function.
11481 (gnus-agent-update-view-total-fetched-for): New function.
11482 (gnus-agent-total-fetched-for): New function.
11483
11484 * gnus-cache.el (gnus-cache-save-buffers): Use
11485 gnus-cache-update-overview-total-fetched-for to change disk space
11486 used by this group.
11487 (gnus-cache-possibly-enter-article): Use
11488 gnus-cache-update-file-total-fetched-for to increment disk space
11489 used by this group.
11490 (gnus-cache-possibly-remove-article): Use
11491 gnus-cache-update-file-total-fetched-for to decrement disk space
11492 used by this group.
11493 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11494 (gnus-cache-rename-group): New function.
11495 (gnus-cache-delete-group): New function.
11496 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11497 (gnus-cache-need-update-total-fetched-for): New variable.
11498 (gnus-cache-with-refreshed-group): New macro.
11499 (gnus-cache-update-file-total-fetched-for): New function.
11500 (gnus-cache-update-overview-total-fetched-for): New function.
11501 (gnus-cache-rename-group-total-fetched-for): New function.
11502 (gnus-cache-delete-group-total-fetched-for): New function.
11503 (gnus-cache-total-fetched-for): New function.
11504
11505 * gnus-group.el: Require gnus-sum and autoload functions to
11506 resolve warnings when gnus-group.el compiled alone.
11507 (gnus-group-line-format): Documented new %F
11508 (size of Fetched data) group line format; identifies disk space
11509 used by agent and cache.
11510 (gnus-group-line-format-alist): Defined new F format.
11511 (gnus-total-fetched-for): New function.
11512 (gnus-group-delete-group): No longer update
11513 gnus-cache-active-altered as gnus-request-delete-group now keeps
11514 the cache in sync.
11515 (gnus-group-list-active): Let the agent store a server's active
11516 list if currently plugged.
11517
11518 * gnus-int.el (gnus-request-delete-group):
11519 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11520 local disk in sync with the server.
11521 (gnus-request-rename-group):
11522 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11523 local disk in sync with the server.
11524
11525 * gnus-start.el (gnus-get-unread-articles):
11526 Cosmetic simplification to logic.
11527
11528 * gnus-util.el (gnus-rename-file): New function.
11529
11530 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11531
11532 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11533
11534 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11535
11536 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11537 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11538
11539 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11540
11541 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11542 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11543
11544 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11545
11546 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11547
11548 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11549
11550 * spam.el (spam-set-difference): Add function to replace
11551 gnus-set-difference in spam.el.
11552 (spam-summary-prepare-exit): Use spam-set-difference.
11553
11554 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11555
11556 * gnus-registry.el (gnus-registry-cache-file): Update to use
11557 gnus-dribble-directory OR gnus-home-directory OR ~.
11558 (gnus-registry-split-fancy-with-parent): Fix doc.
11559
11560 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11561
11562 * message.el (message-exchange-point-and-mark): Use
11563 message-mark-active-p. Suggested by Jesper Harder
11564 <harder@ifa.au.dk>.
11565
11566 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11567
11568 * message.el (message-exchange-point-and-mark): Don't activate
11569 region if it was inactive. Suggested by Hiroshi Fujishima
11570 <pooh@nature.tsukuba.ac.jp>.
11571
11572 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11573
11574 * gnus-art.el (article-display-face): Display Faces in the same
11575 order as X-Faces.
11576
11577 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11578
11579 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11580
11581 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11582
11583 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11584 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11585 (gnus-article-mime-hierarchy): Remove.
11586 (gnus-article-mime-hierarchy-next): Remove.
11587 (gnus-article-mode): Revert 2004-03-19 change.
11588 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11589 (gnus-insert-mime-button): Revert 2004-03-19 change.
11590 (gnus-mime-accumulate-hierarchy): Remove.
11591 (gnus-mime-enter-multipart): Remove.
11592 (gnus-mime-leave-multipart): Remove.
11593 (gnus-mime-display-part): Revert 2004-03-19 change.
11594 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11595
11596 * mml.el (mml-preview): Revert 2004-03-19 change.
11597
11598 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11599
11600 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11601
11602 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11603
11604 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11605 t while entering a file name using the mm-with-multibyte macro.
11606 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11607
11608 * mm-util.el (mm-with-multibyte): New macro.
11609
11610 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11611
11612 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11613 user option.
11614 (gnus-mime-multipart-functions): Doc and customization fix.
11615 (gnus-article-mime-hierarchy): New variable.
11616 (gnus-article-mime-hierarchy-next): New variable.
11617 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11618 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11619 gnus-article-mime-hierarchy-next to nil.
11620 (gnus-insert-mime-button): Show hierarchy numbers.
11621 (gnus-mime-accumulate-hierarchy): New function.
11622 (gnus-mime-enter-multipart): New function.
11623 (gnus-mime-leave-multipart): New function.
11624 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11625 (gnus-mime-display-alternative): Show hierarchy numbers.
11626
11627 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11628 gnus-article-mime-hierarchy-next to nil.
11629
11630 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11631
11632 * dns.el: Don't require gnus-xmas.
11633
11634 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11635
11636 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11637 inline PGP.
11638 (mml-menu): Disable mml-quote-region if mark is inactive.
11639
11640 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11641
11642 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11643 when the group's active is not available.
11644
11645 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11646
11647 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11648 error.
11649
11650 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11651
11652 * imap.el (imap-store-password): New variable.
11653 (imap-interactive-login): Use it.
11654 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11655
11656 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11657
11658 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11659 window-start and hscroll to summary window.
11660
11661 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11662
11663 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11664 conversion message to newsrc-dribble when an actual conversion is
11665 performed.
11666
11667 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11668
11669 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11670
11671 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11672
11673 * mm-decode.el (mm-complicated-handles): New function reviving
11674 former definition of mm-multiple-handles.
11675
11676 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11677 (gnus-mime-delete-part): Use it.
11678
11679 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11680
11681 * gnus-agent.el (gnus-agent-read-local): Bind
11682 nnheader-file-coding-system to gnus-agent-file-coding-system to
11683 avoid the implicit assumption that they will always be equal.
11684 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11685 coding-system-for-write, as the with-temp-file macro first prints
11686 to a buffer then saves the buffer.
11687
11688 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11689
11690 * gnus-art.el (gnus-article-edit-part): New function.
11691 (gnus-mime-save-part-and-strip): Use it; do query instead of
11692 signaling an error; don't use mm-multiple-handles.
11693 (gnus-mime-delete-part): Ditto.
11694
11695 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11696
11697 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11698 old file versions.
11699 (gnus-group-prepare-hook): Removed function that converted list
11700 form of gnus-agent-expire-days to group properties.
11701
11702 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11703 (gnus-request-accept-article): Re-indented.
11704
11705 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11706 converters to handle old agent file formats. Added logic for a
11707 "backup before upgrading warning".
11708 (gnus-convert-mark-converter-prompt): Developers can mark
11709 functions as needing (default), or not needing,
11710 gnus-convert-old-newsrc's "backup before upgrading warning".
11711 (gnus-convert-converter-needs-prompt): Tests whether the user
11712 should be protected from potentially irreversable changes by the
11713 function.
11714
11715 * legacy-gnus-agent.el: New. Provides converters that are only
11716 loaded when gnus-convert-old-newsrc needs to call them.
11717
11718 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11719
11720 * mail-source.el (mail-source-touch-pop): Doc fix.
11721
11722 * message.el (message-smtpmail-send-it): Doc fix.
11723
11724 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11725
11726 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11727
11728 * nnmail.el (nnmail-split-fancy): do.
11729
11730 * gnus-kill.el (gnus-kill, gnus-execute): do.
11731
11732 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11733
11734 * gnus-sum.el (gnus-widget-reversible-match)
11735 (gnus-widget-reversible-to-internal)
11736 (gnus-widget-reversible-to-external): New functions.
11737 (gnus-widget-reversible): New widget.
11738 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11739
11740 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11741
11742 * gnus-sum.el (gnus-thread-sort-functions)
11743 (gnus-article-sort-functions): Document `(not F)' items.
11744
11745 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11746
11747 * spam.el (spam-use-gmane-xref): Add new backend.
11748 (spam-gmane-xref-spam-group): Add variable to control the name of the
11749 Gmane spam group.
11750 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11751 (spam-regex-headers-spam, spam-regex-headers-ham)
11752 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11753 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11754 backends and checks.
11755 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11756
11757 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11758 an autodetect method.
11759
11760 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11761
11762 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11763 articles are being added to a group.
11764 (gnus-request-replace-article): Inform the agent that articles
11765 need to be uncached as the cached contents are no longer valid.
11766
11767 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11768
11769 * binhex.el: Don't autoload executable-find.
11770
11771 * canlock.el: Don't autoload mail-fetch-field.
11772
11773 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11774
11775 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11776 rmail-dont-reply-to and rmail-output.
11777
11778 * gnus-score.el: Don't autoload ffap-string-at-point.
11779
11780 * gnus-setup.el: Don't autoload sc-cite-original.
11781
11782 * imap.el: Don't autoload base64-decode-string,
11783 base64-encode-string and md5.
11784
11785 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11786 and rmail-msg-restore-non-pruned-header.
11787
11788 * mm-decode.el: Don't autoload executable-find.
11789
11790 * mm-url.el: Don't autoload executable-find.
11791
11792 * mm-view.el: Don't autoload diff-mode.
11793
11794 * nndb.el: Don't autoload news-reply-mode, news-setup,
11795 cancel-timer and telnet.
11796
11797 * password.el: Don't autoload run-at-time for Emacs.
11798
11799 * sha1-el.el: Don't autoload executable-find.
11800
11801 * sieve-mode.el: Don't autoload c-mode.
11802
11803 * uudecode.el: Don't autoload executable-find.
11804
11805 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11806
11807 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11808 (gnus-agent-possibly-alter-active): Avoid null in numeric
11809 comparison.
11810 (gnus-agent-set-local): Refuse to save null in local object table.
11811 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11812 list of articles that will be marked as unread.
11813
11814 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11815
11816 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11817
11818 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11819
11820 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11821 language tags.
11822
11823 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11824
11825 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11826 Don't bind "obarray".
11827
11828 * gnus-sum.el (gnus-thread-sort-functions): Added
11829 `gnus-thread-sort-by-most-recent-number' and
11830 `gnus-thread-sort-by-most-recent-date'.
11831 Reported by Kai Grossjohann <kai@emptydomain.de>.
11832
11833 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11834
11835 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11836
11837 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11838
11839 * gnus-cus.el (gnus-agent-customize-category): Removed
11840 ignore-errors macro reference that required cl to be loaded at
11841 run-time.
11842
11843 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11844 single-interval range of the form (min . max). Previously the
11845 range had to look like ((min . max)). Likewise, return
11846 (min . max) rather than ((min . max)).
11847 (gnus-range-map): Use gnus-range-normalize to accept
11848 single-interval range.
11849
11850 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11851 the cache, but not the agent, now appear with their usual face.
11852
11853 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11854
11855 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11856 w3m-safe-url-regexp variable buffer-local.
11857
11858 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11859
11860 2004-02-27 Simon Josefsson <jas@extundo.com>
11861
11862 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11863 gnus-group-real-prefix.
11864 (gnus-summary-move-article): Use it, instead of
11865 gnus-group-real-prefix.
11866
11867 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11868
11869 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11870 w3m-safe-url-regexp variable buffer-local and set it as the value
11871 of mm-w3m-safe-url-regexp.
11872
11873 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11874
11875 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11876 parsing gnus-posting-styles when the message is not for replying.
11877
11878 * nnrss.el (nnrss-opml-export): Use
11879 mm-set-buffer-file-coding-system instead of
11880 set-buffer-file-coding-system.
11881
11882 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11883
11884 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11885 of checkdoc.el).
11886 * nnrss.el: do.
11887 * gnus-mlspl.el: do.
11888 * gnus-ml.el: do.
11889 * gnus-srvr.el: do.
11890
11891 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11892
11893 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11894
11895 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11896 Corrections to custom-manual links.
11897
11898 * gnus-art.el (gnus-article): Ditto.
11899
11900 * mm-decode.el (mime-display, mime-security): Ditto.
11901
11902 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11903
11904 * flow-fill.el: Typo.
11905
11906 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11907
11908 * spam-wash.el: New file.
11909
11910 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11911
11912 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11913
11914 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11915
11916 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11917 to be run with new-articles as LIST1, not LIST2.
11918 (spam-registration-functions): Add spam-use-ham-copy as a nil
11919 registration backend.
11920
11921 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11922
11923 * spam-stat.el (spam-stat-washing-hook): New option.
11924 (spam-stat-buffer-words): Use it.
11925 (spam-stat-process-directory, spam-stat-test-directory): Use
11926 insert-file-contents-literally.
11927 (spam-stat-coding-system): New variable.
11928 (spam-stat-load, spam-stat-save): Use it.
11929
11930 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11931
11932 * spam-report.el (spam-report-plug-agent): Quote
11933 spam-report-url-to-file and spam-report-url-ping-plain.
11934
11935 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
11936
11937 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11938 / in mailto URLs.
11939
11940 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11941
11942 * spam-report.el (spam-report-process-queue): Fix interactive use.
11943 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11944 (spam-report-unplug-agent): Doc fixes.
11945 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11946 (spam-report-agentize, spam-report-deagentize): Autoload
11947
11948 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
11949
11950 * message.el (message-setup-fill-variables): Add mml tags to
11951 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11952 <ajk@iu.edu>.
11953 (message-mode): Don't modify paragraph-separate there.
11954
11955 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11956
11957 * compface.el (uncompface-use-external): Default to undecided.
11958 (uncompface-use-external-threshold): New variable.
11959 (uncompface-float-time): New macro.
11960 (uncompface): Determine whether to use the external decoder if
11961 uncompface-use-external is undecided.
11962
11963 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11964
11965 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11966 after images.
11967
11968 * gnus-art.el (gnus-mime-display-single): Remove dead code.
11969
11970 2004-02-14 Jesper Harder <harder@ifa.au.dk>
11971
11972 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11973
11974 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11975
11976 * gnus-sum.el (gnus-summary-limit-to-age)
11977 (gnus-summary-limit-children): do.
11978
11979 * gnus-int.el (gnus-request-scan): do.
11980
11981 * gnus-group.el (gnus-group-suspend): do.
11982
11983 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11984
11985 * gnus-cite.el (gnus-cite-parse-attributions): do.
11986
11987 * gnus-agent.el (gnus-summary-set-agent-mark)
11988 (gnus-agent-regenerate-group): do.
11989
11990 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11991
11992 * binhex.el (binhex-decode-region-internal): do.
11993
11994 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
11995
11996 * gnus-fun.el (gnus-face-properties-alist): New user option.
11997 (gnus-display-x-face-in-from): Use it.
11998
11999 * gnus-art.el (article-display-face): Ditto.
12000
12001 * compface.el (uncompface-use-external): Default to nil.
12002
12003 2004-02-12 Jesper Harder <harder@ifa.au.dk>
12004
12005 * nntp.el (nntp-erase-buffer): New function.
12006 (nntp-retrieve-data, nntp-send-command)
12007 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12008 (nntp-possibly-change-group): Use it.
12009
12010 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12011 with-current-buffer.
12012
12013 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
12014
12015 * compface.el: Merge the ELisp-based uncompface program.
12016 (compface): New customization group.
12017 (uncompface-use-external): New user option.
12018 (uncompface): Call uncompface-internal if uncompface-use-external
12019 is nil.
12020 (uncompface-internal): New function. Note that there are also
12021 some other functions and variables added for this function.
12022
12023 2004-02-10 Jesper Harder <harder@ifa.au.dk>
12024
12025 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12026 if necessary.
12027
12028 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
12029
12030 * spam-report.el (spam-report-unplug-agent)
12031 (spam-report-plug-agent, spam-report-deagentize)
12032 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12033 Add support for the Agent in spam-report: when unplugged, report to a
12034 file; when plugged, submit all the requests.
12035
12036 * spam.el (spam-register-routine): Fix message about
12037 registration.
12038
12039 2004-02-09 Jesper Harder <harder@ifa.au.dk>
12040
12041 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12042 dependencies.
12043 (rfc2047-encode): Use it.
12044
12045 * gnus-art.el (gnus-button-marker-list): Move before first
12046 reference.
12047
12048 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12049 (imap-parse-body): Fix format string mismatch.
12050
12051 * gnus-score.el (gnus-summary-increase-score): do.
12052
12053 * nnrss.el (nnrss-close): New function.
12054
12055 2004-02-08 Jesper Harder <harder@ifa.au.dk>
12056
12057 * nnrss.el (nnrss-make-filename): New function.
12058 (nnrss-request-delete-group, nnrss-read-server-data)
12059 (nnrss-save-server-data, nnrss-read-group-data)
12060 (nnrss-save-group-data): Use it.
12061 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12062 (nnrss-read-server-data, nnrss-read-group-data): Use load.
12063 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12064
12065 2004-02-07 Jesper Harder <harder@ifa.au.dk>
12066
12067 * mml.el (mml-compute-boundary-1): Don't uncompress files.
12068
12069 2004-02-06 Jesper Harder <harder@ifa.au.dk>
12070
12071 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12072 files.
12073
12074 * message.el (message-generate-headers-first): Don't quote nil
12075 and t in docstrings.
12076
12077 * imap.el (imap-id): do.
12078
12079 * gnus-agent.el (gnus-agent-consider-all-articles)
12080 (gnus-agent-queue-mail): do.
12081
12082 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
12083
12084 * spam-report.el (spam-report-process-queue): New function.
12085 Process requests from `spam-report-requests-file'.
12086 (spam-report-process-queue): Doc fix.
12087
12088 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
12089
12090 * spam.el (spam-register-routine)
12091 (spam-log-processing-to-registry, spam-log-registered-p)
12092 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12093 Change "check" to "spam-check" for semi-clarity.
12094
12095 2004-02-05 Jesper Harder <harder@ifa.au.dk>
12096
12097 * pop3.el: Require nnheader.
12098
12099 * mml-smime.el: Require cl. Autoload message-fetch-field.
12100
12101 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12102
12103 * gnus-picon.el: Require cl.
12104
12105 * gnus-fun.el: Require gnus-ems and gnus-util.
12106
12107 * gnus.el (gnus-method-to-server): Move defsubst before first use.
12108
12109 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12110
12111 * gnus-art.el (gnus-article-edit-mode): Define before first
12112 reference.
12113
12114 2004-02-04 Jesper Harder <harder@ifa.au.dk>
12115
12116 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12117 (gnus-uu-post-encoded): Use point-at-bol.
12118
12119 * gnus-topic.el (gnus-group-active-topic-p): do.
12120
12121 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12122
12123 * gnus-group.el (gnus-group-kill-region): do.
12124
12125 * gnus-art.el (article-date-ut): do.
12126
12127 * message.el (message-fetch-field): Remove redundant
12128 case-fold-search binding.
12129 (message-narrow-to-field): Simplify.
12130
12131 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12132
12133 * spam.el (spam-directory): Derive from `gnus-directory'.
12134
12135 * spam-report.el (spam-report-url-to-file)
12136 (spam-report-requests-file): New function and variable for offline
12137 reporting.
12138 (spam-report-url-ping-function): Add `spam-report-url-to-file'
12139 and user defined function.
12140 (spam-report-url-ping-mm-url): Remove doubled slash.
12141
12142 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
12143
12144 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12145
12146 2004-02-03 Jesper Harder <harder@ifa.au.dk>
12147
12148 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12149 format string mismatch.
12150
12151 * sieve.el (sieve-deactivate-all): do.
12152
12153 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12154
12155 * nnlistserv.el (nnlistserv-kk-wash-article): do.
12156
12157 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12158
12159 * mm-bodies.el (mm-7bit-chars): Don't include \r.
12160
12161 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
12162
12163 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12164 the list of checks.
12165
12166 2004-01-31 Jesper Harder <harder@ifa.au.dk>
12167
12168 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12169 padding.
12170
12171 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
12172
12173 * mm-view.el (mm-fill-flowed): New variable.
12174 (mm-inline-text): Use it.
12175
12176 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
12177
12178 * spam.el (spam-spamassassin-register-ham-routine)
12179 (spam-spamassassin-register-spam-routine): Fix function names.
12180
12181 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
12182
12183 * gnus.el (gnus-tmp-grouplens): Remove.
12184 (gnus-summary-line-format): Remove grouplens.
12185
12186 * gnus-group.el (gnus-group-line-format): Ditto.
12187
12188 * gnus-spec.el (gnus-format-specs): Ditto.
12189 (gnus-update-format-specifications): Flush the group format spec
12190 cache if there's the grouplens stuff.
12191 (gnus-parse-simple-format): Replace %l with the empty string.
12192
12193 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
12194
12195 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12196 omission.
12197
12198 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12199
12200 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12201 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12202
12203 2004-01-25 Paul Jarc <prj@po.cwru.edu>
12204
12205 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12206 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12207 New macros and functions.
12208 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12209 Handle > NLINK_MAX messages.
12210 * nnmaildir.el (nnmaildir-request-set-mark): Use
12211 nnmaildir--emlink-p and nnmaildir--eexist-p.
12212
12213 2004-01-25 Alex Schroeder <alex@gnu.org>
12214
12215 * spam-stat.el (spam-stat-process-directory-age): New option.
12216 (spam-stat-process-directory): Use it.
12217
12218 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
12219
12220 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12221 (spam-stat-save): Accept prefix argument.
12222
12223 2004-01-23 Paul Jarc <prj@po.cwru.edu>
12224
12225 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12226 links" error.
12227
12228 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12229
12230 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12231 compatibility with old .newsrc.eld files.
12232
12233 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12234
12235 * gnus-start.el (gnus-1): do.
12236
12237 * gnus-group.el (gnus-group-line-format-alist): do.
12238
12239 * gnus.el (gnus-use-grouplens, gnus-visual): do.
12240
12241 * gnus-gl.el: Remove.
12242
12243 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
12244
12245 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12246 marks consisting of a single range {for example, (3 . 5)} rather
12247 than a list of a single range { ((3 . 5)) }.
12248
12249 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12250
12251 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12252 with-current-buffer.
12253 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12254 avoid consing a string.
12255
12256 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12257 Remove obsolete entries for big5 and gb2312.
12258
12259 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
12260
12261 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12262 uncompressed list.
12263
12264 2004-01-22 Jesper Harder <harder@ifa.au.dk>
12265
12266 * spam-stat.el (spam-stat-strip-xref): New function.
12267 (spam-stat-process-directory): Use it.
12268
12269 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12270 here -- it's done in message-fetch-field.
12271
12272 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
12273
12274 * gnus-agent.el (gnus-agent-queue-mail)
12275 (gnus-agent-prompt-send-queue): New variables.
12276 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12277 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12278 "nndraft:queue" along to gnus-draft-send. Use
12279 gnus-agent-prompt-send-queue.
12280 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12281 is "nndraft:queue". Suggested by Gaute Strokkenes
12282 <gs234@srcf.ucam.org>
12283
12284 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12285 (agent-enable-undownloaded-faces): Added
12286 (gnus-agent-cat-groups): Use eval-and-compile, not
12287 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12288 method of gnus-agent-cat-groups even when the buffer has been
12289 evaled.
12290 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12291 delete gnus-agent-save-active-1.
12292 (gnus-agent-save-groups): Deleted. Identical to
12293 gnus-agent-save-active.
12294 (gnus-agent-write-active): No longer adjust agent's copy of active
12295 file as agent's adjustments are now stored in their own
12296 file. Removed optional parameter.
12297 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12298 servers. Add use of min/max range limits from server's local
12299 file.
12300 (gnus-agent-save-alist): Removed unused optional argument.
12301 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12302 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12303 (gnus-agent-set-local): A per-server file that keeps min/max range
12304 limits for articles known to the agent. Provides a fast mechanism
12305 for altering many active ranges.
12306 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12307 active file (local makes it unnecessary).
12308 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12309
12310 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12311 (agent-enable-undownloaded-faces): Added
12312
12313 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12314 disable it when sending to "nndraft:queue".
12315 (gnus-group-send-queue): Add safety check to avoid sending queue
12316 when unplugged.
12317
12318 * gnus-group.el (gnus-group-catchup): Use new
12319 gnus-sequence-of-unread-articles, not
12320 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12321 numbers of articles. Use gnus-range-map to avoid having to
12322 uncompress the unread list.
12323 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12324 Fixed invalid ange-ftp reference.
12325
12326 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12327 (gnus-sorted-range-intersection): Intersection of two ranges
12328 without requiring that they first be uncompressed.
12329
12330 * gnus-start.el (gnus-activate-group): Unless blocked by the
12331 caller, possibly expand the active range to include both cached
12332 and agentized articles.
12333 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12334 multiple version-dependent converters.
12335 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12336 gnus-agent-save-active.
12337 (gnus-save-newsrc-file): Save dirty agent range limits.
12338
12339 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12340 gnus-agent-possibly-alter-active.
12341 (gnus-adjust-marked-articles): Faster handling of simple lists
12342
12343 2004-01-21 Jesper Harder <harder@ifa.au.dk>
12344
12345 * spam-stat.el (spam-stat-test-directory): New optional argument
12346 displays a list of files detected. Suggested by Andrew Cohen
12347 <cohen@andy.bu.edu>.
12348 (spam-stat-buffer-words-with-scores): Don't narrow and change
12349 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12350
12351 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
12352
12353 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12354 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12355 (spam-spamassassin-arguments)
12356 (spam-spamassassin-spam-flag-header)
12357 (spam-spamassassin-positive-spam-flag-header)
12358 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12359 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12360 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12361 (spam-list-of-processors, spam-list-of-checks)
12362 (spam-list-of-statistical-checks, spam-registration-functions)
12363 (spam-check-spamassassin-headers, spam-check-spamassassin)
12364 (spam-spamassassin-score)
12365 (spam-spamassassin-register-with-sa-learn)
12366 (spam-spamassassin-register-spam-routine)
12367 (spam-spamassassin-register-ham-routine)
12368 (spam-assassin-register-spam-routine)
12369 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12370 (spam-bogofilter-score): Fix to show article before scoring.
12371
12372 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12373
12374 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12375 default scoring function.
12376 (spam-generic-score): Call spam-spamassassin-score if
12377 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12378 spam-bogofilter-score otherwise.
12379
12380 * gnus.el (spam-process, spam-autodetect-methods): Add
12381 spamassassin and spamassassin-headers.
12382
12383 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12384
12385 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12386 Suppress unnecessary messages.
12387
12388 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12389
12390 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12391 make-hash-table.
12392
12393 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12394
12395 * canlock.el (base64-encode-string): Don't autoload it.
12396
12397 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12398
12399 * run-at-time.el: Remove useless (require 'itimer),
12400 eval-and-compile and (featurep 'xemacs).
12401
12402 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12403
12404 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12405 GROUP is a virtual group.
12406
12407 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12408
12409 * gnus.el: Autoload `message-y-or-n-p'.
12410
12411 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12412
12413 * pgg-parse.el: Remove unnecessary (require 'custom).
12414
12415 * pgg-def.el: do.
12416
12417 * nnmail.el: do.
12418
12419 * gnus-undo.el: do.
12420
12421 * gnus-picon.el: do.
12422
12423 * gnus-util.el: do.
12424
12425 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12426
12427 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12428
12429 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12430
12431 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12432 handle, as well as a list.
12433
12434 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12435 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12436 (mm-w3m-cid-retrieve): Simplify.
12437
12438 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12439
12440 * message.el (message-kill-to-signature): Allow prefix arg to
12441 specify number of lines to keep before signature.
12442
12443 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12444
12445 (message-kill-to-signature): Change docstring.
12446
12447 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12448
12449 * canlock.el: Always require sha1-el.
12450 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12451
12452 * message.el: Autoload sha1 only when compiling.
12453
12454 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12455
12456 * message.el (message-canlock-generate): Require sha1-el.
12457
12458 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12459
12460 * message.el (message-expand-name): Silence the byte compiler.
12461
12462 2004-01-13 Simon Josefsson <jas@extundo.com>
12463
12464 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12465 Invoke gnus-score-mode. Reported by
12466 bojohan+news@dd.chalmers.se (Johan Bockgård).
12467
12468 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12469 Jim Blandy <jimb@redhat.com> (tiny change).
12470
12471 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12472
12473 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12474
12475 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12476
12477 * spam.el (spam-get-article-as-string): Update to use
12478 gnus-request-article-this-buffer, much simpler.
12479 (spam-get-article-as-buffer): Remove.
12480
12481 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12482
12483 * message.el (message-expand-name): Use EUDC if the user uses that.
12484
12485 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12486
12487 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12488 character for the encoding to avoid consing a string.
12489
12490 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12491 unnecessarily.
12492
12493 * mm-util.el (mm-replace-chars-in-string): Remove.
12494
12495 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12496 of mm-replace-chars-in-string.
12497
12498 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12499
12500 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12501
12502 * mm-util.el (mm-subst-char-in-string): Support inplace.
12503
12504 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12505 a new string in every iteration. Use shy groups.
12506
12507 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12508
12509 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12510 * gnus-soup.el (gnus-soup-group-brew):
12511 * gnus-msg.el (gnus-put-message):
12512 * gnus-move.el (gnus-group-move-group-to-server):
12513 * gnus-kill.el (gnus-batch-score):
12514 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12515 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12516 (gnus-group-update-group, gnus-group-read-group)
12517 (gnus-group-make-group, gnus-group-make-help-group)
12518 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12519 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12520 (gnus-group-sort-by-unread, gnus-group-catchup)
12521 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12522 (gnus-group-yank-group, gnus-group-set-info)
12523 (gnus-group-list-groups):
12524 * gnus.el (gnus-generate-new-group-name):
12525 * gnus-delay.el (gnus-delay-send-queue):
12526 * nnvirtual.el (nnvirtual-catchup-group):
12527 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12528 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12529 (gnus-group-prepare-topics, gnus-topic-check-topology):
12530 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12531 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12532 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12533 (gnus-group-make-articles-read):
12534 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12535 (gnus-group-change-level, gnus-kill-newsgroup)
12536 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12537 (gnus-get-unread-articles, gnus-make-articles-unread)
12538 (gnus-make-ascending-articles-unread): Use accessor
12539 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12540 to get group information for improved readability.
12541
12542
12543 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12544
12545 * gnus-art.el (article-decode-mime-words, article-babel)
12546 (gnus-article-highlight-signature, gnus-article-add-buttons)
12547 (gnus-signature-toggle): Use gnus-with-article-buffer.
12548
12549 * gnus-art.el (gnus-article-highlight-headers)
12550 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12551
12552 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12553 (gnus-article-set-globals, gnus-request-article-this-buffer)
12554 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12555 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12556 (gnus-mime-display-alternative): Use with-current-buffer.
12557
12558 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12559
12560 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12561 also under 80 char limit, and call gnus-error if needed.
12562 (spam-fetch-article-header): Fix - it was a
12563 buffer-local variable (gnus-newsgroup-data).
12564 (spam-find-spam): Use spam-generate-fake-headers, forget about
12565 spam-insert-fake-headers.
12566 (spam-insert-fake-headers): Remove.
12567
12568 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12569
12570 * deuglify.el (gnus-article-outlook-unwrap-lines)
12571 (gnus-outlook-rearrange-article)
12572 (gnus-outlook-repair-attribution-outlook)
12573 (gnus-outlook-repair-attribution-block)
12574 (gnus-outlook-repair-attribution-other): Remove redundant
12575 save-excursion.
12576
12577 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12578
12579 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12580 (spam-fetch-field-subject-fast)
12581 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12582 (spam-fetch-article-header): Add functions to deal with Gnus
12583 internals for fast retrieval of article header data.
12584 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12585
12586 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12587
12588 * pop3.el (pop3-md5): Remove.
12589 (pop3-apop): Replace pop3-md5 with md5.
12590
12591 * mm-bodies.el: base64 is always built-in.
12592
12593 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12594 with-current-buffer.
12595
12596 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12597
12598 * canlock.el (canlock-insert-header): Remove excessive grouping in
12599 regexp.
12600
12601 * gnus-sum.el (gnus-summary-read-document): Ditto.
12602
12603 * gnus-uu.el (gnus-uu-part-number): Ditto.
12604
12605 * html2text.el (html2text-remove-tags): Ditto.
12606 (html2text-format-tags): Ditto.
12607 (html2text-format-single-elements): Ditto.
12608
12609 * mml.el (mml-parse-1): Ditto.
12610
12611 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12612
12613 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12614
12615 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12616
12617 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12618
12619 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12620
12621 2003-11-15 Simon Josefsson <jas@extundo.com>
12622
12623 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12624 (pgg-gpg-lookup-key): Use regexp match instead of
12625 split-string (split-string is different between emacs 21.2 and
12626 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12627
12628 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12629
12630 * gnus-art.el (gnus-mime-view-all-parts)
12631 (gnus-article-part-wrapper, gnus-article-view-part): Use
12632 with-current-buffer.
12633
12634 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12635
12636 * spam.el (spam-disable-spam-split-during-ham-respool)
12637 (spam-spamoracle-database, spam-cache-lookups)
12638 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12639 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12640 (spam-group-ham-marks, spam-group-spam-marks)
12641 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12642 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12643 also add spam-use-blackholes to the statistical checks.
12644 (spam-fetch-field-fast): Add interface to fetching fields, may
12645 become a macro.
12646 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12647 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12648 (spam-insert-fake-headers): Fake an article when needed.
12649 (spam-find-spam): Fake article when possible.
12650 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12651 (spam-check-bogofilter-headers): Use message-fetch-field instead
12652 of nnmail-fetch-field.
12653
12654 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12655
12656 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12657
12658 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12659
12660 * spam.el (spam-split): Do not require spam-use-CHECK to be
12661 enabled if that check is passed to spam-split explicitly; also
12662 fix so 'spam doesn't get converted to spam-split-group when
12663 spam-split-symbolic-return is t.
12664 (spam-find-spam): Find registrations of the article and use those
12665 instead of re-running spam-split to find the spam/ham
12666 classification of the article.
12667 (spam-log-processing-to-registry, spam-log-registered-p)
12668 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12669 Use gnus-error instead of gnus-message.
12670 (spam-log-registration-type): Add function to determine the
12671 classification of a message based on registry entries; will
12672 return nil if both 'spam and 'ham are found.
12673 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12674 a reasonably fast local cache without the loading errors.
12675 (spam-cache-lookups): Set to t by default.
12676 (spam-find-spam): Don't try to guess spam-cache-lookups.
12677 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12678 spam-caches entry.
12679 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12680 caching of whitelist/blacklist entries.
12681 (spam-check-whitelist, spam-check-blacklist): Invoke
12682 spam-from-listed-p with a type, not a cache variable.
12683 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12684
12685 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12686
12687 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12688
12689 * nnmail.el (nnmail-split-fancy): do.
12690
12691 * mml.el (mml-parse): do.
12692
12693 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12694 (gnus-score-adaptive): do.
12695
12696 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12697
12698 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12699 (gnus-mime-button-map): Don't set keymap parent.
12700 (gnus-button-ctan-directory-regexp): Use shy grouping.
12701 (gnus-prev-page-map): Don't set keymap parent.
12702 (gnus-prev-page-map): Remove duplicated one.
12703 (gnus-next-page-map): Don't set keymap parent.
12704 (gnus-mime-security-button-map): Ditto.
12705
12706 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12707 version number.
12708
12709 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12710
12711 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12712
12713 * canlock.el (canlock-sha1-function): Remove.
12714 (canlock-sha1-function-for-verify): Remove.
12715 (canlock-openssl-program): Remove.
12716 (canlock-openssl-args): Remove.
12717 (canlock-ignore-errors): Remove.
12718 (canlock-sha1-with-openssl): Remove.
12719 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12720 (canlock-verify): Don't use canlock-ignore-errors.
12721
12722 * sha1-el.el (sha1-string-external): Make it can return a string
12723 in binary form.
12724 (sha1-region-external): Ditto.
12725 (sha1-string-internal): Ditto.
12726 (sha1-region-internal): Ditto.
12727 (sha1-region): Ditto.
12728 (sha1-string): Ditto.
12729 (sha1): Ditto.
12730
12731 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12732
12733 * spam.el (spam-report-articles-gmane): New command.
12734
12735 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12736
12737 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12738
12739 * run-at-time.el (run-at-time-saved): Remove.
12740 (run-at-time): Doc fix.
12741
12742 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12743
12744 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12745 (gnus-summary-limit-map): Add it.
12746 (gnus-summary-make-menu-bar): do.
12747
12748 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12749
12750 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12751 Make attempt at some caching support (done for BBDB only now).
12752 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12753 addresses to be checked.
12754 (spam-clear-cache-BBDB): Add function, to be invoked by
12755 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12756 (spam-check-BBDB): Check and use the caches, if
12757 spam-cache-lookups is on, remove superfluous (provide).
12758
12759 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12760
12761 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12762
12763 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12764
12765 * run-at-time.el (run-at-time-saved): Move to after the definition
12766 of `run-at-time'.
12767
12768 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12769
12770 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12771 mm-w3m-local-map-property.
12772
12773 * mm-view.el (mm-w3m-mode-map): Remove.
12774 (mm-w3m-local-map-property): Remove.
12775 (mm-inline-text-html-render-with-w3m): Don't use
12776 mm-w3m-local-map-property.
12777
12778 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12779
12780 * run-at-time.el: New file.
12781
12782 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12783 of gnus-set-text-properties.
12784
12785 * gnus-uu.el (gnus-uu-save-article): Ditto.
12786
12787 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12788
12789 * gnus-cite.el (gnus-cite-parse): Ditto.
12790
12791 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12792 of gnus-.
12793
12794 * gnus.el: Changed calls to nnheader-run-at-time and
12795 password-run-at-time throughout to use run-at-time directly.
12796
12797 * password.el: Removed definition of run-at-time.
12798
12799 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12800
12801 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12802 in prompt.
12803
12804 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12805
12806 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12807 XEmacs version.
12808
12809 * dns.el (dns-make-network-process): Use `open-network-stream'
12810 instead of `gnus-xmas-open-network-stream'.
12811
12812 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12813
12814 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12815
12816 * gnus-art.el (gnus-mime-display-alternative)
12817 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12818 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12819 Don't use gnus-local-map-property.
12820
12821 * gnus-util.el (gnus-local-map-property): Remove.
12822
12823 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12824 gnus-completing-read-maybe-default with completing-read.
12825
12826 * gnus-util.el (gnus-completing-read): do.
12827 (gnus-completing-read-maybe-default): Remove.
12828
12829 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12830
12831 * password.el: Only autoload `run-at-time' if not XEmacs.
12832 Only autoload the itimer functions if XEmacs.
12833
12834 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12835
12836 * gnus-art.el (gnus-read-string): Remove.
12837 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12838 read-string.
12839
12840 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12841
12842 * netrc.el: Autoload password-read.
12843 (netrc): Add configuration group.
12844 (netrc-encoding-method, netrc-openssl-path): Add
12845 variables for encoding and decoding of files with symmetric
12846 ciphers.
12847 (netrc-encode): Add assistant function to encode a file with
12848 netrc-encoding-method.
12849 (netrc-parse): Add interactive parameter, added optional
12850 decoding if netrc-encoding-method is non-nil but otherwise
12851 behavior is standard.
12852 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12853 Do s/encode/encrypt/ everywhere.
12854
12855 * spam.el: Remove executable-find autoload.
12856
12857 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12858
12859 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12860
12861 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12862
12863 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12864
12865 * gnus-art.el (gnus-treat-ansi-sequences,
12866 (article-treat-ansi-sequences): New variable and function.
12867 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12868
12869 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12870 Use it.
12871
12872 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12873
12874 * mm-util.el (mm-quote-arg): Remove.
12875
12876 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12877 shell-quote-argument.
12878
12879 * gnus-uu.el (gnus-uu-command): do.
12880
12881 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12882
12883 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12884 with make-char.
12885
12886 * mm-util.el (mm-make-char): Remove.
12887
12888 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12889 add-minor-mode.
12890
12891 * gnus-undo.el (gnus-undo-mode): do.
12892
12893 * gnus-topic.el (gnus-topic-mode): do.
12894
12895 * gnus-sum.el (gnus-dead-summary-mode): do.
12896
12897 * gnus-start.el (gnus-slave-mode): do.
12898
12899 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12900
12901 * gnus-ml.el (gnus-mailing-list-mode): do.
12902
12903 * gnus-gl.el (gnus-grouplens-mode): do.
12904
12905 * gnus-draft.el (gnus-draft-mode): do.
12906
12907 * gnus-dired.el (gnus-dired-mode): do.
12908
12909 * gnus-ems.el (gnus-add-minor-mode): Remove.
12910
12911 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12912 Replace gnus-char-width with char-width.
12913
12914 * gnus-ems.el (gnus-char-width): Remove.
12915
12916 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12917 Replace gnus-char-width with char-width.
12918
12919 * gnus-ems.el (gnus-char-width): Remove.
12920
12921 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12922 definition.
12923 Remove Emacs 20 hash table compatibility code.
12924
12925 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12926 20 compatibility code.
12927
12928 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12929
12930 * smime.el (smime-point-at-eol): Replace with point-at-eol.
12931
12932 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12933 with point-at-{eol,bol}.
12934
12935 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12936
12937 * imap.el (imap-point-at-eol): Replace with point-at-eol.
12938
12939 * flow-fill.el (fill-flowed-point-at-bol)
12940 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12941
12942 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12943 Replace with point-at-{eol,bol} throughout all files.
12944
12945 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12946
12947 * ntlm.el (ntlm-string-as-unibyte): New macro.
12948 (ntlm-build-auth-response): Use it.
12949
12950 Remove Emacs 20 stuff:
12951 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12952 of delq and copy-sequence.
12953 * gnus-art.el (popup-menu): Remove the compiler macro.
12954 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12955 Emacs 20.
12956
12957 2004-01-05 Simon Josefsson <jas@extundo.com>
12958
12959 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12960 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12961 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12962 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12963 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12964 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12965 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12966 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12967 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12968 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12969 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12970 string-xor into ntlm-string-xor. Suggested by
12971 Jesper Harder <harder@myrealbox.com>.
12972
12973 * ntlm.el: Don't include poem.
12974
12975 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12976 Jesper Harder <harder@myrealbox.com>.
12977
12978 * sasl-ntlm.el, ntlm.el, md4.el: New files.
12979
12980 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12981 probably breaks emacs with DL patch, but do we care? Is anyone
12982 still using the DL stuff?)
12983
12984 * sieve-manage.el: Use the password package.
12985 (sieve-manage-read-passwd): Remove.
12986 (sieve-manage-interactive-login): Use password. Re-add
12987 condition-case around loop.
12988
12989 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12990 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12991 the password package.
12992
12993 2003-02-19 Simon Josefsson <jas@extundo.com>
12994
12995 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12996 token.
12997
12998 2002-08-07 Simon Josefsson <jas@extundo.com>
12999
13000 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13001 (sieve-manage-authenticators):
13002 (sieve-manage-authenticator-alist): Add some SASL mechs.
13003 (sieve-sasl-auth): New function.
13004 (sieve-manage-cram-md5-auth):
13005 (sieve-manage-plain-auth): Rewrite using SASL library.
13006 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13007 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13008 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13009 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13010
13011 2004-01-05 Simon Josefsson <jas@extundo.com>
13012
13013 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13014 New files.
13015
13016 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13017
13018 * gnus-group.el (gnus-no-groups-message): Update.
13019
13020 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13021
13022 2003-11-09 Simon Josefsson <jas@extundo.com>
13023
13024 * imap.el: Support for ID IMAP extension (RFC 2971).
13025 (imap-local-variables): Add imap-id.
13026 (imap-id): New variable.
13027 (imap-id): New function.
13028 (imap-parse-response): Parse untagged ID response.
13029 * nnimap.el (nnimap-id): New variable.
13030 (nnimap-open-connection): Use it.
13031
13032 2003-12-28 Simon Josefsson <jas@extundo.com>
13033
13034 * gnus-score.el (gnus-score-edit-all-score): New.
13035 * gnus-group.el (gnus-group-score-map): Bind it to W e.
13036
13037 2004-01-04 Simon Josefsson <jas@extundo.com>
13038
13039 * password.el: Add.
13040
13041 2004-01-04 Mario Lang <lang@zid.tugraz.at>
13042
13043 * dns.el: Add support for AAAA records (see RFC 3596)
13044
13045 * Fix typo PRT -> PTR
13046
13047 * Parse MX, PTR and SOA replies (see RFC 1035)
13048
13049 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13050
13051 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13052
13053 * Moved to Changelog.2.
13054
13055 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13056
13057 * gnus.el (gnus-version-number): Bump version.
13058
13059 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13060
13061 * gnus.el: No Gnus v0.1 is released.
13062
13063 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13064
13065 * gnus.el: No Gnus v0.0 is released.
13066
13067 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13068
13069 * gnus.el (gnus-version-number): Bump.
13070 (gnus-version): No.
13071
13072 See ChangeLog.2 for earlier changes.
13073
13074 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13075
13076 This file is part of GNU Emacs.
13077
13078 GNU Emacs is free software: you can redistribute it and/or modify
13079 it under the terms of the GNU General Public License as published by
13080 the Free Software Foundation, either version 3 of the License, or
13081 (at your option) any later version.
13082
13083 GNU Emacs is distributed in the hope that it will be useful,
13084 but WITHOUT ANY WARRANTY; without even the implied warranty of
13085 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13086 GNU General Public License for more details.
13087
13088 You should have received a copy of the GNU General Public License
13089 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13090
13091 ;; Local Variables:
13092 ;; coding: utf-8
13093 ;; fill-column: 79
13094 ;; add-log-time-zone-rule: t
13095 ;; End:
13096
13097 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4