Fix typos.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2008-12-16 Glenn Morris <rgm@gnu.org>
2
3 * mm-util.el (mm-charset-override-alist): Declare for compiler.
4
5 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
6
7 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
8 knows since the charset specified might be a bogus alias that
9 mm-charset-synonym-alist provides.
10
11 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
12
13 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
14 "ISO_8859-1".
15
16 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
17
18 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
19
20 * mm-util.el (mm-charset-eval-alist):
21 Define it before mm-charset-to-coding-system.
22 (mm-charset-to-coding-system): Add optional argument `silent';
23 define it before mm-charset-override-alist.
24 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
25 default value if it can be used in Emacs currently running;
26 silence mm-charset-to-coding-system.
27
28 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
29
30 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
31 `allow-override' which says whether to use `mm-charset-override-alist'.
32 (rfc2047-decode-encoded-words): Use it.
33
34 * mm-util.el (mm-charset-override-alist): Fix custom type;
35 add `(gb2312 . gbk)' to choices.
36
37 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
38
39 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
40 fast.
41
42 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
43
44 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
45
46 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
47 on links.
48
49 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
50
51 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
52
53 * message.el (message-idna-to-ascii-rhs-1): Protect against local
54 users' addresses that don't have domain parts.
55 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
56 rather than message-narrow-to-head since there will be the message
57 header separator.
58
59 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
62 since the result is inserted in a unibyte buffer anyway.
63 (nnimap-demule-use-string-to-multibyte): Remove.
64 (nnimap-demule): Alias it to mm-string-to-multibyte.
65
66 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
67
68 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
69 variable for debugging bug#464 and bug#1174.
70 (nnimap-demule): Use it.
71
72 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
73
74 * gnus-score.el (gnus-score-find-trace): Handle default score in total
75 score calculation correctly.
76
77 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
78
79 * message.el (message-send-mail): Just set the buffer to unibyte
80 rather than use mm-with-unibyte-current-buffer which does a lot more.
81 (message-send-mail-partially): Don't bother with
82 mm-with-unibyte-current-buffer since it's already been made unibyte by
83 message-send-mail.
84
85 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
86
87 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
88
89 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
90
91 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
92
93 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
94
95 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
96 require itself and to remove `with-no-warnings'.
97
98 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
99
100 * starttls.el (starttls-any-program-available): Get the name of the
101 available TLS layer program.
102 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
103 well as the host name in the "opening" message.
104
105 * auth-source.el (auth-source-cache, auth-source-do-cache)
106 (auth-source-user-or-password): Cache passwords and logins by default,
107 allow override with `auth-source-do-cache'.
108 (auth-source-forget-user-or-password): Allow users to remove cache
109 entries if needed.
110
111 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
112
113 * ietf-drums.el (ietf-drums-remove-comments): Localize second
114 condition-case to only the forward-sexp call.
115
116 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
117
118 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
119 quotes contained. Make it more robust regardless by an extra
120 condition-case wrapper.
121
122 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
123
124 * nnml.el (nnml-request-expire-articles): Check if the function set to
125 `nnmail-expiry-target' returns the symbol `delete'.
126
127 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
128
129 * nnmail.el (nnmail-expiry-target): Fix custom type.
130
131 2008-10-02 Glenn Morris <rgm@gnu.org>
132
133 * mm-util.el (mm-codepage-setup): Tweak codepage error.
134 Silence compiler warning.
135
136 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
137
138 * mml.el (mml-menu): Don't assume mml2015 is bound.
139
140 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
141
142 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
143 exists.
144
145 2008-09-27 Glenn Morris <rgm@gnu.org>
146
147 * gnus-util.el (mail-header-remove-comments): Autoload it.
148
149 2008-09-27 Andreas Schwab <schwab@suse.de>
150
151 * gnus-util.el (gnus-split-references): Strip comments.
152 (gnus-parent-id): Likewise.
153
154 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
155
156 * message.el (message-confirm-send): Fix version.
157
158 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
159
160 * message.el (message-idna-to-ascii-rhs-1): Use
161 mail-extract-address-components rather than mail-header-parse-addresses
162 that is an alias by default to ietf-drums-parse-addresses that does not
163 support non-ASCII names in headers' contents.
164
165 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
166
167 * message.el (message-confirm-send): Fixed variable documentation to
168 avoid the "y/n" wording.
169
170 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
171
172 * message.el (message-set-auto-save-file-name): Save to a different
173 filename so multiple messages (especially drafts) can be recovered.
174
175 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
176
177 * message.el (message-confirm-send): Add appropriate version.
178
179 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
180
181 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
182 defvar.
183
184 2008-09-22 Daiki Ueno <ueno@unixuser.org>
185
186 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
187 (mm-pkcs7-enveloped-magic): Ditto.
188
189 2008-09-17 Simon Josefsson <simon@josefsson.org>
190
191 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
192 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
193
194 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
195
196 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
197 default, it's better.
198
199 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
200
201 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
202 summary line gnus-number property and ignore them (with a warning
203 message).
204
205 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
206
207 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
208 macro caddr in the interactive form since it won't be expanded.
209
210 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
211
212 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
213 `charset'; fix name of function called recursively.
214 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
215
216 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
217
218 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
219 (gnus-mime-set-charset-parameters): New function.
220 (gnus-mime-view-part-as-charset): Use it to correctly display part
221 specifying wrong charset.
222
223 2008-09-08 David Engster <dengste@eml.cc>
224
225 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
226 in completing-read for back end server.
227
228 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
229
230 * message.el (message-confirm-send): New variable to confirm sending a
231 message.
232 (message-send): Use it.
233
234 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
235
236 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
237
238 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
239
240 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
241
242 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
243
244 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
245 prevent tracking too many groups.
246 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
247 Use it.
248
249 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
250
251 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
252 moving point to the bottom of the window in order to avoid recentering.
253
254 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
255
256 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
257 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
258 (gnus-article-beginning-of-window): Fix calculation.
259
260 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
261
262 * gnus-msg.el (gnus-summary-supersede-article)
263 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
264 value of gnus-newsgroup-charset to decode non-MIME encoded text in
265 message header.
266
267 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
268
269 * message.el:
270 * gnus-start.el:
271 * gnus-registry.el: Remove VMS support.
272
273 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
274
275 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
276 macro.
277 (rfc2104-hash): Use it.
278
279 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
280
281 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
282 (gnus-summary-sort-by-most-recent-date): New commands.
283 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
284 and menu entries.
285
286 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
287
288 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
289 don't redisplay article for raw contents; remove plural articles stuff.
290
291 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
292 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
293 on gnus-summary-save-article; display results properly.
294
295 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
296
297 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
298
299 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
300
301 * gnus-art.el (gnus-summary-save-in-pipe): Consider
302 gnus-save-all-headers.
303
304 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
305
306 * gnus-util.el (ns-focus-frame): Remove declaration.
307 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
308 like x.
309
310 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
311
312 * rfc2104.el (rfc2104-zero): Delete defconst.
313 (rfc2104-hex-alist): Likewise.
314 (rfc2104-hex-to-int): Delete func.
315 (rfc2104-hexstring-to-bitstring): Likewise.
316 (rfc2104-nybbles): New defconst.
317 (rfc2104-hash): Rewrite for speed.
318
319 2008-07-16 Glenn Morris <rgm@gnu.org>
320
321 * gnus-util.el (ns-focus-frame): Declare for compiler.
322
323 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
324
325 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
326 set as a group parameter.
327 (gnus-summary-save-in-pipe): Work when it is called independently.
328 (gnus-summary-pipe-to-muttprint): Don't modify
329 gnus-summary-pipe-output-default-command.
330
331 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
332
333 * message.el (message-send-mail-with-sendmail):
334 Display the error message.
335
336 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
337
338 * gnus-art.el (gnus-default-article-saver):
339 Add gnus-summary-save-in-pipe to choices.
340 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
341 gnus-summary-pipe-output-default-command as the default command.
342 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
343 instead of gnus-last-shell-command.
344
345 * gnus-sum.el (gnus-summary-pipe-output-default-command):
346 New user option.
347 (gnus-summary-muttprint-program): Mention the value will be changed.
348 (gnus-summary-save-article): Force showing of all headers.
349 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
350
351 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
352
353 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
354
355 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
356
357 * nnimap.el (nnimap-id):
358 * sieve-manage.el (sieve-manage-open): Doc fixes.
359
360 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
361
362 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
363 if available.
364
365 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
368
369 * nnkiboze.el (nnkiboze-generate-group):
370 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
371
372 * nnmairix.el: Require CL.
373
374 2008-06-15 David Engster <dengste@eml.cc>
375
376 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
377
378 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
379
380 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
381 New macros that expand to an `aset'/`aref' call under Emacs, and to a
382 runtime choice under XEmacs.
383
384 * gnus-sum.el (gnus-summary-set-display-table):
385 Use `gnus-put-display-table', `gnus-get-display-table',
386 `gnus-set-display-table' for the display table, instead of `aset'.
387
388 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
389
390 * nnmairix.el: Add autoloads.
391
392 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
393
394 * nnmairix.el (nnmairix-delete-recreate-group)
395 (nnmairix-update-and-clear-marks): Fix error messages.
396
397 2008-06-14 David Engster <dengste@eml.cc>
398
399 * nnmairix.el: Upgrade to version 0.6.
400 (nnmairix-group-toggle-propmarks-this-group)
401 (nnmairix-group-toggle-readmarks-this-group)
402 (nnmairix-group-delete-recreate-this-group)
403 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
404 (nnmairix-remove-tick-mark-original-article): New commands.
405 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
406 (nnmairix-propagate-marks-to-nnmairix-groups)
407 (nnmairix-only-use-registry, nnmairix-allowfast-default)
408 (nnmairix-marks-cache, nnmairix-version-output): New variables.
409 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
410 functions needed for marks propagation and manipulation of read marks.
411 (nnmairix-update-groups): New function.
412 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
413 (nnmairix-determine-original-group-from-registry)
414 (nnmairix-determine-original-group-from-path)
415 (nnmairix-get-group-from-file-path, nnmairix-map-range)
416 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
417 New helper functions.
418 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
419 keystrokes for new commands.
420 (nnmairix-delete-and-create-on-change): Doc string cleanup.
421 (nnmairix-request-group): Check allow-fast group parameter.
422 (nnmairix-request-create-group): Set allow-fast group parameter if
423 nnmairix-allowfast-default is set.
424 (nnmairix-close-group): Propagate marks upon closing if needed.
425 (nnmairix-group-toggle-threads-this-group): Use new.
426 nnmairix-group-toggle-parameter helper function.
427 (nnmairix-search): Better check for empty search result.
428 (nnmairix-goto-original-article): Use new helper functions for
429 determining original article.
430 (nnmairix-show-original-article): Make sure message-id is in brackets.
431 (nnmairix-call-mairix-binary): Change variable name.
432 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
433 helper function.
434 (nnmairix-widget-toggle-activate): Fix doc string.
435
436 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
437
438 * nnir.el: Require edmacro when compiling with XEmacs.
439 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
440 available in Emacs 21.
441
442 2008-06-11 Glenn Morris <rgm@gnu.org>
443
444 * gnus-util.el (x-focus-frame):
445 * gnus.el (image-size):
446 * mm-decode.el (image-size): Declare.
447
448 * gnus-picon.el (declare-function): Add compat definition.
449 (image-size): Declare.
450
451 * gnus-group.el (tool-bar-map):
452 * gnus-sum.el (tool-bar-map): Define for compiler.
453
454 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
455
456 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
457
458 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
459 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
460 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
461 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
462 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
463 * sieve-manage.el, spam-report.el, spam.el:
464 Remove unnecessary eval-and-compile of autoloads.
465
466 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
467
468 * auth-source.el: Precise Tramp doc.
469
470 2008-06-07 Glenn Morris <rgm@gnu.org>
471
472 * nnmairix.el: Remove unnecessary eval-when-compile.
473
474 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
475
476 * nnir.el: New file.
477
478 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
479
480 * gnus-util.el (gnus-read-shell-command): New function.
481 * mm-decode.el (mm-pipe-part):
482 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
483
484 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
485
486 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
487
488 2008-06-03 Glenn Morris <rgm@gnu.org>
489
490 * pop3.el (nnheader-accept-process-output): Autoload it.
491
492 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
493
494 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
495 are not 2-digit hexadecimal characters that follow `%'s.
496
497 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
498
499 * message.el (message-bogus-recipient-p): Fix type in doc string.
500 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
501 (message-bogus-addresses): Rename from message-bogus-address-regexp.
502 Improve custom options.
503 (message-bogus-recipient-p): Adjust accordingly.
504
505 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
506
507 * nnmairix.el: Require edmacro when compiling with XEmacs.
508
509 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
510
511 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
512 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
513
514 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
515
516 * auth-source.el: Add more docs.
517
518 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
519
520 * nnheader.el (nnheader-read-timeout): Change the default timeout from
521 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
522 retrieval faster in some cases, but might make CPU usage larger. If
523 this has any bad side effects, we might revert this change.
524
525 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
526 seems to make mail retrieval much, much faster.
527 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
528 unconditionally.
529
530 * gnus-draft.el (gnus-group-send-queue): Bind
531 message-send-mail-partially-limit to nil to avoid being prompted.
532
533 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
534
535 * mml.el (mml-attach-buffer): Prompt for `disposition'.
536
537 * message.el (message-bogus-address-regexp): Fix and improve custom
538 type.
539 (message-setup-hook): Add message-check-recipients as custom option.
540
541 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
542
543 * message.el (message-cite-function): Remove bogus autoload which crept
544 in during merge from v5-10.
545
546 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
547
548 * nnimap.el (nnimap-open-connection): Fix login/password bug.
549
550 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
551
552 * auth-source.el: Preliminary Tramp docs.
553 (auth-sources): Change the default auth-sources to use
554 EPA .gpg files.
555
556 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
557
558 * nntp.el: Autoload `auth-source-user-or-password'.
559 (nntp-send-authinfo): Use it.
560
561 * nnimap.el: Autoload `auth-source-user-or-password'.
562 (nnimap-open-connection): Use it.
563
564 * auth-source.el: Added docs on using with url-auth. Import gnus-util
565 for the gnus-message function.
566 (auth-source-user-or-password): Use it.
567
568 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
569
570 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
571 rfc2104-hexstring-to-byte-list. Return a unibyte string.
572 (rfc2104-hash): Use it.
573
574 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
575
576 * gnus-art.el (gnus-article-toggle-truncate-lines):
577 Don't use `iff' in docstring.
578
579 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
580
581 * gnus-registry.el: Adjusted copyright dates and added a keyword.
582
583 * gnus-util.el (gnus-extract-address-component-name)
584 (gnus-extract-address-component-email): Convenience functions around
585 `gnus-extract-address-components'.
586
587 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
588 Use `gnus-extract-address-component-email' to fix bug of comparing full
589 sender name to `user-mail-address'.
590
591 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
592
593 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
594 catch/throw to optimize.
595 (gnus-registry-find-keywords): Just use member to find a keyword.
596
597 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
598
599 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
600 is current before calling gnus-server-prepare.
601 (gnus-server-setup-buffer, gnus-server-update-server)
602 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
603
604 2008-05-04 Juri Linkov <juri@jurta.org>
605
606 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
607 (mailcap-file-default-commands): Use mailcap-replace-in-string
608 instead of replace-regexp-in-string, and mailcap-delete-duplicates
609 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
610
611 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
612
613 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
614
615 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
616
617 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
618 hooks.
619 (gnus-update-read-articles): Speed up non-marks-using users.
620 (gnus-use-marks): Define gnus-use-marks.
621 (gnus-propagate-marks): Rename variable to something more sensible.
622
623 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
624
625 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
626 (gmm-image-load-path-for-library): Fix typos in docstrings.
627 (gmm-message): Reflow docstring.
628
629 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
630
631 * mail-source.el (mail-source-set-1, mail-source-bind):
632 Move auth-source code out of the macro to clean it up and fix bugs.
633
634 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
635
636 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
637 by sender if it's equal to user-mail-address, it's likely to be
638 useless.
639
640 * mail-source.el (mail-source-bind): Don't use user or password if they
641 are not bound. Unintern them if they are nil. Don't use server unless
642 it's bound, and default it to empty string otherwise.
643
644 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
645
646 * mail-source.el: Load auth-source.el.
647 (mail-source-bind): Add comments. Call auth-source-user-or-password to
648 get user name or password, if auth-sources is set up.
649
650 * gnus-registry.el (gnus-registry-split-strategy): New variable for
651 strategy of splitting with parent.
652 (gnus-registry-split-fancy-with-parent)
653 (gnus-registry-post-process-groups): Use it and fix prior
654 bug (returning a list as the split result).
655
656 * auth-source.el (auth-sources): Remove server parameter.
657 (auth-source-pick, auth-source-user-or-password)
658 (auth-source-user-or-password-imap)
659 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
660 (auth-source-user-or-password-sftp)
661 (auth-source-user-or-password-smtp): Remove server parameter.
662
663 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
664
665 * smime.el (smime-sign-region, smime-encrypt-region)
666 (smime-decrypt-region):
667 Remove redundant calls to `generate-new-buffer-name'.
668
669 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
670
671 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
672 Don't use QP for message/rfc822.
673 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
674
675 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
676
677 * sieve-manage.el (sieve-string-bytes): Remove.
678 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
679 correct byte-length only if the process's coding-system is the same as
680 the one used internally by Emacs to represent strings.
681
682 2008-04-22 Juri Linkov <juri@jurta.org>
683
684 * mailcap.el (mailcap-file-default-commands): New function.
685
686 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
687
688 * message.el (message-signature-separator, message-cite-function):
689 Change custom version.
690
691 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
692
693 * mm-decode.el (mm-display-external): Make temp file read-only.
694
695 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
696
697 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
698 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
699 `C-c C-f d'.
700
701 2008-04-12 Adrian Aichner <adrian@xemacs.org>
702
703 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
704
705 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
706
707 * auth-source.el: Added docs.
708 (auth-sources): Modify format to support server.
709 (auth-source-pick, auth-source-user-or-password)
710 (auth-source-user-or-password-imap)
711 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
712 (auth-source-user-or-password-sftp)
713 (auth-source-user-or-password-smtp): Add server parameter.
714
715 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
716
717 * gnus-registry.el: Initialize the registry when gnus-registry-install
718 is t.
719
720 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
721
722 * compface.el (uncompface): Make buffer unibyte.
723
724 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * mail-source.el (mail-source-value):
727 Prefer fboundp to functionp so it works with macros as well.
728
729 2008-04-05 Glenn Morris <rgm@gnu.org>
730
731 * gnus-ems.el (mm-disable-multibyte): Autoload it.
732
733 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
736 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
737
738 * nnheader.el (nnheader-init-server-buffer): Change buffer's
739 multibyteness after rather than before erasing it.
740
741 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
742 mm-with-multibyte.
743 (gnus-request-article-this-buffer): Make sure the proper decoding is
744 used if gnus-original-article-buffer happens to be unibyte.
745
746 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
747 default-enable-multibyte-characters.
748
749 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
750 default-enable-multibyte-characters.
751
752 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
753
754 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
755
756 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
757
758 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
759 Fix last change in case the element is not even a symbol.
760
761 2008-04-02 Simon Josefsson <simon@josefsson.org>
762
763 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
764 imap-enable-exchange-bug-workaround.
765 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
766
767 2008-04-01 Simon Josefsson <simon@josefsson.org>
768
769 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
770 a 100 byte status-checks into a 2-3MB transfer for each group.
771 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
772 to enable bug workaround or not.
773 (nnimap-find-minmax-uid): Only enable workaround conditionally.
774
775 2008-03-31 Glenn Morris <rgm@gnu.org>
776
777 * message.el (mml2015-use): Declare for compiler.
778 (message-info): Require mml2015 when appropriate.
779
780 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
781
782 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
783 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
784 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
785 (nntp-service-to-port): New function.
786 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
787 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
788 (nntp-open-netcat-stream): New function.
789 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
790
791 2008-03-29 Sven Joachim <svenjoac@gmx.de>
792
793 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
794
795 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
796
797 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
798
799 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
800
801 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
802
803 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
804
805 * message.el (message-signature-separator): Change default.
806 Improve custom type.
807 (message-cite-function): Change default to
808 message-cite-original-without-signature.
809
810 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
811 toggle.
812
813 * message.el (message-check-news-body-syntax): Fix signature check.
814 (message-setup-1): Mark buffer as unmodified _after_ running
815 message-setup-hook and handling message-alternative-emails.
816 (message-shorten-references): Be more strict when building list of
817 valid references to comply with GNKSA.
818
819 * gnus-group.el (gnus-read-ephemeral-bug-group)
820 (gnus-read-ephemeral-debian-bug-group)
821 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
822
823 * message.el (message-info): Don't use booleanp which isn't supported
824 in Emacs 21 and XEmacs.
825
826 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
827
828 * gnus-group.el (gnus-gmane-group-download-format): Rename from
829 gnus-group-gmane-group-download-format.
830 (gnus-group-read-ephemeral-gmane-group): Rename from
831 gnus-group-read-ephemeral-gmane-group.
832 (gnus-read-ephemeral-gmane-group-url): Rename from
833 gnus-group-read-ephemeral-gmane-group-url.
834 (gnus-bug-group-download-format-alist): New variable.
835 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
836 (gnus-read-ephemeral-emacs-bug-group): New commands.
837
838 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
839
840 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
841 (gnus-visible-headers): Improve custom type.
842
843 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
844
845 * mml.el (mml-menu): Add workarounds for XEmacs.
846
847 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
848 X-Boundary header.
849
850 * message.el (message-simplify-recipients): Fix previous commit.
851
852 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
853
854 * mm-util.el (mm-set-buffer-multibyte): New function.
855 * mm-decode.el (mm-copy-to-buffer): Use it.
856
857 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
858 Prefer fboundp to functionp so it works with macros as well.
859
860 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
861
862 * message.el (message-alter-recipients-discard-bogus-full-name):
863 New function.
864 (message-alter-recipients-function): New variable.
865 (message-get-reply-headers): Use it.
866 (message-replace-header): New helper function.
867 (message-recipients-without-full-name): New variable.
868 (message-simplify-recipients): New command.
869
870 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
871
872 * message.el (message-info): Handle EasyPG manual.
873
874 * mml.el (mml-menu): Add entry for EasyPG.
875
876 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
877
878 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
879 parameter.
880
881 * message.el (message-disassociate-draft): Specify drafts group name
882 fully.
883
884 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
885
886 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
887 unnecessary duplicates from the match list.
888
889 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
890
891 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
892 args of `how-many' of which the XEmacs version doesn't take; declare
893 Info-index-next as function.
894
895 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
896
897 * gnus-score.el (gnus-score-headers): Fix handling of
898 gnus-inhibit-slow-scoring.
899
900 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
901 string.
902 (gnus-button-url-regexp): Improve handling of parenthesis.
903 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
904 (gnus-button-handle-info-keystrokes): Handle index entries.
905
906 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
907
908 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
909 Incoming* files.
910
911 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
912
913 * auth-source.el (auth-sources): Renamed from auth-source-choices.
914 (auth-source-pick): Use it.
915
916 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
917
918 * auth-source.el (auth-source-protocols)
919 (auth-source-protocols-customize, auth-source-choices): Added and
920 modified variable customizations and defaults.
921 (auth-source-pick, auth-source-user-or-password)
922 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
923 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
924 (auth-source-user-or-password-sftp)
925 (auth-source-user-or-password-smtp): Use new variables and provide an
926 interface to netrc.el.
927
928 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
929
930 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
931 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
932 Make sure the nntp port to specify is a string.
933
934 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
935
936 * nntp.el: Use with-current-buffer.
937 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
938 dubious mm-with-unibyte-current-buffer.
939 (nntp-with-open-group-function): New function extracted from
940 nntp-with-open-group macro.
941 (nntp-with-open-group): Use the function, so it's easier to debug.
942 Add indentation and debugging info.
943 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
944 the use of the netcat alternatives.
945
946 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
947 Avoid mm-string-as-multibyte as well.
948
949 * nnweb.el (nnweb-insert-html):
950 Remove use of nnheader-string-as-multibyte.
951
952 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
953 (nnheader-string-as-multibyte): Remove.
954
955 * mm-view.el: Use inhibit-read-only.
956 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
957 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
958 or unibyte-string.
959
960 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
961 (mm-uu-yenc-extract): Use with-current-buffer.
962
963 * gnus-soup.el (gnus-soup-send-packet): Don't use
964 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
965
966 * nnmh.el: Use with-current-buffer.
967 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
968 mm-string-as-multibyte on the output of mm-encode-coding-string.
969
970 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
971 (nnimap-request-move-article): Use with-current-buffer.
972
973 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
974 inserting the handle-buffer's text, so the implicit multibyte->unibyte
975 conversion uses string-make-unibyte rather than string-as-unibyte.
976
977 * gnus-msg.el: Use with-current-buffer.
978
979 * message.el (message-ignored-resent-headers): Add "Delivered-To".
980
981 2008-03-10 Daiki Ueno <ueno@unixuser.org>
982
983 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
984 string for caching if it is 'PIN.
985
986 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
987
988 * mail-source.el (mail-source-delete-old-incoming-confirm):
989 Change default to nil.
990 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
991
992 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
993
994 * gnus-art.el (gnus-narrow-to-page): Position point properly.
995 (gnus-article-goto-prev-page): Work for articles having ^L's.
996
997 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
998
999 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
1000
1001 2008-03-07 Karl Fogel <kfogel@red-bean.com>
1002
1003 * gnus-bookmark.el: Adjust for renames in bookmark.el.
1004 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
1005 (gnus-bookmark-jump): Adjust some variable names.
1006
1007 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
1008
1009 * auth-source.el: New package.
1010 (auth-source-choices): Add customization entry point variable.
1011
1012 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
1013 bug.
1014
1015 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
1016
1017 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
1018 (gnus-registry-initialize, gnus-registry-install-p): Use it.
1019 (gnus-registry-install-shortcuts): Rename from
1020 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
1021 the `gnus-registry-mark-map' keymap dynamically from
1022 `gnus-registry-marks'. The generated functions update the summary line
1023 when a registry mark is added or deleted, and will call
1024 `gnus-registry-install-p' (see the comments in the code).
1025 (gnus-registry-user-format-function-M): Use concat intelligently.
1026
1027 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
1028 the registry mark functions.
1029
1030 2008-03-05 Glenn Morris <rgm@gnu.org>
1031
1032 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
1033 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
1034 gnus-art.
1035 (top-level): No need to load own source when compiling.
1036
1037 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
1038
1039 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
1040 Suggested by <chris.anderton@zetnet.co.uk>.
1041
1042 2008-03-04 Glenn Morris <rgm@gnu.org>
1043
1044 * gnus-sum.el (top-level): No need to require gnus when compiling,
1045 since unconditionally required near start of file.
1046 (gnus-summary-display-while-building): Move definition before use.
1047
1048 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
1049
1050 * gnus-registry.el (gnus-registry-user-format-function-M): Add
1051 formatting function.
1052
1053 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
1054
1055 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
1056 with plists.
1057 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
1058 Use new format.
1059
1060 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
1061
1062 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
1063 `where-is-internal' that returns a range of key sequences.
1064
1065 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
1066
1067 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
1068
1069 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
1070 (gnus-summary-jump-to-group): Consider windows on other displayed
1071 frames as well. Similar changes might be needed elsewhere, but that's
1072 the one I've bumped into during my use.
1073
1074 * nndoc.el (nndoc-oe-dbx-type-p):
1075 * gnus-msg.el (gnus-debug):
1076 * gnus-group.el (gnus-update-group-mark-positions):
1077 Use mm-string-to-multibyte.
1078
1079 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
1080
1081 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
1082 doesn't handle NotDashEscaped.
1083
1084 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
1085 (mml-dnd-attach-options): Fix typo in custom choice.
1086
1087 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
1088 nndoc-article-type to mbox.
1089 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
1090
1091 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
1092 to nil, instead of html2text.
1093
1094 * imap.el (imap-debug): Add `imap-ping-server'.
1095
1096 * gnus-bookmark.el: Add FIXMEs.
1097
1098 * message.el (message-form-letter-separator)
1099 (message-send-form-letter-delay): New variables.
1100 (message-send-form-letter): Use them. New command to send form
1101 letters. Requested by Uwe Siart.
1102 (message-send-mail-function): Doc fix. Add "Other" custom option.
1103
1104 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
1105
1106 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
1107 empty author.
1108
1109 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
1110
1111 * gnus-registry.el (gnus-registry-marks): Add variable for
1112 customization of marks and their appearance.
1113 (gnus-registry-read-mark): Use it.
1114 (gnus-registry-do-marks): Add utility function to loop through
1115 `gnus-registry-marks'.
1116 (gnus-registry-install-shortcuts-and-menus): Add function to install
1117 shortcuts and menus.
1118 (gnus-registry-initialize): Use it.
1119 (gnus-registry-default-mark): Clarify documentation.
1120
1121 2008-02-29 Glenn Morris <rgm@gnu.org>
1122
1123 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
1124 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
1125 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
1126 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
1127 Change defcustom :version from 23.0 to 23.1.
1128
1129 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
1130
1131 * gnus-registry.el (gnus-registry-follow-group-p)
1132 (gnus-registry-post-process-groups): Add functions to aid registry
1133 splitting and improve logging. Clarify behavior in function
1134 documentation.
1135 (gnus-registry-split-fancy-with-parent): Use them.
1136
1137 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1138
1139 * gnus-art.el: Use with-current-buffer.
1140
1141 2008-02-27 David Engster <dengste@eml.cc>
1142
1143 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
1144 Express real group name in the response.
1145
1146 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1147
1148 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
1149 (nnmairix-last-server, nnmairix-current-server): Defvar them.
1150 (nnmairix-goto-original-article): Defvar gnus-registry-install and
1151 autoload gnus-registry-fetch-group when compiling.
1152 (nnmairix-request-group-with-article-number-correction): Remove
1153 unreferenced argument passed to nnmairix-call-backend.
1154
1155 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
1156
1157 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
1158 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
1159 Wilde.
1160
1161 2008-02-27 Glenn Morris <rgm@gnu.org>
1162
1163 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
1164 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
1165 variables to defconsts. Convert comments to doc-strings.
1166 (nnmairix-last-server, nnmairix-current-server): Convert from free
1167 variables to defvars. Convert comments to doc-strings.
1168 (gnus-registry-fetch-group): Autoload.
1169 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
1170 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
1171 (nnmairix-widget-build-editable-fields): Use car cddr rather than
1172 caddr.
1173 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
1174 nnmairix-request-group-with-article-number-correction call.
1175 (nnmairix-fast, nnmairix-group): New, less general names, for free
1176 variables passed from nnmairix-request-group to
1177 nnmairix-request-group-with-article-number-correction. Declare.
1178 (nnmairix-request-group-with-article-number-correction):
1179 Use nnmairix-fast, nnmairix-group rather than fast, group.
1180
1181 2008-02-26 David Engster <dengste@eml.cc>
1182
1183 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
1184 version 0.5.
1185
1186 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
1187
1188 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
1189 instead of making an extra function call. Don't add the current group
1190 to articles only when they have the group. Use
1191 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
1192 Reported by David <de_bb@arcor.de>.
1193
1194 2008-02-24 Miles Bader <miles@gnu.org>
1195
1196 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1197 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
1198 (mm-find-mime-charset-region):
1199 * mm-bodies.el (mm-encode-body):
1200 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
1201
1202 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
1203
1204 * mail-source.el (mail-source-delete-incoming): Change default.
1205 Supplement doc string.
1206
1207 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
1208
1209 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
1210
1211 * nnmail.el (nnmail-message-id-cache-file): Derive from
1212 `gnus-home-directory'.
1213
1214 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
1215
1216 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
1217 Document negative prefix.
1218
1219 * gnus-group.el (gnus-group-read-group): Document negative prefix.
1220
1221 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
1222
1223 * message.el (message-unsent-separator): Add the Exim bounce
1224 separator.
1225
1226 2008-02-10 Daiki Ueno <ueno@unixuser.org>
1227
1228 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
1229 list.
1230 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
1231 recipient/signer list.
1232
1233 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
1234
1235 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
1236 fbound (Emacs 23 unicode), signal an error.
1237
1238 2008-02-08 Glenn Morris <rgm@gnu.org>
1239
1240 * gnus-art.el (pgg-display-output-buffer): Declare as function.
1241
1242 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
1243
1244 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
1245 ports to the calls to `netrc-machine-user-or-password' in addition to
1246 "imap" and "imaps".
1247
1248 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
1249
1250 * gnus.el (gnus-group-startup-message): Add `find-image' call before
1251 image-load-path is let-bound. Reported by Harald Hanche-Olsen
1252 <hanche@math.ntnu.no>.
1253
1254 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
1255
1256 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
1257
1258 2008-02-01 Zhang Wei <id.brep@gmail.com>
1259
1260 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
1261
1262 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
1263
1264 2008-02-01 Miles Bader <miles@gnu.org>
1265
1266 * mml.el (mml-parse-1): Remove apparently vestigial use of
1267 `mm-hack-charsets'.
1268 * mm-bodies.el (mm-encode-body): Likewise.
1269
1270 2008-02-01 Kenichi Handa <handa@m17n.org>
1271
1272 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
1273 rfc2104-hexstring-to-bitstring and changed to return a byte list.
1274 (rfc2104-hash): Convert the result of concat to unibyte string.
1275
1276 2008-02-01 Dave Love <fx@gnu.org>
1277
1278 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
1279 coding-system-for-read.
1280 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
1281
1282 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
1283 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
1284 (mm-find-mime-charset-region): Remove hack-charsets stuff.
1285
1286 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
1287
1288 * mail-source.el (mail-sources): Add `group' choice.
1289
1290 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
1291 parameter `in-group' to control into which group the articles go.
1292 Add treatment of `group' mail-source.
1293
1294 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1295
1296 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
1297 * message.el (message-beginning-of-line): Use featurep instead of bound
1298 tests in order to resolve conditionals at compile time.
1299
1300 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
1301
1302 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
1303
1304 * mm-decode.el (mm-dissect-buffer): Decode description.
1305
1306 * mml.el (mml-to-mime): Encode message header first.
1307
1308 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1309
1310 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
1311 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
1312
1313 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
1314
1315 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
1316
1317 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
1318
1319 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
1320 prefix keys.
1321 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
1322 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
1323 gnus-xmas.el.
1324
1325 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
1326
1327 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
1328 Add new variables for article mark management.
1329 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
1330 list of extra data entries which, when present, will indicate that the
1331 article ID should not be trimmed from the registry.
1332 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
1333 functions.
1334 (gnus-registry-read-mark): New function to read a mark name from the
1335 user.
1336 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
1337 (gnus-registry-set-article-mark-internal): New functions to add and
1338 remove marks.
1339 (gnus-registry-get-article-marks): New function to show the marks for
1340 an article, or retrieve them for further use.
1341
1342 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
1343
1344 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
1345 keys when no argument is given.
1346
1347 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1348
1349 * gnus-sum.el (gnus-article-sort-by-random)
1350 (gnus-thread-sort-by-random): Fix doc strings. Reported by
1351 jidanni@jidanni.org.
1352
1353 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1354
1355 * gnus-art.el (gnus-article-describe-bindings): New function.
1356 (gnus-article-read-summary-keys): Use it.
1357 (gnus-article-mode-map): Bind `C-h b' to it.
1358
1359 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
1360
1361 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
1362 XEmacs.
1363 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
1364 against non-character events.
1365
1366 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
1367
1368 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
1369 command.
1370 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
1371 instead of END. Change name of the temp file.
1372 (gnus-group-gmane-group-download-format): Add doc string. Make it
1373 customizable.
1374
1375 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
1376
1377 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
1378 bind `S W' to gnus-article-wide-reply-with-original; set default
1379 binding to gnus-article-read-summary-send-keys.
1380 (gnus-article-read-summary-keys): Fix the order of keys; display
1381 continuation keys correctly in the echo area; describe bindings
1382 correctly when keys end with `C-h'.
1383 (gnus-article-read-summary-send-keys): New function.
1384 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
1385 for gnus-article-read-summary-send-keys; display continuation keys
1386 correctly in the echo area.
1387 (gnus-article-reply-with-original): Ignore prefix argument.
1388 (gnus-article-wide-reply-with-original): New function.
1389
1390 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
1391
1392 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
1393 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
1394
1395 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
1396
1397 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
1398 (gnus-group-read-ephemeral-gmane-group): New command.
1399
1400 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
1401
1402 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
1403
1404 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
1405
1406 * message.el (message-send-mail-function): Increase custom version.
1407
1408 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
1409 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
1410
1411 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
1412
1413 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
1414 html parts correctly; support forwarded messages.
1415 (gnus-article-browse-html-article): Remove work buffers.
1416
1417 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
1418 compiling.
1419 (netrc-bound-and-true-p): New macro.
1420 (netrc-parse): Use it instead of bound-and-true-p that is not available
1421 in XEmacs 21.4.
1422
1423 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
1424
1425 * gnus-registry.el (gnus-registry-mark-article)
1426 (gnus-registry-article-marks): Add functionality to mark articles
1427 through the Gnus registry.
1428
1429 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
1430 (netrc-parse): Use encrypt-file-alist to determine if
1431 encrypt-find-model or encrypt-insert-file-contents should be used.
1432
1433 2007-12-19 Glenn Morris <rgm@gnu.org>
1434
1435 * mml.el (message-options-set, message-narrow-to-head)
1436 (message-in-body-p, message-mail-p, message-encode-message-body):
1437 Autoload.
1438 (message-remove-header, message-narrow-to-headers-or-head)
1439 (message-subscribed-p, message-make-mail-followup-to)
1440 (message-position-on-field, message-news-p)
1441 (message-options-set-recipient, message-generate-headers)
1442 (message-sort-headers): Declare as functions.
1443
1444 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1445
1446 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
1447 convention in doc string.
1448
1449 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
1450
1451 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
1452 title to html parts.
1453 (gnus-article-browse-html-article): Pass message header to it.
1454
1455 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
1456
1457 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
1458
1459 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
1460 or password compatible with XEmacs.
1461
1462 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1463
1464 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
1465 format document.
1466 (gnus-mime-delete-part): Don't write description line if empty.
1467 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
1468
1469 2007-12-14 Johan Bockgård <bojohan@gnu.org>
1470
1471 * gnus-sum.el (gnus-summary-mark-unread-as-read)
1472 (gnus-summary-mark-read-and-unread-as-read)
1473 (gnus-summary-mark-current-read-and-unread-as-read)
1474 (gnus-summary-mark-unread-as-ticked): Doc fix.
1475 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1476
1477 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1478
1479 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1480 Christoph Conrad <christoph.conrad@gmx.de>.
1481
1482 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1483
1484 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1485 yes-or-no-p.
1486
1487 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1488
1489 * mm-decode.el (mm-add-meta-html-tag): New function.
1490 (mm-save-part-to-file, mm-pipe-part): Use it.
1491
1492 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1493 gnus-y-or-n-p instead of y-or-n-p.
1494 (gnus-article-browse-html-parts): Work with message/external-body; use
1495 mm-add-meta-html-tag.
1496
1497 2007-12-11 Glenn Morris <rgm@gnu.org>
1498
1499 * gnus-cache.el: Require gnus-sum not just when compiling.
1500
1501 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1502
1503 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1504 definitions before use.
1505
1506 * mm-decode.el: Require gnus-util.
1507 (mm-remove-part): Only call delete-annotation on XEmacs.
1508
1509 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1510
1511 * nnmail.el: Require gnus-int.
1512
1513 * spam.el: Move `require's before `eval-when-compile's.
1514
1515 * gnus-ems.el (gnus-alive-p):
1516 * gnus-fun.el (message-goto-eoh):
1517 * gnus-util.el (gnus-group-name-decode):
1518 * mail-source.el (gnus-compress-sequence):
1519 * message.el (Info-goto-node, format-spec):
1520 * mm-bodies.el (message-options-get):
1521 * mm-decode.el (mm-view-pkcs7):
1522 * mm-util.el (gmm-write-region):
1523 * mml-smime.el (mml-compute-boundary)
1524 (gnus-completing-read-with-default):
1525 * mml.el (widget-button-press, gnus-make-hashtable):
1526 * mml1991.el (mm-decode-content-transfer-encoding)
1527 (mm-encode-content-transfer-encoding)
1528 (message-options-get, message-options-set):
1529 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1530 * nnfolder.el (gnus-request-group):
1531 * nnheader.el (ietf-drums-unfold-fws):
1532 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1533 * smime.el (gnus-run-mode-hooks):
1534 * spam-stat.el (gnus-message): Autoload.
1535
1536 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1537 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1538 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1539 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1540 Add declare-function compatibility definition.
1541
1542 * gnus-cache.el (nnvirtual-find-group-art):
1543 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1544 (gnus-add-image, gnus-add-wash-type):
1545 * gnus-group.el (nnkiboze-score-file):
1546 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1547 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1548 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1549 (message-tokenize-header, gnus-get-buffer-create)
1550 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1551 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1552 * gnus.el (gnus-group-decoded-name):
1553 * mail-source.el (imap-capability):
1554 * mm-bodies.el (message-options-set):
1555 * mm-decode.el (gnus-configure-windows):
1556 * mm-extern.el (message-goto-body):
1557 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1558 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1559 (epg-sub-key-validity, message-options-set):
1560 * mml.el (widget-event-point, gnus-configure-windows):
1561 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1562 * mml2015.el (epg-check-configuration, epg-configuration)
1563 (message-options-set):
1564 * nndb.el (nndb-request-article):
1565 * nnfolder.el (gnus-request-create-group):
1566 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1567 * nnmaildir.el (gnus-group-mark-article-read):
1568 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1569 * rfc1843.el (message-fetch-field):
1570 * spam.el (gnus-extract-address-components):
1571 Declare as functions.
1572
1573 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1574
1575 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1576
1577 2007-12-09 Glenn Morris <rgm@gnu.org>
1578
1579 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1580
1581 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1582 * message.el, mm-view.el, sieve-manage.el, smime.el:
1583 Add declare-function compatibility definition.
1584
1585 * gnus-art.el (w3-region, w3m-region, Info-menu):
1586 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1587 * gnus-sum.el (gnus-get-predicate):
1588 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1589 * message.el (mail-abbrev-in-expansion-header-p):
1590 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1591 (w3m-detect-meta-charset, w3m-region):
1592 * sieve-manage.el (password-read, password-cache-add)
1593 (password-cache-remove):
1594 * smime.el (password-read-and-add): Declare as functions.
1595
1596 2007-12-08 David Kastrup <dak@gnu.org>
1597
1598 * gnus-sum.el (gnus-summary-simplify-subject-query):
1599 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1600 `message'.
1601
1602 2007-12-07 Glenn Morris <rgm@gnu.org>
1603
1604 * gnus-art.el (article-make-date-line): Revert previous change.
1605
1606 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1607
1608 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1609
1610 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1611
1612 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1613 Call gnus-add-to-range ranges only once with a prepared article-list.
1614
1615 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1616
1617 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1618 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1619 group names with backslashes. Reported by Tassilo Horn
1620 <tassilo@member.fsf.org>.
1621
1622 2007-12-06 D. Goel <deego3@gmail.com>
1623
1624 * gnus-art.el (article-make-date-line):
1625 * gnus-start.el (gnus-load):
1626 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1627
1628 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1629
1630 * gnus-art.el (gnus-use-idna)
1631 * gnus-start.el (gnus-site-init-file)
1632 * message.el (message-use-idna)
1633 * mm-uu.el (mm-uu-hide-markers)
1634 * smiley.el (smiley-style): Revert changes that suppress warnings.
1635
1636 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1637
1638 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1639 specify charset to html source. Reported by Christoph Conrad
1640 <christoph.conrad@gmx.de>.
1641
1642 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1643
1644 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1645 idna-program in order to suppress byte compile warning issued by XEmacs
1646 that came to byte compile the default value section of defcustom forms
1647 recently.
1648
1649 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1650 value of installation-directory.
1651
1652 * message.el (message-use-idna): Don't directly refer to the value of
1653 idna-program.
1654
1655 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1656
1657 * smiley.el (smiley-style): Don't directly call face-attribute.
1658
1659 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1660
1661 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1662
1663 * gnus-dired.el: Reduce Gnus dependencies.
1664 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1665 require. Use autoloads instead.
1666 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1667 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1668 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1669 (gnus-dired-mode): Adjust doc string.
1670 (gnus-dired-mail-mode): New variable.
1671 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1672 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1673 (gnus-dired-mail-buffers): New function. Return mail or message
1674 composition buffers.
1675 (gnus-dired-attach): Use it.
1676 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1677 NO-DECODE.
1678 (gnus-dired-print): Use `gnus-print-buffer' depending on
1679 `gnus-dired-mail-mode'.
1680
1681 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1682
1683 * rfc2047.el (rfc2047-encoded-word-regexp)
1684 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1685 explaining what regexp patterns are for.
1686
1687 2007-12-04 Glenn Morris <rgm@gnu.org>
1688
1689 * password.el: Move to ../password-cache.el.
1690
1691 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1692 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1693 * mml-smime.el (password-read, password-cache-add)
1694 (password-cache-remove):
1695 No need to autoload, since mml-sec requires password.
1696
1697 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1698 * message.el (gnus-extract-address-components):
1699 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1700
1701 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1702 password.
1703
1704 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1705
1706 * mailcap.el: Reduce dependencies.
1707 (mail-header-parse-content-type): Autoload.
1708 (mailcap-delete-duplicates): New alias.
1709 (mailcap-mime-info): Add optional argument NO-DECODE.
1710 (mailcap-mime-types): Use mailcap-delete-duplicates.
1711
1712 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1713
1714 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1715
1716 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1717 function.
1718
1719 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1720 (gnus-uu-yenc-article): New function.
1721
1722 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1723
1724 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1725 buffer.
1726
1727 2007-12-02 Glenn Morris <rgm@gnu.org>
1728
1729 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1730 Move to ../net.
1731
1732 * binhex.el, uudecode.el: Move to ../mail.
1733
1734 * encrypt.el: Remove file.
1735
1736 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1737
1738 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1739 matches on patches.
1740
1741 * gnus-art.el (gnus-article-browse-html-article): Mention
1742 `mm-text-html-renderer' in the doc string.
1743
1744 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1745 string. Add comments.
1746
1747 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1748 if rhs is ASCII.
1749
1750 2007-12-01 Glenn Morris <rgm@gnu.org>
1751
1752 * dig.el, dns.el: Move to ../net.
1753 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1754
1755 * mail-source.el (top-level): Require format-spec before
1756 eval-when-compile.
1757
1758 2007-11-30 Glenn Morris <rgm@gnu.org>
1759
1760 * encrypt.el: Require password, rather than autoloading password-read.
1761
1762 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1763
1764 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1765 caller can indicate whether the cache should be disregarded for this
1766 call. This way the result of the call is reproducible at all times and
1767 can be considered a canonical server name for the supplied method.
1768 (gnus-agent-method-p): Canonicalize server names by pushing their
1769 method through `gnus-method-to-server' using the no-cache argument.
1770
1771 * gnus-srvr.el (gnus-server-insert-server-line): Call
1772 `gnus-method-to-server' with `no-cache' argument.
1773
1774 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1775 gnus-agent-possibly-synchronize-flags as this should be called when the
1776 server is actually being opened.
1777 (gnus-agent-possibly-synchronize-flags)
1778 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1779 flags file of an agentized server to the latter function.
1780
1781 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1782 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1783 after a connection has been established successfully.
1784
1785 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1786
1787 * gnus-art.el (article-display-face): Force to display face if called
1788 interactively; check if gnus-article-x-face-too-ugly matches author.
1789 (article-display-x-face): Display face even if From header is missing
1790 as article-display-face does.
1791
1792 2007-11-28 Richard Stallman <rms@gnu.org>
1793
1794 * md4.el: Move to ../.
1795 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1796
1797 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1798
1799 * mail-source.el (mail-sources): Default to fetch from file for
1800 compatibility with default of nnmail-spool-file.
1801
1802 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1803
1804 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1805 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1806 to look for encoded word that should be encoded again.
1807 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1808 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1809 encoding pattern.
1810 (rfc2047-decode-region): Switch strict regexp and loose one according
1811 to rfc2047-allow-irregular-q-encoded-words.
1812
1813 2007-11-26 Simon Josefsson <simon@josefsson.org>
1814
1815 * imap.el: Move to ../net directory.
1816
1817 2007-11-25 Romain Francoise <romain@orebokech.com>
1818
1819 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1820
1821 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1822
1823 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1824 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1825
1826 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1827 `nnmail-spool-file'.
1828
1829 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1830 `nnmail-spool-file'.
1831
1832 * gnus-move.el (gnus-change-server): Ditto.
1833
1834 * gnus-kill.el (gnus-batch-score): Ditto.
1835
1836 * gnus-cache.el (gnus-jog-cache): Ditto.
1837
1838 * gnus-msg.el (gnus-summary-reply):
1839 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1840
1841 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1842
1843 * gnus-cache.el (gnus-cache-generate-nov-databases):
1844 Use nnml-generate-nov-databases-directory instead of
1845 nnml-generate-nov-databases-1.
1846
1847 2007-11-24 Glenn Morris <rgm@gnu.org>
1848
1849 * message.el (message-tool-bar-retro): Update for rename
1850 mail_send.xpm->mail-send.xpm.
1851
1852 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1853
1854 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1855 `smime-ldap-search' for Emacs 22 and up.
1856
1857 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1858
1859 * hashcash.el: Move to ../mail directory.
1860
1861 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1862
1863 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1864 `smime-ldap-search' for Emacs 22 and up.
1865
1866 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1867
1868 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1869
1870 * message.el (message-send-mail-function): Fix error convention.
1871 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1872 (message-widen-reply, message-send-mail, message-talkative-question)
1873 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1874 (message-clone-locals, message-send-news): Use with-current-buffer.
1875 (message-insert-or-toggle-importance): Remove unused var `valid'.
1876 (message-make-references): Remove unused var `new-references'.
1877 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1878
1879 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1880
1881 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1882 (spam-split-symbolic-return-positive): Reflow docstring.
1883 (spam-backends, spam-summary-exit-behavior)
1884 (spam-mark-ham-unread-before-move-from-spam-group)
1885 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1886 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1887 (spam-clear-cache, spam-backend-check, spam-install-backend)
1888 (spam-install-statistical-backend, spam-list-of-processors)
1889 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1890 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1891 (spam-check-crm114, spam-initialize, spam-unload-hook):
1892 Fix typos in docstrings.
1893
1894 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1895
1896 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1897 been checked if they have never been read and those group levels are
1898 higher than the one that a user specified.
1899
1900 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1901
1902 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1903 foreign groups unless a group level is specified by a user.
1904 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1905
1906 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1907
1908 * message.el (message-send-mail-function): Require sendmail.
1909
1910 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1911
1912 * message.el (message-send-mail-function): Check for smtpmail too.
1913
1914 * utf7.el (utf7-encode, utf7-decode): Use coding system
1915 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1916
1917 * message.el (message-send-mail-function): New function.
1918 (message-send-mail-function): Set default using
1919 message-send-mail-function. Adjust doc string.
1920 (message-send-mail-with-mailclient): New function.
1921
1922 2007-11-17 Richard Stallman <rms@gnu.org>
1923
1924 * assistant.el: Remove file.
1925
1926 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1927
1928 * smime.el (from):
1929 * rfc2047.el (message-posting-charset):
1930 * qp.el (mm-use-ultra-safe-encoding):
1931 * pop3.el (parse-time-months):
1932 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1933 * nnml.el (files):
1934 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1935 (jka-compr-compression-info-list, ange-ftp-path-format)
1936 (efs-path-regexp):
1937 * nndiary.el (files):
1938 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1939 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1940 (epg-digest-algorithm-alist, inhibit-redisplay)
1941 (password-cache-expiry):
1942 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1943 (pgg-output-buffer, password-cache-expiry):
1944 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1945 (efs-path-regexp):
1946 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1947 (inhibit-redisplay):
1948 * mm-uu.el (file-name, start-point, end-point, entry)
1949 (gnus-newsgroup-name, gnus-newsgroup-charset):
1950 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1951 (latin-unity-ucs-list):
1952 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1953 (mm-uu-binhex-decode-function):
1954 * message.el (gnus-message-group-art, gnus-list-identifiers)
1955 (rmail-enable-mime-composing, gnus-local-organization)
1956 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1957 (gnus-read-active-file, facemenu-add-face-function)
1958 (facemenu-remove-face-function, gnus-article-decoded-p)
1959 (tool-bar-mode):
1960 * mail-source.el (display-time-mail-function):
1961 * gnus-util.el (nnmail-pathname-coding-system)
1962 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1963 (gnus-original-article-buffer, gnus-user-agent)
1964 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1965 (xemacs-codename, sxemacs-codename, emacs-program-version):
1966 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1967 * gnus-start.el (gnus-agent-covered-methods)
1968 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1969 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1970 (gnus-newsgroup-headers, gnus-group-list-mode)
1971 (gnus-group-mark-positions, gnus-newsgroup-data)
1972 (gnus-newsgroup-unreads, nnoo-state-alist)
1973 (gnus-current-select-method, mail-sources)
1974 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1975 (nnmail-spool-file, gnus-cache-active-hashtb):
1976 * gnus-mh.el (mh-lib-progs):
1977 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1978 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1979 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1980 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1981 (gnus-group-buffer):
1982 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1983 (font-lock-set-defaults):
1984 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1985 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1986 (gnus-summary-post-menu, total-parts, type, condition, length):
1987 * gnus-agent.el (gnus-agent-read-agentview):
1988 * flow-fill.el (show-trailing-whitespace):
1989 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1990 eval-and-compile wrappers for byte compiler pacifiers.
1991
1992 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1993 (mm-display-inline-fontify): Check for featurep 'xemacs not
1994 extent-list.
1995
1996 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1997 itimer-list.
1998 (mm-create-image-xemacs): Only do something for XEmacs.
1999 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
2000
2001 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
2002
2003 * gnus-registry.el (gnus-adaptive-word-syntax-table):
2004 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
2005
2006 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2007
2008 * nnimap.el (nnimap-split-download-body):
2009 * gnus-demon.el (gnus-demon):
2010 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
2011
2012 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
2013
2014 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
2015 macros.
2016 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
2017 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
2018 copy data from unibyte buffer to multibyte current buffer.
2019 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
2020 to copy data from unibyte current buffer to multibyte buffer.
2021 (nntp-make-process-buffer): Make process buffer unibyte.
2022
2023 * pop3.el (pop3-open-server): Fix typo in Lisp code.
2024
2025 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
2026
2027 * pop3.el (pop3-open-server): Accept and process data more robustly at
2028 connexion start to avoid spurious "POP SSL connexion failed" errors.
2029
2030 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
2031
2032 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
2033 read group names.
2034
2035 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
2036
2037 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
2038
2039 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
2040
2041 * nnmail.el (nnmail-parse-active): Make group names unibyte.
2042 (nnmail-save-active): Use a unibyte buffer when saving active file,
2043 which may contain non-ASCII group names.
2044
2045 * nnml.el (nnml-request-group): Decode group names in messages.
2046
2047 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
2048
2049 * message.el (message-citation-line-function)
2050 (message-insert-formatted-citation-line): Fix spelling of
2051 `message-insert-formated-citation-line'.
2052
2053 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
2054
2055 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
2056
2057 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
2058
2059 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
2060 nnmail-pathname-coding-system.
2061
2062 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
2063 that a user enters; decode group names in messages.
2064
2065 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
2066
2067 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
2068
2069 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
2070
2071 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
2072
2073 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
2074 risky local variable.
2075
2076 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
2077
2078 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
2079
2080 * encrypt.el: Improve documentation to fix function name typo.
2081 Reported by Daiki Ueno <ueno@unixuser.org>.
2082
2083 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
2084
2085 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
2086 even if the point is not in the last page of an article.
2087 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
2088 back to the previous page.
2089
2090 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
2091
2092 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
2093
2094 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
2095
2096 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
2097
2098 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
2099
2100 * message.el (message-check-news-body-syntax): Avoid
2101 mm-string-as-multibyte.
2102 (message-hide-headers): Don't assume (point-min)==1.
2103
2104 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2105
2106 * message.el (message-remove-blank-cited-lines): Fix if remove is
2107 given.
2108 (message-bogus-address-regexp): New variable.
2109 (message-bogus-recipient-p): New function.
2110 (message-check-recipients): New command.
2111 (message-syntax-checks): Add `bogus-recipient'.
2112 (message-fix-before-sending): Add `bogus-recipient'.
2113
2114 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
2115 (gnus-treat-body-boundary): Don't test window-system.
2116
2117 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
2118
2119 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
2120
2121 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
2122
2123 * gnus.el: Bump version to Gnus v5.13.
2124
2125 2007-10-28 Miles Bader <miles@gnu.org>
2126
2127 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
2128 at compile-time too.
2129
2130 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
2131
2132 * gnus-msg.el (gnus-message-setup-hook): Add
2133 `message-remove-blank-cited-lines' to options.
2134
2135 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
2136
2137 * message.el (message-remove-blank-cited-lines): New function.
2138 Suggested by Karl Plästerer.
2139
2140 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
2141
2142 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
2143 mapc.
2144
2145 * imap.el (imap-open): Replace mapcar called for effect with mapc.
2146 (top-level): Use mapc to set functions to be traced for debugging.
2147
2148 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
2149 called for effect with while loop.
2150
2151 * message.el (message-talkative-question): Replace mapcar called for
2152 effect with mapc.
2153
2154 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
2155 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
2156 called for effect with dolist.
2157
2158 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
2159
2160 * nndiary.el: Use dolist instead of mapcar to add diary headers to
2161 gnus-extra-headers and nnmail-extra-headers.
2162
2163 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
2164 called for effect with dolist.
2165 (top-level): Use mapc to set functions to be traced for debugging.
2166
2167 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
2168 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
2169 dolist.
2170
2171 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
2172 Replace mapcar called for effect with mapc.
2173 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
2174 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
2175 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
2176 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
2177
2178 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
2179 remove-if that's a cl function.
2180
2181 * webmail.el (webmail-debug): Replace mapcar called for effect with
2182 dolist.
2183
2184 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
2185
2186 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
2187 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
2188 with while loop.
2189
2190 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
2191 functions from article-* functions.
2192 (gnus-multi-decode-header): Replace mapcar called for effect with
2193 dolist.
2194
2195 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
2196 (gnus-bookmark-show-details): Replace mapcar called for effect with
2197 while loop.
2198
2199 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
2200 called for effect with while loop.
2201
2202 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
2203 with dolist.
2204
2205 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
2206 mapcar called for effect with dolist.
2207
2208 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
2209
2210 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
2211 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
2212 Replace mapcar called for effect with dolist.
2213 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
2214 mapc.
2215
2216 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
2217 Replace mapcar called for effect with dolist.
2218 (gnus-topic-list): Replace mapcar called for effect with mapc.
2219
2220 * gnus.el: Use mapc instead of mapcar to add autoloads.
2221
2222 2007-10-23 Richard Stallman <rms@gnu.org>
2223
2224 * gnus-group.el (gnus-group-highlight): Mark as risky.
2225
2226 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
2227
2228 * gnus.el (gnus-server-to-method): Return method found first in
2229 gnus-newsrc-alist.
2230
2231 * gnus-art.el (gnus-article-highlight-signature)
2232 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
2233 button overlay without the front stickiness.
2234
2235 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
2236
2237 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
2238 overview buffer needed a catch to receive its throw.
2239 (gnus-agent-flush-cache): Declared as interactive to make this function
2240 easier to use.
2241
2242 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2243
2244 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
2245 `next-line'.
2246
2247 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2248
2249 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
2250 exclude address matching message-dont-reply-to-names.
2251
2252 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2253
2254 * gnus-util.el (gnus-string<): New function.
2255
2256 * gnus-sum.el (gnus-article-sort-by-author)
2257 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
2258
2259 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
2260
2261 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
2262 the frame-focus tag is set in gnus-buffer-configuration.
2263
2264 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
2265
2266 * gnus-art.el (gnus-article-add-button): Make a button overlay without
2267 the front stickiness.
2268
2269 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2270
2271 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
2272 url pattern; remove duplicate one.
2273 (gnus-article-extend-url-button): New function.
2274 (gnus-article-add-buttons): Use it.
2275 (gnus-button-push): Use concatenated url that it makes.
2276
2277 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
2278
2279 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
2280 (sieve-manage-open): Use `mapc' instead of `mapcar'.
2281
2282 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
2283
2284 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
2285 Don't hardcode point-min==1.
2286
2287 2007-09-30 David Kastrup <dak@gnu.org>
2288
2289 * gnus-art.el (gnus-article-reply-with-original)
2290 (gnus-article-followup-with-original): When `transient-mark-mode' is
2291 off, refrain from active-region behavior for followups.
2292
2293 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
2294
2295 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
2296 Fix comment about "iso8859-1".
2297
2298 2007-10-08 Daiki Ueno <ueno@unixuser.org>
2299
2300 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
2301 ones returned from the verify-function.
2302
2303 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
2304 mml2015-extract-cleartext-signature if extraction failed.
2305
2306 2007-10-07 Daiki Ueno <ueno@unixuser.org>
2307
2308 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
2309 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
2310 failed.
2311
2312 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
2313
2314 * Relicense "GPLv2 or later" files to "GPLv3 or later".
2315
2316 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
2317
2318 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
2319 to mark a thread as expirable. Add variable `hide' to handle hiding of
2320 thread for both the null and zero (kill/expire thread) universal prefix
2321 cases.
2322 (gnus-summary-expire-thread): Add new function to expire a thread,
2323 using gnus-summary-kill-thread.
2324 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
2325 shortcuts for gnus-summary-expire-thread.
2326 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
2327 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
2328
2329 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
2330
2331 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
2332 extras value, so an extras entry can be deleted.
2333 (gnus-registry-delete-extra-entry): Use it.
2334 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
2335 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
2336 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
2337 storage through the gnus-registry, and provide an appropriate API for
2338 it.
2339
2340 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2341
2342 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
2343 Suggested by Leo <sdl.web@gmail.com>.
2344
2345 * gnus.el: Do.
2346
2347 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2348
2349 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
2350 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
2351
2352 * gnus-agent.el (gnus-agent-fetch-headers): Do.
2353
2354 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2355 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
2356
2357 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
2358
2359 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
2360 newline.
2361 (nnmbox-request-accept-article): Don't change article in source buffer;
2362 narrow to header to use message-fetch-field rather than
2363 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
2364 (nnmbox-request-replace-article): Quote lines that'll be misidentified
2365 as delimiters; make sure article ends with newline.
2366 (nnmbox-delete-mail): Correct last position of article to be deleted;
2367 ignore X-Gnus-Newsgroup header in article body.
2368 (nnmbox-save-mail): Quote lines looking like delimiters at the right
2369 positions; make sure article ends with newline.
2370
2371 * message.el (message-display-abbrev): Don't infloop when a user
2372 inserts SPC in the beginning of header.
2373
2374 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
2375
2376 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
2377 list of groups not followed by default. Fix type to be regexp.
2378 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
2379
2380 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
2381
2382 * hmac-def.el (define-hmac-function): Switch from old-style to
2383 new-style backquotes.
2384
2385 * md4.el (md4-make-step): Likewise.
2386
2387 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
2388
2389 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
2390 raw-text coding system when saving .newsrc file, which may contain
2391 non-ASCII group names.
2392
2393 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
2394
2395 * gnus-cus.el (gnus-score-extra): New widget.
2396 (gnus-score-extra-convert): New function.
2397 (gnus-score-customize): Use it for Extra.
2398
2399 2007-08-31 Daiki Ueno <ueno@unixuser.org>
2400
2401 * mml2015.el (mml2015-extract-cleartext-signature): New function.
2402 (mml2015-mailcrypt-clear-verify): Use it.
2403 (mml2015-gpg-clear-verify): Use it.
2404 (mml2015-pgg-clear-verify): Use it.
2405 (mml2015-epg-clear-verify): Replace the current part with the output
2406 from GnuPG; don't extract the plaintext by itself.
2407
2408 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
2409 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
2410 mml2015-clear-verify-function; don't touch the armor headers or
2411 dash-escaped text here.
2412
2413 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2414
2415 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
2416 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
2417 parts, or application/octet-stream as a last resort.
2418 (gnus-mime-view-part-as-type): Don't toggle display.
2419 (gnus-mime-view-part-as-charset): Don't turn off display before
2420 querying charset.
2421
2422 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
2423 stuff to undisplayer function in Emacs.
2424 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
2425
2426 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
2427 text/calendar parts.
2428
2429 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2430
2431 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
2432 decoding text/calendar parts.
2433
2434 * message.el (message-forward-make-body-mime): Always mark body as
2435 having no illegible text; remove signed-or-encrypted argument.
2436 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
2437
2438 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
2439 (mml-generate-mime-1): Don't encode body if it is specified to be in
2440 raw form; don't make buffer be unibyte when inserting multibyte string.
2441
2442 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
2443
2444 * sha1.el: Fix up comment style.
2445 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
2446 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
2447
2448 * hex-util.el: Fix up comment style.
2449 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
2450
2451 * gnus-salt.el: Use with-current-buffer.
2452 (gnus-pick-setup-message): Fix long-standing typo.
2453
2454 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2455
2456 * imap.el (imap-logout-timeout): New variable.
2457 (imap-logout, imap-logout-wait): New functions.
2458 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
2459
2460 * nnimap.el (nnimap-logout-timeout): New server variable.
2461 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
2462 nnimap-logout-timeout.
2463
2464 * gnus-art.el (gnus-article-summary-command-nosave)
2465 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
2466
2467 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
2468
2469 * gnus.el (gnus-maximum-newsgroup): New variable.
2470
2471 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
2472 according to gnus-maximum-newsgroup.
2473
2474 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2475 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2476 Limit the range of articles according to gnus-maximum-newsgroup.
2477
2478 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2479
2480 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2481 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2482 Don't perform gnus-configure-windows here; reuse existing sticky
2483 article buffer.
2484
2485 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2486 it doesn't exist in gnus-article-mode.
2487
2488 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2489
2490 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2491 (gnus-agent-decoded-group-name): New function.
2492 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2493 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2494
2495 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2496
2497 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2498 Add binding for gnus-sticky-article.
2499 (gnus-summary-exit): Don't kill sticky article buffers.
2500
2501 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2502 article buffer.
2503 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2504 (gnus-kill-sticky-article-buffers): New commands.
2505
2506 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2507
2508 * nntp.el (nntp-xref-number-is-evil): New server variable.
2509 (nntp-find-group-and-number): If it is non-nil, don't trust article
2510 numbers in the Xref header.
2511
2512 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2513
2514 * gnus-agent.el (gnus-agent-read-group): New function.
2515 (gnus-agent-flush-group, gnus-agent-expire-group)
2516 (gnus-agent-regenerate-group): Use it.
2517 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2518 nnmail-pathname-coding-system.
2519
2520 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2521
2522 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2523
2524 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2525 that are unread as unread, and also as selected so that information of
2526 marks having been changed by a user may be updated when exiting group.
2527
2528 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2529
2530 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2531
2532 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2533
2534 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2535 calculated ignoring signature parts to gnus-treat-article.
2536
2537 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2538
2539 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2540 a point here in order to keep the window start.
2541 (gnus-insert-mime-security-button): Make a button overlay without the
2542 front stickiness.
2543 (gnus-mime-display-security): Goto the end of a button.
2544
2545 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2546
2547 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2548
2549 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2550 group-name-at-point.
2551 (gnus-group-completing-read): New function that offers decoded
2552 non-ASCII group names for completion.
2553 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2554 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2555 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2556 (gnus-group-fetch-control): Use it.
2557 (gnus-fetch-group): Use group-name-at-point for the initial value
2558 rather than the default value; use gnus-alive-p.
2559
2560 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2561 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2562 (gnus-summary-post-news): Use gnus-group-completing-read.
2563
2564 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2565 (gnus-read-move-group-name): Decode group name for completion.
2566
2567 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2568
2569 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2570 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2571 Yamaoka slightly modified the code).
2572
2573 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2574
2575 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2576 (nnmail-split-incoming): Bind it.
2577
2578 * nnml.el (nnml-group-name-charset): New function.
2579 (nnml-decoded-group-name): Use it; don't decode group name if
2580 nnmail-group-names-not-encoded-p is non-nil.
2581 (nnml-encoded-group-name): New function.
2582 (nnml-group-pathname): Inline nnml-decoded-group-name.
2583 (nnml-request-expire-articles): Decode group name in message.
2584 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2585 nnmail-pathname-coding-system.
2586 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2587 not decoded ones according to nnmail-group-names-not-encoded-p.
2588 (nnml-generate-active-info): Use nnml-encoded-group-name.
2589
2590 2007-08-08 Glenn Morris <rgm@gnu.org>
2591
2592 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2593 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2594 doc-strings and comments.
2595
2596 2007-07-25 Glenn Morris <rgm@gnu.org>
2597
2598 * Relicense all FSF files to GPLv3 or later.
2599
2600 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2601
2602 * gnus-sum.el (gnus-summary-move-article): Make
2603 gnus-summary-respool-article work.
2604
2605 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2606
2607 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2608 string.
2609
2610 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2611
2612 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2613 that should be ignored when comparing distant RSS articles with local
2614 ones.
2615 (nnrss-make-hash-index): New function. Create a hash index according
2616 to the ignored fields.
2617 (nnrss-check-group): Use it.
2618
2619 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2620
2621 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2622
2623 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2624
2625 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2626 the new optional argument ENCODED is non-nil.
2627 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2628 coding system for encoding group name.
2629 (gnus-group-make-rss-group): Pass un-encoded group name to
2630 gnus-group-make-group.
2631 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2632 encoded.
2633
2634 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2635 Encode group name to which articles are moved or copied.
2636 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2637 coding system for encoding Newsgroup, Followup-To and Xref headers.
2638
2639 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2640 marks; use nnheader-file-coding-system to write a file.
2641 (nnagent-retrieve-headers): Bind file-name-coding-system to
2642 nnmail-pathname-coding-system.
2643
2644 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2645
2646 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2647 (nnml-request-article, nnml-request-create-group)
2648 (nnml-request-rename-group, nnml-find-id)
2649 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2650 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2651 (nnml-save-marks): Use nnml-group-pathname instead of
2652 nnmail-group-pathname.
2653
2654 (nnml-request-create-group, nnml-request-expire-articles)
2655 (nnml-request-move-article, nnml-request-delete-group)
2656 (nnml-deletable-article-p, nnml-possibly-create-directory)
2657 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2658 (nnml-open-marks): Bind file-name-coding-system to
2659 nnmail-pathname-coding-system.
2660
2661 (nnml-request-article): Pass server argument to nnml-find-group-number.
2662 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2663 server argument to nnml-possibly-create-directory.
2664 (nnml-request-accept-article): Pass server argument to
2665 nnml-active-number and nnml-save-mail.
2666 (nnml-find-group-number): Pass server argument to nnml-find-id.
2667 (nnml-request-update-info): Pass server argument to
2668 nnml-marks-changed-p.
2669
2670 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2671 (nnml-save-mail, nnml-active-number): Add server argument.
2672
2673 (nnml-request-delete-group): Warn if group is missing.
2674 (nnml-get-nov-buffer): Decode group name.
2675 (nnml-generate-active-info): Encode group name.
2676 (nnml-open-marks): Decode group name in messages.
2677
2678 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2679
2680 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2681 if it is not specified.
2682 (gnus-article-pipe-part, gnus-article-save-part)
2683 (gnus-article-interactively-view-part, gnus-article-copy-part)
2684 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2685 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2686 (gnus-article-replace-part, gnus-article-delete-part)
2687 (gnus-article-view-part-as-type): Pass raw prefix argument to
2688 gnus-article-part-wrapper.
2689
2690 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2691
2692 * gnus-agent.el (gnus-agent-save-active): Bind
2693 nnheader-file-coding-system to gnus-agent-file-coding-system.
2694
2695 * gnus-cache.el (gnus-cache-save-buffers)
2696 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2697 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2698 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2699 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2700 (gnus-cache-generate-active, gnus-cache-rename-group)
2701 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2702 (gnus-cache-update-overview-total-fetched-for): Bind
2703 file-name-coding-system to nnmail-pathname-coding-system.
2704 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2705 variables.
2706 (gnus-cache-decoded-group-name): New function.
2707 (gnus-cache-file-name): Use it.
2708 (gnus-cache-generate-active): Use non-decoded group name for active.
2709
2710 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2711 right place.
2712 (gnus-write-active-file): Don't break non-ASCII group names.
2713
2714 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2715 nnmail-pathname-coding-system.
2716
2717 * gnus-uu.el (gnus-uu-decode-save): Typo.
2718
2719 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2720
2721 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2722
2723 2007-07-14 David Kastrup <dak@gnu.org>
2724
2725 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2726 finishing actions if we did not edit the article.
2727
2728 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2729
2730 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2731 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2732 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2733 (gnus-agent-flush-group, gnus-agent-flush-cache)
2734 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2735 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2736 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2737 (gnus-agent-regenerate-group)
2738 (gnus-agent-update-files-total-fetched-for)
2739 (gnus-agent-update-view-total-fetched-for): Bind
2740 file-name-coding-system to nnmail-pathname-coding-system.
2741 (gnus-agent-group-pathname): Don't encode file names by
2742 nnmail-pathname-coding-system.
2743 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2744 coding-system-for-write instead of buffer-file-coding-system to
2745 gnus-agent-file-coding-system.
2746
2747 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2748 Decode group name.
2749
2750 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2751
2752 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2753 (gnus-read-newsrc-el-file): Make group names unibyte.
2754
2755 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2756 nnmail-pathname-coding-system.
2757
2758 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2759 (nnrss-request-delete-group): Bind file-name-coding-system to
2760 nnmail-pathname-coding-system.
2761 (nnrss-read-server-data, nnrss-read-group-data): Bind
2762 file-name-coding-system correctly.
2763 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2764
2765 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2766 (nntp-server-to-method-cache): New variable.
2767 (nntp-group-pathname): New function that decodes non-ASCII group names.
2768 (nntp-possibly-create-directory, nntp-marks-changed-p)
2769 (nntp-save-marks, nntp-open-marks): Use it.
2770 (nntp-possibly-create-directory, nntp-open-marks):
2771 Bind file-name-coding-system to nnmail-pathname-coding-system.
2772 (nntp-open-marks): Decode group names when bootstrapping marks.
2773
2774 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2775 Newsgroups and Folowup-To headers.
2776
2777 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2778
2779 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2780 (gnus-server-closed-face, gnus-server-denied-face)
2781 (gnus-server-offline-face): Remove variable.
2782 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2783
2784 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2785 of modifying message-stack directly for XEmacs.
2786
2787 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2788 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2789 if the coding-system argument is nil for XEmacs.
2790
2791 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2792 mm-charset-override-alist.
2793
2794 * rfc2047.el: Don't require base64; require rfc2045 for the function
2795 rfc2045-encode-string.
2796 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2797 to quote the parameter value.
2798
2799 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2800
2801 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2802 form in gnus-group-name-charset-method-alist.
2803
2804 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2805 overrides the default layout edit-form.
2806
2807 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2808
2809 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2810
2811 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2812
2813 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2814 as unfetched articles.
2815
2816 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2817
2818 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2819
2820 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2821
2822 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2823 original back end that keeps marks in the local system.
2824
2825 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2826
2827 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2828 arg of pop-to-buffer for XEmacs.
2829 (gnus-article-read-summary-keys): Ditto; don't restore window
2830 configuration if summary command ends up with neither article buffer
2831 nor summary buffer; describe bindings if summary keys end with C-h.
2832
2833 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2834
2835 * message.el (message-fix-before-sending): Skip raw message part to be
2836 forwarded while checking illegible text.
2837 (message-forward-make-body-mime, message-forward-make-body): Mark
2838 signed or encrypted raw message as having no illegible text.
2839
2840 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2841
2842 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2843 (gnus-message-with-timestamp-1): New macro.
2844 (gnus-message-with-timestamp): New function.
2845 (gnus-message): Use them.
2846
2847 * nnheader.el (nnheader-message): Use them.
2848
2849 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2850
2851 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2852 .newsrc.eld file.
2853
2854 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2855
2856 * gnus-agent.el (gnus-agent-fetch-headers)
2857 (gnus-agent-retrieve-headers): Bind
2858 gnus-decode-encoded-address-function to identity.
2859
2860 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2861 available also when the server returns simply a dot.
2862
2863 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2864
2865 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2866
2867 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2868
2869 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2870
2871 * gnus-ems.el (gnus-x-splash): Make it work.
2872
2873 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2874 from being used.
2875
2876 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2877
2878 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2879 the front stickiness.
2880 (gnus-article-summary-command-nosave): Correct the order of the
2881 arguments passed to pop-to-buffer.
2882 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2883 summary command ends up with the article buffer.
2884
2885 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2886 the same faces.
2887
2888 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2889
2890 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2891
2892 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2893
2894 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2895 * gnus-sum.el (gnus-summary-highlight):
2896 * mail-source.el (mail-source-delete-old-incoming-confirm):
2897 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2898
2899 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2900
2901 * gnus-art.el (gnus-mime-view-part-externally)
2902 (gnus-mime-view-part-internally): Fix predicate function passed to
2903 completing-read.
2904
2905 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2906
2907 * gnus.el (gnus-update-message-archive-method): Add :version.
2908
2909 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2910
2911 * gnus.el (gnus-update-message-archive-method): New variable.
2912
2913 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2914 according to gnus-message-archive-method if
2915 gnus-update-message-archive-method is non-nil.
2916
2917 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2918
2919 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2920 by Loic Dachary <loic@dachary.org>.
2921 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2922
2923 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2924
2925 * message.el (message-pop-to-buffer): Add switch-function argument.
2926 (message-mail): Pass switch-function argument to it.
2927
2928 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2929
2930 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2931 Improve doc string.
2932
2933 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2934
2935 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2936 (gnus-header-content)
2937 * gnus-cite.el (gnus-cite-10)
2938 * gnus-srvr.el (gnus-server-closed)
2939 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2940 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2941 (gnus-group-mail-3-empty, gnus-group-mail-low)
2942 (gnus-group-mail-low-empty, gnus-splash)
2943 * message.el (message-header-to, message-header-cc)
2944 (message-header-subject, message-header-other, message-header-name)
2945 (message-header-xheader, message-separator, message-cited-text)
2946 (message-mml): Lighten colors of faces used for dark background.
2947
2948 2007-05-24 Simon Josefsson <simon@josefsson.org>
2949
2950 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2951 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2952
2953 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2954
2955 * message.el (message-narrow-to-headers-or-head):
2956 Ignore mail-header-separator in the body.
2957
2958 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2959
2960 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2961 same as window size.
2962
2963 2007-05-22 Kevin Ryde <user42@zip.com.au>
2964
2965 * message.el (message-font-lock-keywords): Use message-header-xheader
2966 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2967 ahead of the anything pattern, to get it recognised.
2968
2969 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2970
2971 * gnus-sum.el (gnus-articles-to-read)
2972 (gnus-summary-insert-old-articles): Don't truncate group name for
2973 `read-string'.
2974
2975 * gnus-util.el (gnus-limit-string): Delete this function.
2976
2977 * gnus-sum.el (gnus-simplify-subject-fully): Use
2978 `truncate-string-to-width' instead.
2979
2980 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
2981
2982 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2983 if, on summary exit, the next group has to be selected.
2984 (gnus-summary-exit): Use it.
2985
2986 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2987
2988 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2989 non-break space.
2990
2991 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2992
2993 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2994 Check if group is not a directory.
2995 (nnfolder-request-expire-articles): Don't delete articles if the target
2996 group is not available.
2997
2998 * nnml.el (nnml-request-create-group): Properly check if group is not a
2999 file.
3000 (nnml-request-expire-articles): Don't delete articles if the target
3001 group is not available.
3002
3003 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3004 Don't quote characters that are within parentheses.
3005
3006 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
3007
3008 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
3009 (gnus-handle-ephemeral-exit): Select article according to it.
3010
3011 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
3012
3013 * message.el (message-insert-formated-citation-line): Remove newline.
3014 (message-citation-line-format): Add final \n here so that the user can
3015 avoid a blank line.
3016
3017 2007-05-03 Dan Christensen <jdc@uwo.ca>
3018
3019 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3020 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3021 Update lanl/arXiv support.
3022
3023 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3024
3025 * gnus.el: Bump version number.
3026
3027 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3028
3029 * gnus.el (gnus-version-number): Bump version.
3030
3031 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3032
3033 * gnus.el: No Gnus v0.6 is released.
3034
3035 2007-04-27 Didier Verna <didier@xemacs.org>
3036
3037 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
3038 * gmm-utils.el (gmm-regexp-concat): here.
3039 * message.el: Don't require 'gnus-util.
3040 (message-dont-reply-to-names): Handle name change above.
3041 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
3042
3043 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
3044
3045 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
3046 since the initial value varies according to the system.
3047
3048 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
3049
3050 * mm-util.el (mm-charset-synonym-alist): Defcustom.
3051
3052 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
3053
3054 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
3055
3056 2007-04-24 Didier Verna <didier@xemacs.org>
3057
3058 Improve the type of gnus-ignored-from-addresses.
3059 * gnus-util.el (gnus-orify-regexp): New function.
3060 * message.el (gnus-util): Require it.
3061 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
3062 * gnus-sum.el (gnus-ignored-from-addresses): New function.
3063 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
3064
3065 2007-04-24 Didier Verna <didier@xemacs.org>
3066
3067 * gnus-sum.el:
3068 * gnus-utils.el: Fix some trailing whitespaces.
3069
3070 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
3071
3072 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
3073 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
3074 article's Message-ID; refer parent article in summary buffer.
3075
3076 * message.el (message-bounce): Call mime-to-mml.
3077
3078 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
3079
3080 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
3081
3082 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
3083
3084 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
3085 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
3086 displayed of multipart/alternative part if it is invoked from summary
3087 buffer.
3088
3089 * mm-view.el (mm-inline-text-html-render-with-w3m)
3090 (mm-inline-text-html-render-with-w3m-standalone)
3091 (mm-inline-render-with-function): Use mail-parse-charset by default.
3092
3093 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
3094
3095 * parse-time.el (parse-time-string-chars): Check if CHAR
3096 is less than the length of parse-time-syntax.
3097
3098 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
3099
3100 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
3101 from gnus-newsgroup-processable.
3102
3103 2007-04-16 Didier Verna <didier@xemacs.org>
3104
3105 * gnus-msg.el (gnus-configure-posting-styles): Handle
3106 message-signature-directory properly with :file syntax. Reported by
3107 "Leo".
3108
3109 2007-04-11 Didier Verna <didier@xemacs.org>
3110
3111 New user option: message-signature-directory.
3112 * gnus-msg.el (gnus-configure-posting-styles): Support it.
3113 * message.el (message-insert-signature): Ditto.
3114 * message.el (message-signature-file): Doc update.
3115 * message.el (message-signature-directory): New.
3116
3117 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
3118
3119 * gnus-msg.el (gnus-inews-yank-articles): Use
3120 message-exchange-point-and-mark instead of exchange-point-and-mark.
3121
3122 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
3123
3124 * message.el (message-yank-original): Make sure cited text ends with
3125 newline; don't exchange point and mark.
3126
3127 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3128
3129 * tls.el (open-tls-stream): Properly handle case where there
3130 is no associated buffer.
3131
3132 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
3133
3134 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
3135 message-yank-original, make sure (< mark TEXT point).
3136
3137 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
3138
3139 * message.el (message-fill-column): New variable.
3140 (message-mode): Use it. Add comment on a possible new hook.
3141
3142 * nnmail.el (nnmail-spool-file): Mark as obsolete.
3143 (nnmail-get-new-mail): Reformat.
3144
3145 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
3146
3147 * gmm-utils.el: Fix Commentary.
3148 (gmm-tool-bar-from-list): Fix typo in doc string.
3149
3150 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
3151
3152 * message.el (message-yank-original): Don't switch point and mark
3153 unnecessarily to put point and mark as documented.
3154
3155 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
3156
3157 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
3158 from the message heads.
3159
3160 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
3161
3162 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
3163 article buffer does not have a window. This may not be the best
3164 solution but is certainly better than setting the start of the null,
3165 that is the current, window.
3166
3167 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
3168
3169 * gnus-draft.el (gnus-draft-setup-hook): New hook.
3170 (gnus-draft-setup): Run it.
3171
3172 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
3173 gnus-score-fast-scoring. Allow regexp.
3174 (gnus-score-headers): Use it.
3175
3176 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
3177 XEmacs.
3178
3179 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
3180 string.
3181 (gnus-button-alist): Also catch `<f1> k ...'.
3182 (gnus-treat-display-x-face): Fix doc string.
3183
3184 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3185
3186 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
3187 evaluation of gnus-extended-version to ensure correct generation of the
3188 User-Agent header when message-generate-headers-first is used.
3189
3190 2007-03-24 Simon Josefsson <simon@josefsson.org>
3191
3192 * hashcash.el (hashcash-generate-payment-async): Don't crash if
3193 hashcash-path is nil. Don't call callback with incorrect number of
3194 parameters if val is 0.
3195
3196 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3197
3198 * message.el (message-required-news-headers):
3199 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
3200
3201 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
3202
3203 * message.el (message-generate-new-buffers): Change the meaning of the
3204 nil value; add `standard' to the choices; treat t as `unique'; improve
3205 doc string.
3206 (gnus-select-frame-set-input-focus): Autoload.
3207 (message-buffer-name): Search for the existing message buffer if
3208 message-generate-new-buffers is nil or `standard'; treat the value t of
3209 message-generate-new-buffers as `unique'.
3210 (message-pop-to-buffer): Raise the frame already displaying the message
3211 buffer; clear the echo area after querying.
3212 (message-setup): Pass the `continue' argument to compose-mail.
3213 (message-mail): Prefer `switch-function' if it is given; search for the
3214 existing message buffer if the `continue' argument is non-nil; pass
3215 continue and switch-function arguments to compose-mail by way of
3216 message-setup.
3217 (message-mail-other-window): Adjust argument of message-setup.
3218 (message-mail-other-frame): Ditto.
3219
3220 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
3221
3222 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
3223 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
3224 to turn font-lock on when turning gnus-message-citation-mode on.
3225
3226 2007-03-06 Daiki Ueno <ueno@unixuser.org>
3227
3228 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
3229 (mml-smime-function-alist): New variable; add epg as the backend.
3230 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
3231 mml-smime- functions instead.
3232 * mm-view.el: Require smime.
3233
3234 2007-03-05 Didier Verna <didier@xemacs.org>
3235
3236 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
3237 instead of just inheritance for posting styles.
3238 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
3239
3240 2007-02-24 John Paul Wallington <jpw@pobox.com>
3241
3242 * tls.el (tls-certtool-program): Fix custom type.
3243
3244 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3245
3246 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
3247 and point-at-eol instead of line-(beginning|end)-position.
3248
3249 * assistant.el (assistant-parse-buffer): Ditto.
3250
3251 2007-02-28 Daiki Ueno <ueno@unixuser.org>
3252
3253 * mml2015.el (mml2015-epg-find-usable-key): New function.
3254 (mml2015-epg-sign): Use it.
3255 (mml2015-epg-encrypt): Use it.
3256
3257 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
3258
3259 * message.el (message-make-in-reply-to): Quote name containing
3260 non-ASCII characters. It will make the RFC2047 encoder cause an error
3261 if there are special characters. Reported by NAKAJI Hiroyuki
3262 <nakaji@jp.freebsd.org>.
3263
3264 2007-02-27 Didier Verna <didier@xemacs.org>
3265
3266 Include the group parameters as well as the topic ones in the
3267 inheritance filter process.
3268 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
3269 argument GROUP-PARAMS-LIST.
3270 * gnus-topic.el (gnus-group-topic-parameters): Use it.
3271
3272 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
3273
3274 * nntp.el (nntp-never-echoes-commands)
3275 (nntp-open-connection-functions-never-echo-commands): New variables.
3276 (nntp-send-command): Use them.
3277
3278 2007-02-20 Daiki Ueno <ueno@unixuser.org>
3279
3280 * mml2015.el (mml2015-epg-verify): Simplified.
3281
3282 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
3283
3284 * mml.el (mml-content-disposition-alist): New user option.
3285 (mml-content-disposition): New function.
3286 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
3287 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
3288
3289 2007-02-19 Daiki Ueno <ueno@unixuser.org>
3290
3291 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
3292 verification.
3293
3294 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3295
3296 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
3297 articles posted in the last 24 hours.
3298
3299 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
3300
3301 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
3302
3303 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
3304
3305 * nntp.el (nntp-send-command): Don't wait for echoes when
3306 nntp-open-ssl-stream is used.
3307
3308 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
3309
3310 * gnus-cite.el (gnus-test-font-lock-add-keywords)
3311 (gnus-message-add-citation-keywords)
3312 (gnus-message-remove-citation-keywords): Remove.
3313 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
3314 directly, make the variables in font-lock-defaults buffer-local, add
3315 gnus-message-citation-keywords to them and then update the value of
3316 font-lock-keywords.
3317
3318 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
3319
3320 * message.el (message-cite-original-1): Don't call
3321 gnus-article-highlight-citation.
3322
3323 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
3324 citations; fix line count.
3325
3326 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
3327
3328 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
3329 (gnus-message-add-citation-keywords)
3330 (gnus-message-remove-citation-keywords): Use it; fix the emulating
3331 versions of font-lock-add-keywords and font-lock-remove-keywords to
3332 work with XEmacs correctly.
3333
3334 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
3335
3336 * gnus-cite.el (gnus-cite-face-list): Set the values of
3337 gnus-message-max-citation-depth and gnus-message-citation-keywords.
3338 (gnus-message-max-citation-depth): Use defvar rather than defconst.
3339 (gnus-message-cite-prefix-regexp): New variable.
3340 (gnus-message-search-citation-line): Use it; protect against long
3341 citation prefix; fill match data with nil rather than 0 for XEmacs; set
3342 the 0th match data for Emacs.
3343 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
3344 (gnus-message-add-citation-keywords): Append keywords rather than
3345 prepending; emulate font-lock-add-keywords if it is not available.
3346 (gnus-message-remove-citation-keywords): Emulate
3347 font-lock-remove-keywords if it is not available.
3348
3349 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
3350
3351 * message.el (message-cite-prefix-regexp): Set the value of
3352 gnus-message-cite-prefix-regexp.
3353
3354 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3355
3356 * nnweb.el (nnweb-google-parse-1): Update parser.
3357
3358 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3359
3360 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
3361
3362 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3363
3364 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3365 regexp.
3366
3367 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
3368
3369 * uudecode.el (uudecode-string-to-multibyte): New function emulating
3370 string-to-multibyte.
3371 (uudecode-decode-region-internal): Use it.
3372
3373 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
3374
3375 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
3376 custom choice.
3377
3378 * gnus-art.el (gnus-signature-limit): Fix custom choice.
3379
3380 2007-01-22 Daiki Ueno <ueno@unixuser.org>
3381
3382 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
3383
3384 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
3385 `write-region' to respect `mm-inhibit-file-name-handlers'.
3386
3387 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3388
3389 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
3390 Use gnus-home-directory instead of "~/" or "$HOME".
3391
3392 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
3393
3394 * encrypt.el (encrypt-insert-file-contents): Add better prompt
3395 to mention filename.
3396 Add comments at beginning regarding usage.
3397 (encrypt-write-file-contents): Change interactive so a string is
3398 acceptable. If the file has no associated model, show an error instead
3399 of a nonsense prompt.
3400
3401 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3402
3403 * spam.el (spam-bsfilter-ham-switch): Fix typo.
3404 Thanks to Yoshihiko Yamada for kind notification of this typo.
3405
3406 2007-01-12 Kenichi Handa <handa@m17n.org>
3407
3408 * uudecode.el (uudecode-decode-region-internal): Make it work in a
3409 multibyte buffer.
3410
3411 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
3412
3413 * gnus-score.el (gnus-score-fast-scoring): New variable.
3414 (gnus-score-headers): Use it.
3415
3416 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
3417
3418 * message.el (message-cite-original-1): Call
3419 gnus-article-highlight-citation if requested.
3420 (message-make-from): Allow name and address as optional arguments.
3421
3422 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
3423
3424 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
3425 bugs to doc string.
3426 (gnus-button-alist): Add mid\\|message-id.
3427 (gnus-button-fetch-group): Extend for use in
3428 `browse-url-browser-function'.
3429 (gnus-button-url-regexp): Try to catch paired parentheses like in
3430 Wikipedia URLs.
3431
3432 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
3433 Suggested by Simon Krahnke <overlord@gmx.li>.
3434
3435 2007-01-13 Romain Francoise <romain@orebokech.com>
3436
3437 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
3438 Update copyright.
3439
3440 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
3441
3442 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
3443
3444 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
3445
3446 * gnus-registry.el (gnus-registry-unfollowed-groups)
3447 (gnus-registry-split-fancy-with-parent): Fix documentation.
3448
3449 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
3450
3451 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
3452 from nnweb groups.
3453
3454 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
3455
3456 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
3457 Xref urls. Erase buffer before requesting head.
3458
3459 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3460
3461 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
3462
3463 * gnus-soup.el (gnus-soup): New custom group. Make user variables
3464 customizable.
3465
3466 2007-01-05 Daiki Ueno <ueno@unixuser.org>
3467
3468 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
3469 no signing key is found.
3470 (mml2015-epg-encrypt): Ask user whether to skip or abort if
3471 no encrypting and/or signing key is found.
3472
3473 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3474
3475 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3476
3477 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3478
3479 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3480 headers read from disk with the ones newly found in the current search.
3481 This should no longer cause problems, because the article numbers in
3482 Gmane's `nov.php' output are ignored since the previous change.
3483
3484 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3485
3486 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3487
3488 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3489
3490 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3491
3492 2007-01-01 Romain Francoise <romain@orebokech.com>
3493
3494 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3495
3496 2006-12-31 Steve Youngs <steve@sxemacs.org>
3497
3498 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3499 `define-minor-mode' macro definition expanded properly.
3500 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3501 exclude it there.
3502
3503 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3504 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3505 `fboundp' test.
3506 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3507 This is OK to autoload in (S)XEmacs now.
3508
3509 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3510
3511 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3512 keystroke.
3513 (gnus-summary-limit-to-singletons): Fix typo.
3514
3515 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3516 else fails.
3517
3518 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3519
3520 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3521 docstring.
3522
3523 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3524 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3525 (gnus-summary-insert-dormant-articles): Fix typo in message.
3526
3527 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3528
3529 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3530 nil for XEmacs.
3531 (gnus-message-citation-mode): Don't autoload in XEmacs.
3532
3533 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3534
3535 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3536
3537 * nnimap.el (nnimap-expunge-search-string): Mention
3538 nnimap-search-uids-not-since-is-evil in docstring.
3539
3540 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3541
3542 * spam.el: Revert to make-obsolete-variable because
3543 define-obsolete-variable-alias is not supported in Emacs 21.
3544
3545 * spam.el (spam-ifile-path, spam-ifile-database-path)
3546 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3547 make-obsolete-variable.
3548 (spam-bsfilter-path, spam-bsfilter-program)
3549 (spam-spamassassin-path, spam-spamassassin-program)
3550 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3551 use "path" inappropriately.
3552 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3553 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3554 variable names.
3555
3556 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3557
3558 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3559 summary buffer.
3560
3561 * password.el (password-cache-remove): Use clear-string to burn
3562 password, if available.
3563
3564 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3565
3566 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3567
3568 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3569
3570 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3571 (gnus-message-highlight-citation): Move defcustom here from
3572 gnus-cite.el.
3573 (gnus-message-citation-mode): Autoload.
3574
3575 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3576 checks to make it compile with XEmacs.
3577 (gnus-message-citation-mode): New minor mode.
3578 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3579 (gnus-message-highlight-citation): New variables.
3580 (gnus-message-search-citation-line)
3581 (gnus-message-add-citation-keywords)
3582 (gnus-message-remove-citation-keywords)
3583 (turn-on-gnus-message-citation-mode)
3584 (turn-off-gnus-message-citation-mode): New functions.
3585
3586 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3587
3588 * gnus-cite.el: Enable highlighting of different citation levels in
3589 message-mode.
3590
3591 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3592
3593 * message.el (message-make-fqdn): Fix comment.
3594 (message-bogus-system-names): Add ".local".
3595
3596 * spam.el (spam-ifile-path, spam-ifile-program)
3597 (spam-ifile-database-path, spam-ifile-database)
3598 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3599 Don't use "path" inappropriately.
3600 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3601 strings.
3602 (spam-check-ifile, spam-ifile-register-with-ifile)
3603 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3604 new variable names.
3605
3606 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3607 (gnus-treat-display-smileys): Simplify using
3608 gnus-image-type-available-p.
3609
3610 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3611 available.
3612
3613 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3614
3615 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3616 one after turning on the buffer's multibyteness instead of decoding
3617 them directly in the unibyte buffer that causes unexpected conversion
3618 in Emacs 23 (unicode).
3619
3620 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3621
3622 * message.el (message-generate-hashcash): Fix custom type.
3623
3624 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3625
3626 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3627
3628 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3629
3630 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3631 disconnect icons. Add help text.
3632
3633 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3634
3635 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3636 negated to be consistent with the others we handle.
3637
3638 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3639
3640 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3641 version of gnus-summary-buffer to something, so that we can use two
3642 article buffers at the same time.
3643
3644 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3645
3646 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3647 trigger all the extra headers.
3648 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3649 sorting.
3650
3651 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3652
3653 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3654 solid groups.
3655
3656 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3657
3658 * legacy-gnus-agent.el: Add Copyright notice.
3659
3660 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3661
3662 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3663
3664 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3665
3666 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3667
3668 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3669 to make it work reliably in CVS Emacs.
3670 (gnus-summary-limit-strange-charsets-predicate)
3671 (gnus-summary-limit-to-predicate): New functions.
3672
3673 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3674
3675 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3676 specifying array size.
3677 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3678 array if it is too small.
3679 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3680 (gnus-sort-threads-loop): New function.
3681
3682 2006-12-06 Chris Moore <dooglus@gmail.com>
3683
3684 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3685 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3686
3687 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3688
3689 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3690 options.
3691
3692 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3693
3694 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3695 DOS-ing the recipient.
3696
3697 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3698 the headers when creating the mapping to avoid mismappings.
3699 (nnweb-gmane-create-mapping): Always nix out old mapping.
3700
3701 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3702
3703 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3704 and mm-verify-option to never.
3705
3706 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3707
3708 * message.el (message-signed-or-encrypted-p): New function.
3709 (message-forward-make-body): Use it.
3710
3711 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3712 Replace encode-coding-string with mm-encode-coding-string.
3713
3714 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3715
3716 * nneething.el (nneething-decode-file-name): Replace
3717 decode-coding-string with mm-decode-coding-string.
3718
3719 * gnus-int.el (gnus-open-server): Say failed server's name.
3720
3721 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3722
3723 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3724 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3725
3726 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3727 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3728 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3729 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3730 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3731 (gnus-subscribe-newsgroup, gnus-1):
3732 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3733 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3734 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3735 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3736
3737 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3738
3739 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3740 keystroke.
3741 (gnus-summary-limit-to-bodies): Implement headersp.
3742
3743 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3744
3745 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3746
3747 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3748
3749 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3750
3751 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3752
3753 * message.el (message-generate-hashcash): Expand range of values to
3754 include `opportunistic'.
3755 (message-send-mail): Use it.
3756
3757 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3758
3759 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3760 and comment it.
3761
3762 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3763
3764 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3765
3766 * gnus-util.el (gnus-extract-address-components): Improve comment.
3767
3768 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3769
3770 * gnus-util.el (gnus-extract-address-components): Work with address in
3771 which the name portion contains @.
3772
3773 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3774
3775 * gnus.el (gnus-start): Move custom group up.
3776 (gnus-select-method): Don't autoload, but make it available for
3777 `customize-variable'.
3778 (gnus-getenv-nntpserver): Don't autoload.
3779
3780 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3781
3782 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3783
3784 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3785
3786 * message.el (message-sendmail-extra-arguments): New variable.
3787 (message-send-mail-with-sendmail): Use it.
3788
3789 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3790
3791 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3792 mm-with-unibyte-current-buffer to make string unibyte.
3793
3794 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3795 mm-string-as-multibyte.
3796
3797 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3798
3799 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3800 Reported by Werner Koch <wk@gnupg.org>.
3801
3802 2006-11-14 Daiki Ueno <ueno@p360>
3803
3804 * mml2015.el: Autoload epa-select-keys when compiling.
3805
3806 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3807
3808 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3809 message-options.
3810 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3811
3812 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3813
3814 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3815 EasyPG (< 0.0.6).
3816 (mml2015-always-trust): New user option.
3817 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3818 prompt.
3819
3820 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3821
3822 * nntp.el (nntp-authinfo-force): New variable.
3823 (nntp-send-authinfo): Use it.
3824
3825 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3826
3827 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3828 decode encoded words. Improve prompt. Add comment about forwarding.
3829 (message-replacement-char): Move up.
3830
3831 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3832
3833 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3834 instead of gnus-intersection because arguments of gnus-sorted-nunion
3835 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3836
3837 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3838
3839 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3840 (message-simplify-subject-functions): Enable
3841 message-strip-subject-encoded-words by default.
3842
3843 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3844
3845 * message.el (message-strip-subject-encoded-words): New function
3846 (message-simplify-subject-functions): New variable.
3847 (message-simplify-subject): Use it. Fix typo in doc string.
3848 Support message-strip-subject-encoded-words.
3849
3850 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3851
3852 * gnus-diary.el (gnus-diary-delay-format-function):
3853 * nndiary.el (nndiary-reminders):
3854 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3855
3856 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3857
3858 * gnus-art.el (article-hide-boring-headers): Fetch date from
3859 gnus-original-article-buffer to avoid problems with localized date
3860 strings.
3861
3862 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3863
3864 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3865
3866 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3867
3868 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3869 New variables.
3870 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3871 (mm-charset-synonym-alist): Move some entries to
3872 mm-codepage-iso-8859-list.
3873 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3874 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3875
3876 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3877
3878 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3879
3880 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3881
3882 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3883 with Emacs 21 and XEmacs.
3884
3885 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3886
3887 * spam.el (spam-parse-address): New function for better parsing,
3888 catching errors, etc.
3889 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3890
3891 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3892
3893 * mm-view.el: Add interactive arg to html2text autoload.
3894
3895 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3896
3897 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3898
3899 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3900
3901 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3902 variables.
3903 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3904 (mm-charset-synonym-alist): Move some entries to
3905 mm-codepage-iso-8859-list.
3906
3907 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3908
3909 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3910
3911 * message.el (message-citation-line-format)
3912 (message-insert-formated-citation-line): Fix implementation of %E, %N
3913 and %n according to the doc string.
3914
3915 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3916
3917 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3918 car-safe to avoid bad parses.
3919
3920 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3921
3922 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3923 names.
3924
3925 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3926
3927 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3928
3929 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3930 header.
3931
3932 * message.el (message-draft-headers): Add Date.
3933 (message-headers-to-generate): Fix typo in docstring.
3934
3935 * nndraft.el (nndraft-required-headers): New variable.
3936 (nndraft-generate-headers): Use it.
3937
3938 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3939
3940 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3941
3942 * gnus-registry.el (gnus-registry-wash-for-keywords)
3943 (gnus-registry-find-keywords): New functions to allow easy searching of
3944 articles that are in the registry.
3945
3946 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3947
3948 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3949 ietf-drums-parse-address instead of gnus-extract-address-components.
3950 Reported by Damien Elmes <damien@repose.cx>.
3951
3952 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3953
3954 * gnus.el (gnus-mime): Remove unused custom group.
3955
3956 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3957
3958 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3959 "blank line" when searching for end of armor headers.
3960
3961 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3962
3963 * gmm-utils.el (gmm-write-region): Fix variable name.
3964
3965 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3966
3967 * gmm-utils.el (gmm-write-region): New function based on compatibility
3968 code from `mm-make-temp-file'.
3969
3970 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3971
3972 * nnmaildir.el (nnmaildir--update-nov)
3973 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3974 Use `gmm-write-region'.
3975
3976 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3977
3978 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3979 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3980
3981 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3982
3983 * message.el (message-replacement-char): New variable.
3984 (message-fix-before-sending): Use it.
3985 (message-simplify-subject): New function to remove duplicate code.
3986 (message-reply, message-followup): Use it.
3987
3988 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3989 gnus-summary-limit-to-articles.
3990
3991 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3992
3993 * gnus-util.el (gnus-with-local-quit): New macro.
3994
3995 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3996
3997 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3998
3999 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
4000 ignore non-string data.
4001
4002 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
4003
4004 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
4005 non-string data (needs to be done in the registry too).
4006
4007 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4008
4009 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
4010 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
4011 (gnus-registry-split-fancy-with-parent)
4012 (gnus-registry-fetch-simplified-message-subject-fast)
4013 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
4014 Remove text properties on ingress into the registry and when it's saved.
4015 (gnus-registry-clean-empty-function): Fix bug with cleaning the
4016 registry from entries with no groups.
4017
4018 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
4019
4020 * gnus-util.el (gnus-string-remove-all-properties): Add utility
4021 function to remove string properties.
4022
4023 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
4024
4025 * gmm-utils.el (gmm): Adjust custom version.
4026
4027 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
4028 custom version.
4029
4030 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
4031
4032 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
4033
4034 * gnus-art.el (gnus-insert-prev-page-button)
4035 (gnus-insert-next-page-button): Simplify. Reformat.
4036
4037 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4038
4039 * gnus-art.el (gnus-insert-prev-page-button)
4040 (gnus-insert-next-page-button): Apply gnus-article-button-face.
4041
4042 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
4043
4044 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
4045
4046 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
4047
4048 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
4049 gnus-article-button-face to MIME and security buttons.
4050
4051 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
4052
4053 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
4054 readable.
4055
4056 2006-09-20 Steve Youngs <steve@sxemacs.org>
4057
4058 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
4059 `browse-url-of-file' instead of `browse-url'.
4060
4061 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4062
4063 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4064 regexp. Articles containing quotation were cut prematurely.
4065
4066 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
4067
4068 * message.el (message-cite-original-1): Use nobody by default for the
4069 value of From header.
4070 (message-reply): Ditto.
4071
4072 2006-09-11 Daiki Ueno <ueno@unixuser.org>
4073
4074 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
4075 to the gnus-info. This fixes a bug of inline-PGP message verification.
4076 Reported by Michael Piotrowski <mxp@dynalabs.de>.
4077
4078 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
4079
4080 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
4081 mails in the doc string. Add some URLs in comment.
4082 (pop3-movemail): Warn about pop3-leave-mail-on-server.
4083
4084 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
4085
4086 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
4087 backslashes handling and the way to find boundaries of quoted strings.
4088
4089 2006-09-07 Daiki Ueno <ueno@unixuser.org>
4090
4091 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
4092 mml1991-encrypt-to-self is set and mml1991-signers is not set.
4093 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
4094 mml2015-encrypt-to-self is set and mml2015-signers is not set.
4095
4096 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
4097
4098 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
4099 doc string.
4100 (gnus-button-regexp, gnus-button-last): Remove unused variables.
4101
4102 2006-09-06 Simon Josefsson <jas@extundo.com>
4103
4104 * mml2015.el (mml2015-use): Doc fix, mention epg.
4105
4106 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4107
4108 * mml2015.el (mml2015-use): Default to epg, if available.
4109
4110 2006-09-06 Daiki Ueno <ueno@unixuser.org>
4111
4112 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
4113 message-sender.
4114 (mml1991-epg-encrypt): Ditto.
4115 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
4116 message-sender.
4117 (mml2015-epg-encrypt): Ditto.
4118
4119 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
4120
4121 * message.el (message-send-mail-with-sendmail): Look for sendmail in
4122 several common directories.
4123
4124 2006-09-05 Daiki Ueno <ueno@unixuser.org>
4125
4126 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
4127 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
4128
4129 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4130
4131 * gnus-art.el (article-decode-encoded-words): Make it fast.
4132
4133 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
4134
4135 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
4136
4137 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
4138 in quoted string into `\'.
4139
4140 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4141
4142 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4143 Use standard-syntax-table.
4144
4145 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
4146
4147 * gnus-art.el (gnus-decode-address-function): New variable.
4148 (article-decode-encoded-words): Use it to decode headers which are
4149 assumed to contain addresses.
4150 (gnus-mime-delete-part): Remove useless `or'.
4151
4152 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
4153 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
4154 (gnus-nov-parse-line): Use it to decode From header.
4155 (gnus-get-newsgroup-headers): Ditto.
4156 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
4157
4158 * mail-parse.el (mail-decode-encoded-address-region): New alias.
4159 (mail-decode-encoded-address-string): New alias.
4160
4161 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4162 New function.
4163 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
4164 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
4165 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
4166 (rfc2047-decode-string): Ditto.
4167 (rfc2047-decode-address-region): New function.
4168 (rfc2047-decode-address-string): New function.
4169
4170 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
4171
4172 * message.el (message-caesar-buffer-body): Allow rotating headers.
4173
4174 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
4175
4176 * message.el (message-insert-formated-citation-line): Fix %f.
4177 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
4178
4179 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
4180
4181 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
4182 (gnus-bookmark-mouse-available-p): New macro.
4183 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
4184 (gnus-bookmark-bmenu-show-infos): Use it.
4185 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
4186 (gnus-bookmark-bmenu-hide-infos): Ditto.
4187 (gnus-bookmark-remove-properties): New function.
4188 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
4189 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
4190 (gnus-bookmark-write-file): Bind coding-system-for-write.
4191 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
4192 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
4193 group before selecting it.
4194 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
4195 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
4196 quit-window if it is not available; use gnus-mouse-2 and bind it to
4197 gnus-bookmark-bmenu-select-by-mouse.
4198 (gnus-bookmark-show-details): Remove unused variable `details-list'.
4199 (gnus-bookmark-bmenu-select-by-mouse): New function.
4200
4201 2006-08-13 Romain Francoise <romain@orebokech.com>
4202
4203 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
4204 space.
4205
4206 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4207
4208 * compface.el (uncompface): Use binary rather than raw-text-unix.
4209
4210 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
4211
4212 * compface.el (uncompface): Make sure the eol conversion doesn't take
4213 place when communicating with the external programs. Reported by
4214 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
4215
4216 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
4217
4218 * nnheader.el (nnheader-insert-head): Fix typo in comment.
4219
4220 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4221
4222 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4223 Make it more robust by parsing author and date independently.
4224
4225 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
4226
4227 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
4228
4229 2006-07-28 Daiki Ueno <ueno@unixuser.org>
4230
4231 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
4232 first matching secret key.
4233 (mml2015-epg-encrypt): Ditto.
4234
4235 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
4236 first matching secret key.
4237 (mml1991-epg-encrypt): Ditto.
4238
4239 * mml2015.el (mml2015-encrypt-to-self): New user option.
4240 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
4241 mml2015-epg-encrypt-to-self is set.
4242
4243 * mml1991.el (mml1991-encrypt-to-self): New variable.
4244 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
4245 mml1991-epg-encrypt-to-self is set.
4246
4247 * mml2015.el (mml2015-signers): New user option.
4248 (mml2015-epg-sign): Reflect the value of mml2015-signers.
4249 (mml2015-epg-encrypt): Allow to select signing keys.
4250
4251 * mml1991.el (mml1991-signers): New variable.
4252 (mml1991-epg-sign): Reflect the value of mml1991-signers.
4253 (mml1991-epg-encrypt): Allow to select signing keys.
4254
4255 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
4256
4257 * nnheader.el (nnheader-insert-head): Make it work even if the file
4258 uses CRLF for the line-break code.
4259
4260 2006-07-25 Daiki Ueno <ueno@unixuser.org>
4261
4262 * mml2015.el: Require mml-sec instead of password.
4263 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
4264 (mml2015-cache-passphrase): Inherit the default value from
4265 mml-secure-cache-passphrase.
4266 (mml2015-passphrase-cache-expiry): Inherit the default value from
4267 mml-secure-passphrase-cache-expiry.
4268
4269 * mml1991.el: Require mml-sec instead of password.
4270 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
4271 (mml1991-cache-passphrase): Inherit the default value from
4272 mml-secure-cache-passphrase.
4273 (mml1991-passphrase-cache-expiry): Inherit the default value from
4274 mml-secure-passphrase-cache-expiry.
4275
4276 * mml-sec.el: Require password.
4277 (mml-secure-verbose): New user option.
4278 (mml-secure-cache-passphrase): New user option.
4279 (mml-secure-passphrase-cache-expiry): New user option.
4280
4281 2006-07-24 Daiki Ueno <ueno@unixuser.org>
4282
4283 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
4284 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
4285 andreas@altroot.de (Andreas Vögele).
4286
4287 FIXME: Use `tiny change'?
4288
4289 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4290
4291 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
4292 workaround for the url package included with Emacs.
4293
4294 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4295
4296 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
4297
4298 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
4299 correctly. This fixes a bug caused by the 2006-05-12 change.
4300
4301 2006-07-18 Karl Fogel <kfogel@red-bean.com>
4302
4303 * nnmail.el (nnmail-article-group): If splitting raises an error, give
4304 some information about the error when saying that the `bogus' mail
4305 group will be used.
4306
4307 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
4308
4309 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
4310 string.
4311
4312 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
4313
4314 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
4315
4316 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4317
4318 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
4319
4320 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4321
4322 * mml1991.el (mml1991-function-alist): Add epg.
4323 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
4324 (mml1991-epg-encrypt): New functions.
4325
4326 2006-07-10 Daiki Ueno <ueno@unixuser.org>
4327
4328 * mml2015.el (mml2015-verbose): New variable.
4329 (mml2015-cache-passphrase): Ditto.
4330 (mml2015-passphrase-cache-expiry): Ditto.
4331 (mml2015-function-alist): Add epg.
4332 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
4333 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
4334 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
4335 functions.
4336
4337 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4338
4339 * message.el (message-cite-original-1): Preserve region when removing
4340 quoted text due to X-No-Archive in order to avoid bogus attribution
4341 when citing multiple messages.
4342
4343 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4344
4345 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
4346 Kenneth Jacker <khj@be.cs.appstate.edu>.
4347
4348 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
4349
4350 * gnus-diary.el (gnus-user-format-function-d)
4351 (gnus-user-format-function-D): Autoload.
4352
4353 * imap.el (Commentary): Fix typo.
4354
4355 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
4356 2006-04-22 contribution.
4357
4358 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4359
4360 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
4361 It didn't really fix the bogosity I'm seeing with solid web groups.
4362
4363 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4364
4365 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
4366 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
4367 created using server names. If we use the feature without declaring
4368 it, Gnus does not properly manage server and group state.
4369
4370 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
4371 bound.
4372
4373 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4374
4375 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
4376 looking up the method using GROUP's prefix before inventing a new one.
4377 It is used on killed/unknown groups in various places where returning
4378 an all-new method isn't expected by the caller.
4379
4380 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
4381 and match semantics of gnus-group-real-prefix.
4382
4383 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
4384
4385 * nnmail.el (nnmail-broken-references-mailers): New variable.
4386 (nnmail-ignore-broken-references): New function generalizing
4387 nnmail-fix-eudora-headers.
4388 (nnmail-fix-eudora-headers): Now obsolete.
4389
4390 * gnus-art.el (gnus-button-handle-custom): Support
4391 `customize-apropos*'.
4392
4393 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4394
4395 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
4396
4397 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
4398 articles.
4399
4400 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
4401
4402 * message.el (message-cite-reply-above): New variable.
4403 (message-yank-original): Use it.
4404
4405 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
4406
4407 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
4408
4409 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
4410
4411 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
4412 as read.
4413
4414 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
4415
4416 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
4417
4418 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
4419 (gnus-bookmark-default-file): Use gnus-directory.
4420 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
4421 Remove "*" in doc string.
4422 (gnus-bookmark-write-file): Simplify.
4423 (gnus-bookmark-maybe-sort-alist): Use `when'.
4424 (gnus-bookmark-get-bookmark): Fix typo in doc string.
4425 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
4426 FIXME about Emacs 21 and XEmacs compatibility.
4427 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
4428 compatibility.
4429 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
4430 compatibility.
4431 (gnus-bookmark-menu-heading): Fix version.
4432
4433 2006-06-19 Bastien Guerry <bzg@altern.org>
4434
4435 * gnus-bookmark.el: New file.
4436
4437 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
4438
4439 * message.el (message-syntax-checks): Doc fix.
4440
4441 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4442
4443 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
4444 unsubscribed groups as if they were killed ones. It causes duplicate
4445 entries in gnus-newsrc-alist.
4446
4447 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
4448
4449 * message.el (message-syntax-checks): Doc fix.
4450 (message-send-mail): Add check for continuation headers.
4451 (message-check-news-header-syntax): Fix regexp used to check for
4452 continuation headers.
4453
4454 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
4455
4456 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
4457
4458 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
4459
4460 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
4461
4462 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
4463
4464 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
4465 default-truncate-lines.
4466
4467 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
4468
4469 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
4470 to fill the utf-8 entry.
4471
4472 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4473
4474 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4475
4476 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4477
4478 * gnus-agent.el (directory-files-and-attributes): Move all the way
4479 forward (the third and final move).
4480 (gnus-agent-read-agentview): Trap reconstruction errors due to
4481 nonexistant directory. Handle by returning nil.
4482
4483 2006-05-30 Didier Verna <didier@xemacs.org>
4484
4485 * message.el (message-dont-reply-to-names): Update the custom type.
4486 * message.el (message-dont-reply-to-names): New defsubst: potentially
4487 convert a list of regexps into a single one.
4488 * message.el (message-get-reply-headers): Use it.
4489 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4490
4491 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4492
4493 * gnus-agent.el (directory-files-and-attributes): Move forward.
4494
4495 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4496
4497 * gnus-ml.el (gnus-mailing-list-subscribe)
4498 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4499 (gnus-mailing-list-message): Fix doc strings.
4500
4501 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4502
4503 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4504 of doing it manually.
4505
4506 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4507
4508 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4509 comment.
4510
4511 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4512
4513 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4514 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4515 (gnus-agent-read-local): All symbols allocated in my-obarray
4516 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4517 (gnus-agent-regenerate-group): Check numeric names to see if they are
4518 messages or groups.
4519 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4520 better way of do this...)
4521
4522 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4523 'dummy.group' (there should be a better way of do this...)
4524
4525 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4526
4527 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4528 (gnus-saved-headers): Ditto.
4529 (gnus-default-article-saver): Mention functions may have properties.
4530 (gnus-article-save): Override gnus-save-all-headers and
4531 gnus-saved-headers by :headers property which saver function may have.
4532 (gnus-summary-save-in-file): Add :headers property.
4533 (gnus-summary-write-to-file): Ditto.
4534
4535 * gnus-sum.el (gnus-summary-save-article): Bind
4536 gnus-prompt-before-saving to t when saving many articles in a file;
4537 always show all headers.
4538
4539 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4540
4541 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4542 marks.
4543
4544 * message.el (message-indent-citation): Add optional arguments to allow
4545 using it outside of message buffers.
4546
4547 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4548 (gnus-article-treat-unfold-headers): Use it.
4549 (gnus-article-truncate-lines): New variable.
4550 (gnus-article-mode): Use it.
4551 (gnus-article-toggle-truncate-lines): New function.
4552
4553 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4554 gnus-article-toggle-truncate-lines.
4555
4556 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4557 coding system in XEmacs, use binary.
4558
4559 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4560
4561 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4562 after-load-alist.
4563
4564 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4565 this function should save decoded articles.
4566 (gnus-summary-write-to-file): Use property to specify this function
4567 should save decoded articles and specify gnus-summary-save-in-file
4568 should be used to save articles other than the first one when saving
4569 many articles.
4570 (gnus-summary-save-body-in-file): Use property to specify this
4571 function should save decoded articles.
4572 (gnus-summary-write-body-to-file): Use property to specify this
4573 function should save decoded articles and specify
4574 gnus-summary-save-body-in-file should be used to save articles other
4575 than the first one when saving many articles.
4576
4577 * gnus-sum.el (gnus-summary-save-article): Simplify.
4578
4579 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4580
4581 * gnus-art.el (gnus-default-article-saver): Add
4582 gnus-summary-write-body-to-file.
4583 (gnus-article-save-coding-system): Don't use coding system object
4584 in XEmacs.
4585 (gnus-read-save-file-name): Add optional `dir-var' argument which
4586 specifies directory in which files are saved; work even if optional
4587 `variable' argument is not specified.
4588 (gnus-summary-write-to-file): Read file name.
4589 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4590 (gnus-summary-write-body-to-file): New function.
4591
4592 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4593 (gnus-summary-local-variables): Add it.
4594 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4595 (gnus-summary-save-article): Remove optional `decode' argument;
4596 determine whether to decode articles by the value of
4597 gnus-default-article-saver; when saving many files using
4598 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4599 it first and use gnus-summary-save-in-file or
4600 gnus-summary-save-body-in-file thereafter unless
4601 gnus-prompt-before-saving is always; move point to article which
4602 will be saved.
4603 (gnus-summary-save-article-file): Revert.
4604 (gnus-summary-write-article-file): Revert.
4605 (gnus-summary-save-article-body-file): Revert.
4606 (gnus-summary-write-article-body-file): New function.
4607
4608 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4609
4610 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4611
4612 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4613
4614 * gnus-art.el (gnus-default-article-saver): Doc fix.
4615 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4616 from gnus-summary-save-article-coding-system, and default to a
4617 certain coding system.
4618 (gnus-output-to-file): Add coding cookie and encode text according
4619 to gnus-article-save-coding-system; don't use mm-append-to-file.
4620
4621 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4622 gnus-art.el and rename to gnus-article-save-coding-system.
4623 (gnus-summary-save-article): Require gnus-art; don't show all
4624 headers if it decodes articles; don't add coding cookie here;
4625 don't bind mm-text-coding-system-for-write.
4626 (gnus-summary-save-article-file): Save decoded articles.
4627 (gnus-summary-write-article-file): When saving many files, use
4628 gnus-summary-write-to-file first and gnus-summary-save-in-file
4629 thereafter unless gnus-prompt-before-saving is always.
4630 (gnus-summary-save-article-body-file): Save decoded articles.
4631
4632 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4633
4634 * nnrss.el (nnrss-check-group): Bind hash-index.
4635
4636 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4637
4638 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4639 its hash index. Store this hash in `nnrss-group-data'.
4640 (nnrss-read-group-data): Update accordingly.
4641
4642 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4643
4644 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4645 entry.
4646
4647 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4648 gnus-article-browse-html-article.
4649
4650 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4651
4652 * gnus-sum.el (gnus-summary-mime-map): Add
4653 gnus-article-browse-html-article.
4654 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4655
4656 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4657 suitable coding systems in customize.
4658
4659 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4660
4661 * mail-source.el (mail-sources): Fix custom type.
4662
4663 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4664
4665 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4666 (gnus-summary-expire-articles-now): Shorten prompt.
4667
4668 * gmm-utils.el (wid-edit): Require.
4669 (defun-gmm): Renamed from `gmm-defun-compat'.
4670 (gmm-image-search-load-path): Use it.
4671 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4672
4673 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4674
4675 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4676 variable.
4677 (gnus-summary-save-article): Add optional `decode' argument. If
4678 it is set and gnus-summary-save-article-coding-system is non-nil,
4679 save decoded article.
4680 (gnus-summary-write-article-file): Save decoded article if
4681 gnus-summary-save-article-coding-system is non-nil.
4682
4683 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4684 type.
4685
4686 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4687
4688 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4689
4690 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4691
4692 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4693 first to test gnus-single-article-buffer which may be buffer-local.
4694
4695 * gnus-sum.el (gnus-summary-setup-buffer): Make
4696 gnus-single-article-buffer buffer-local and nil in ephemeral
4697 group; make gnus-article-buffer, gnus-article-current, and
4698 gnus-original-article-buffer always buffer-local.
4699 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4700 group.
4701 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4702
4703 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4704
4705 * nnml.el (nnml-request-compact-group): Compressed files might not
4706 have .gz extension.
4707
4708 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4709
4710 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4711 (mm-copy-to-buffer): Use with-current-buffer.
4712 (mm-display-part): Simplify.
4713 (mm-inlinable-p): Add optional arg `type'.
4714
4715 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4716
4717 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4718 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4719 Try harder to show the attachment internally or externally using
4720 gnus-mime-view-part-as-type.
4721
4722 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4723
4724 * message.el (message-from-style, message-signature-separator)
4725 (message-user-organization-file, message-send-mail-function)
4726 (message-citation-line-function, message-yank-prefix)
4727 (message-indent-citation-function, message-signature)
4728 (message-signature-file, message-signature-insert-empty-line):
4729 Remove autoloads.
4730
4731 * gnus-art.el (gnus-buttonized-mime-types): Remove
4732 "multipart/signed". Revert 2006-04-26 change.
4733
4734 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4735
4736 * gnus.el (gnus-version-number): Bump version.
4737
4738 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4739
4740 * gnus.el: No Gnus v0.5 is released.
4741
4742 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4743
4744 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4745 fetching articles by message-id.
4746
4747 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4748
4749 * message.el (hashcash): Require hashcash as normal.
4750
4751 * ecomplete.el (ecomplete-highlight-match-line): Use
4752 point-at-eol.
4753 (ecomplete-highlight-match-line): Use `highlight', because that
4754 face exists in both Emacs and XEmacs.
4755
4756 * message.el (message-display-abbrev): Use point-at-bol.
4757
4758 * mail-source.el: Don't require timer/timer-funcs.
4759
4760 * gnus-async.el: Ditto.
4761
4762 * password.el: Ditto.
4763
4764 * mm-url.el: Ditto.
4765
4766 * mm-util.el: Require timer/timer-funcs.
4767
4768 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4769
4770 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4771 Close.
4772
4773 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4774
4775 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4776 unibyte after clear-decrypt function runs.
4777
4778 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4779 returns as a unibyte string.
4780
4781 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4782
4783 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4784 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4785 (mml1991-pgg-encrypt): Ditto.
4786
4787 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4788
4789 * message.el (message-user-organization-file): Check several
4790 locations of the organization file.
4791
4792 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4793 Add gnus-article-view-part-as-type.
4794
4795 * gnus-art.el (gnus-article-view-part-as-type): New function.
4796
4797 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4798 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4799
4800 * mml.el: Simplify autoload.
4801 (mml-mode): defvar dnd-protocol-alist instead of using
4802 symbol-value.
4803 (mml-default-directory): New variable.
4804 (mml-minibuffer-read-file): Use it.
4805 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4806
4807 * message.el (message-citation-line-format): New variable.
4808 (message-insert-formated-citation-line): New function.
4809 (message-citation-line-function): Add
4810 `message-insert-formated-citation-line' to custom type.
4811
4812 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4813 to doc string.
4814
4815 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4816 depending on mm-verify-option.
4817
4818 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4819
4820 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4821 binding pgg-* variables; reimplement the section which prevents
4822 MIME header from being signed.
4823 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4824 pgg-text-mode; remove a blank line at the top of body.
4825
4826 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4827 lines at the top of body; use gnus-newsgroup-charset if there's no
4828 Charset header.
4829
4830 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4831
4832 * message.el (message-self-insert-commands): Doc fix.
4833
4834 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4835 (mm-uu-pgp-encrypted-test): Ditto.
4836 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4837 between header and body; return application/pgp-encrypted handle
4838 if decryption failed; decode decrypted body by charset.
4839
4840 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4841 element match to application/pgp-*.
4842
4843 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4844
4845 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4846 HTML.
4847
4848 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4849
4850 * mail-source.el (mail-source-call-script): Message the error
4851 string.
4852
4853 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4854
4855 * gnus-util.el (gnus-byte-compile): Use it.
4856
4857 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4858
4859 * gnus-util.el (kill-empty-logs): New function.
4860
4861 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4862
4863 * message.el (message-mail-alias-type): Doc fix.
4864 (message-mail-alias-type-p): New function.
4865 (message-send): Use it.
4866 (message-mode): Ditto.
4867 (message-strip-forbidden-properties): Ditto.
4868
4869 * ecomplete.el (ecomplete-database-file-coding-system): New
4870 variable.
4871 (ecomplete-save): Use it.
4872 (ecomplete-setup): Use it.
4873
4874 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4875
4876 * message.el (message-self-insert-commands): New variable.
4877 (message-strip-forbidden-properties): Use it.
4878
4879 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4880
4881 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4882 that doesn't make XEmacs choke.
4883
4884 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4885
4886 * gnus-util.el (gnus-replace-in-string):
4887 Prefer replace-regexp-in-string over of replace-in-string.
4888
4889 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4890
4891 * gnus-util.el (gnus-select-frame-set-input-focus):
4892 Use select-frame-set-input-focus if it is available in XEmacs; use
4893 definition defined in Emacs 22 for old Emacsen.
4894
4895 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4896
4897 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4898
4899 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4900
4901 * gnus-registry.el (gnus-registry-cache-save): Remove text
4902 properties when saving via the temp buffer.
4903
4904 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4905
4906 * message.el (message-generate-hashcash): Honor custom type.
4907
4908 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4909
4910 * message.el (message-generate-hashcash): Default to non-nil when
4911 hashcash is found.
4912
4913 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4914 (gnus-refer-thread-limit): Increase default to 500.
4915
4916 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4917
4918 * flow-fill.el (fill-flowed): Allow delete-space.
4919
4920 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4921
4922 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4923 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4924 Remove autoloads.
4925
4926 2006-04-18 Simon Josefsson <jas@extundo.com>
4927
4928 * message.el (message-generate-hashcash): Default to.
4929
4930 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4931
4932 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4933 concatenating segments rather than before concatenating them.
4934
4935 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4936
4937 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4938
4939 * imap.el (imap-quote-specials): New function.
4940 (imap-login-auth): Quote specials.
4941
4942 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4943
4944 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4945
4946 * message.el (message-forward-make-body-plain): Allow
4947 message-forward-ignored-headers to be a list.
4948 (message-remove-ignored-headers): Factor out into function.
4949 (message-forward-make-body-mml): Use it.
4950 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4951 (rfc2231-parse-string): Allow concatanation of parameters that
4952 aren't contiguous. The test case is
4953 (mail-header-parse-content-type "message/external-body;
4954 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4955 access-type=LOCAL-FILE;
4956 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4957
4958 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4959
4960 * nntp.el (nntp-accept-process-output): Return the value of
4961 `nnheader-accept-process-output'.
4962
4963 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4964
4965 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4966 (gnus-button-alist): Recognize more diff formats.
4967 (gnus-button-patch): Strip directory.
4968
4969 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4970
4971 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4972 Emacs 22 when setting focus.
4973
4974 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4975
4976 * gnus-art.el (gnus-article-treat-types): Do treatment of
4977 text/x-verbatim parts.
4978 (gnus-button-patch): New command.
4979
4980 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4981 addresses that contain invalid characters.
4982
4983 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4984
4985 * message.el (message-put-addresses-in-ecomplete): Use
4986 gnus-replace-in-string.
4987 (message-is-yours-p): Use the more correct
4988 mail-header-parse-address instead of
4989 mail-extract-address-components.
4990 (message-put-addresses-in-ecomplete): Fix typo.
4991
4992 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4993 keystroke.
4994
4995 * gnus-art.el (gnus-treatment-function-alist): Change order of
4996 newsgroups/generic header folding to avoid double-folding.
4997
4998 * message.el (message-hidden-headers): Add X-Draft-From.
4999
5000 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
5001 command.
5002 (gnus-summary-repeat-search-article-backward): New command.
5003
5004 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
5005 groups in the parent topic.
5006
5007 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
5008
5009 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
5010 (spam-extra-header-to-number): Return the CRM114 number as a
5011 number instead of a string.
5012
5013 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
5014
5015 * gnus-art.el (gnus-face-properties-alist): Moved here from
5016 gnus-fun.
5017
5018 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
5019
5020 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5021
5022 * message.el (message-strip-forbidden-properties): Only display on
5023 self-insert-command.
5024
5025 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
5026 reindent.
5027 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
5028
5029 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
5030
5031 * smiley.el (smiley-style): Fix typo.
5032
5033 2006-03-23 Kenichi Handa <handa@m17n.org>
5034
5035 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
5036 instead of set-buffer-multibyte.
5037
5038 2006-03-23 Kenichi Handa <handa@m17n.org>
5039
5040 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5041 buffer and then decode the buffer text if necessary.
5042 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5043 first, and after mm-encode-body, change the buffer to unibyte.
5044
5045 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
5046
5047 * hashcash.el (hashcash-insert-payment-async-2): Use
5048 message-goto-eoh instead of doing it manually.
5049 (mail-add-payment): Use message-narrow-to-header instead of trying
5050 to do the same itself.
5051
5052 * message.el (message-hidden-headers): Add Face.
5053
5054 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
5055 reparenting code.
5056 (gnus-summary-reparent-children): Refactored out code.
5057 (gnus-summary-thread-map): New keystroke.
5058 (gnus-summary-reparent-children): Make into command.
5059
5060 * smiley.el (smiley-style): Default to `medium' if using a large
5061 font.
5062
5063 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
5064 does it itself.
5065
5066 * message.el (message-point-in-header-p): Simplify definition.
5067
5068 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
5069
5070 * nnagent.el (nnagent-request-set-mark): Silence log file
5071 writing.
5072 (nnagent-request-set-mark): Use write-region instead of
5073 append-to-file.
5074
5075 * gnus-sum.el (gnus-read-header): Fudge article number if using a
5076 strange select method.
5077
5078 * ecomplete.el (ecomplete-display-matches): Get highlightling
5079 right.
5080 (ecomplete-display-matches): Use literals.
5081 (ecomplete-display-matches): Disable message logging.
5082
5083 * message.el (message-display-abbrev): Small optimization.
5084
5085 * ecomplete.el (ecomplete-display-matches): Allow automatic
5086 display.
5087
5088 * message.el (message-strip-forbidden-properties): Display
5089 abbrevs.
5090 (message-display-abbrev): Get automatic display right.
5091
5092 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
5093 keystrokes.
5094
5095 2006-04-13 Romain Francoise <romain@orebokech.com>
5096
5097 TODO: Backport to v5-10!
5098
5099 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
5100 Moved here (and renamed) from gnus-registry.el.
5101
5102 * gnus-registry.el: Require gnus-util.
5103 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
5104
5105 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
5106
5107 * gnus-group.el (gnus-group-catchup-current): Change
5108 if-then-else-if-then-else into cond.
5109 (gnus-group-catchup): Indent.
5110 (group-name-at-point): New function.
5111 (gnus-fetch-group): Provide default from thing at point.
5112
5113 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5114
5115 * message.el (message-display-abbrev): Fix regexp.
5116
5117 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
5118 choosing.
5119 (ecomplete-highlight-match-line): Fix up code rewrite, remove
5120 dead variables.
5121
5122 * message.el (message-newline-and-indent): Remove debugging.
5123 (message-display-abbrev): Use new implementation.
5124
5125 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
5126
5127 * gnus-art.el (gnus-article-mode): Set
5128 cursor-in-non-selected-windows to nil.
5129
5130 * smiley.el: Revert previous change.
5131 (smiley-data-directory): defvar it before using it in the
5132 defcustom of `smiley-style'.
5133
5134 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5135
5136 * message.el (message-newline-and-indent): New function.
5137
5138 * ecomplete.el: Implement more bits.
5139
5140 * message.el (message-put-addresses-in-ecomplete): Clean up the
5141 string.
5142
5143 * ecomplete.el (ecomplete-add-item): Chop off decimals.
5144
5145 * gnus-sum.el (gnus-summary-save-parts): Bind
5146 gnus-summary-save-parts-counter and use it to make unique file
5147 names.
5148
5149 * gnus-art.el (gnus-ignored-headers): Add some more headers.
5150
5151 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
5152 parameter to say whether to actually parse the individual
5153 addresses.
5154
5155 * message.el (message-put-addresses-in-ecomplete): New function.
5156 (ecomplete): Require.
5157 (message-mail-alias-type): Add ecomplete as an option.
5158
5159 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
5160
5161 * flow-fill.el (fill-flowed): Remove trailing space from blank
5162 quoted lines.
5163
5164 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
5165
5166 * smiley.el (smiley-style): Move definition later to avoid a
5167 compilation warning.
5168
5169 2006-04-12 Kenichi Handa <handa@m17n.org>
5170
5171 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
5172 buffer and then decode the buffer text if necessary.
5173 (rfc2231-encode-string): Be sure to work on multibyte buffer at
5174 first, and after mm-encode-body, change the buffer to unibyte.
5175 Use mm-disable-multibyte instead of set-buffer-multibyte.
5176
5177 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
5178
5179 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
5180 Content-Type header instead of Content-Disposition header.
5181 (gnus-mime-inline-part): Ditto.
5182 (gnus-mime-view-part-as-charset): Ignore charset that the part
5183 specifies.
5184
5185 * mm-decode.el (mm-display-part): Work with external parts and
5186 usual parts similarly.
5187
5188 * mm-extern.el (mm-inline-external-body): Use mm-display-part
5189 instead of gnus-display-mime.
5190
5191 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
5192 instead of with-temp-buffer.
5193
5194 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
5195 tag to summarized topics part in order to encode non-ASCII text.
5196
5197 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5198
5199 * smiley.el (smiley-style): New variable.
5200 (smiley-directory): New function.
5201 (smiley-data-directory): Derive from `smiley-style' using
5202 `smiley-directory'.
5203 (smiley-regexp-alist): Add new entries.
5204
5205 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
5206 (gnus-article-browse-delete-temp): Add :version.
5207
5208 2006-04-11 Arne Jørgensen <arne@arnested.dk>
5209
5210 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
5211 the sieve region.
5212
5213 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5214
5215 * gnus.el (gnus-version-number): Bump version.
5216
5217 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
5218
5219 * gnus.el: No Gnus v0.4 is released.
5220
5221 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
5222
5223 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
5224 layout.
5225
5226 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
5227 unknown charset.
5228
5229 * message.el (message-header-synonyms): Add Original-To to the
5230 default.
5231
5232 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
5233 optional parameter.
5234
5235 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5236
5237 * gnus-fun.el (gnus): Require it for gnus-directory.
5238
5239 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5240
5241 * gnus-fun.el (gnus-face-properties-alist): Add :version.
5242
5243 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5244
5245 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
5246
5247 2006-04-05 Simon Josefsson <jas@extundo.com>
5248
5249 * password.el (password-reset): New function.
5250
5251 2006-04-05 Daiki Ueno <ueno@unixuser.org>
5252
5253 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
5254 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
5255
5256 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5257
5258 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5259 Some whitespace was matched into the url, which broke browsing hits
5260 > 100 when mm-url-use-external was nil.
5261
5262 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
5263
5264 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
5265 gnus-extra-headers for 'Newsgroups.
5266
5267 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
5268 bound.
5269
5270 2006-04-04 Daiki Ueno <ueno@unixuser.org>
5271
5272 * pgg-gpg.el: Clean up process buffers every time gpg processes
5273 complete.
5274
5275 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
5276
5277 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
5278 doc string.
5279
5280 2006-04-03 Daiki Ueno <ueno@unixuser.org>
5281
5282 * pgg-gpg.el (pgg-gpg-process-filter)
5283 (pgg-gpg-wait-for-completion): Check if buffer is alive.
5284
5285 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
5286 lines, temporary fix.
5287
5288 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
5289
5290 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
5291
5292 2006-03-29 Daiki Ueno <ueno@unixuser.org>
5293
5294 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
5295 default-enable-multibyte-characters. This reverts the change from
5296 revision 6.17 which is no longer necessary because the passphrase
5297 is sent separately now. GnuPG messages are unreadable under
5298 multibyte locales with default-enable-multibyte-characters set to
5299 nil.
5300
5301 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
5302
5303 * message.el (message-tool-bar-gnome): Move "spell".
5304
5305 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
5306
5307 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
5308 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
5309 instead.
5310
5311 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
5312
5313 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
5314 newsgroups handling for NNTP overviews which don't include
5315 Newsgroups.
5316
5317 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5318
5319 * message.el (message-resend): Bind message-generate-hashcash to nil.
5320
5321 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5322
5323 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
5324 when searching for already-paid recipients.
5325
5326 2006-03-27 Daiki Ueno <ueno@unixuser.org>
5327
5328 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
5329 passphrases when it is not needed.
5330 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
5331 passphrase stuff from gpg, should only be necessary when you use
5332 gpg with a smartcard.
5333
5334 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
5335
5336 * mml.el (mml-insert-mime): Ignore cached contents of
5337 message/external-body part.
5338
5339 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
5340 (mm-insert-part): Ditto.
5341
5342 2006-03-23 Simon Josefsson <jas@extundo.com>
5343
5344 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
5345 Reiner.
5346 (pgg-gpg-use-agent-p): Use it again.
5347
5348 2006-03-23 Simon Josefsson <jas@extundo.com>
5349
5350 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
5351 older emacsen.
5352 (pgg-gpg-use-agent-p): Don't use it.
5353
5354 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
5355
5356 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
5357 if we can.
5358
5359 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
5360
5361 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
5362 (pgg-gpg-update-agent): New function.
5363 (pgg-gpg-use-agent-p): New function.
5364 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
5365 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
5366 (pgg-gpg-sign-region): Use it.
5367
5368 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
5369
5370 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
5371 Reported by Ralf Wachinger <rwachinger@gmx.de>.
5372
5373 2006-03-21 Simon Josefsson <jas@extundo.com>
5374
5375 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
5376 <wilde@sha-bang.de>.
5377 (pgg-gpg-use-agent): New variable.
5378 (pgg-gpg-process-region): Use it.
5379 (pgg-gpg-encrypt-region): Likewise.
5380 (pgg-gpg-encrypt-symmetric-region): Likewise.
5381 (pgg-gpg-decrypt-region): Likewise.
5382 (pgg-gpg-sign-region): Likewise.
5383 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
5384
5385 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
5386
5387 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
5388
5389 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
5390 Add comment on version.
5391
5392 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
5393
5394 * smiley.el: Add missing test smiley.
5395
5396 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
5397
5398 * mm-decode.el (mm-with-part): New macro.
5399 (mm-get-part): Use it; work with message/external-body as well.
5400 (mm-save-part): Treat name and filename equally.
5401
5402 * mm-extern.el (mm-extern-cache-contents): New function.
5403 (mm-inline-external-body): Use it; force the part to be displayed;
5404 move undisplayer added to the cached handle to the parent.
5405
5406 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
5407 (gnus-mime-view-part-as-type): Work with message/external-body.
5408
5409 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
5410
5411 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
5412
5413 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
5414 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
5415 Emacs.]
5416
5417 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
5418
5419 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
5420 path rather than symbol. Always return list of directories.
5421 Guarantee that image directory comes first. [Sync with image.el,
5422 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
5423
5424 * message.el (message-make-tool-bar): Adjust to new API of
5425 `gmm-image-load-path-for-library'.
5426
5427 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5428
5429 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5430
5431 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5432
5433 * gnus-art.el (gnus-article-only-boring-p):
5434 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
5435 intangible text.
5436 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
5437
5438 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
5439
5440 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
5441 `defun' instead of `gmm-defun-compat'.
5442
5443 2006-03-14 Simon Josefsson <jas@extundo.com>
5444
5445 * message.el (message-unique-id): Don't use message-number-base36
5446 if (user-uid) is a float.
5447 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
5448
5449 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
5450
5451 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
5452
5453 * gnus-art.el (gnus-mime-display-single): Make sure there is an
5454 empty line between a part and a message part.
5455
5456 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
5457
5458 * smiley.el: Add more test smileys.
5459 (smiley-data-directory, smiley-regexp-alist)
5460 (gnus-smiley-file-types): Fix doc strings.
5461 (smiley-update-cache): Clear smiley-cached-regexp-alist before
5462 adding new elements.
5463 (smiley-mouse-map): Unused code. Make it a comment.
5464
5465 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
5466
5467 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
5468 scan latest NoCeM messages instead of old ones.
5469 (gnus-nocem-check-article): Fix regexps so as to match to PGP
5470 delimiters that are recently used.
5471 (gnus-nocem-load-cache): Add autoload cookie.
5472
5473 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5474
5475 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5476 level which is larger than gnus-use-nocem is specified.
5477
5478 * gnus-group.el (gnus-group-get-new-news): Ditto.
5479
5480 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5481
5482 * gnus-util.el (gnus-tool-bar-update): New function.
5483
5484 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5485 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5486
5487 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5488
5489 * gnus-group.el (gnus-group-redraw-when-idle)
5490 (gnus-group-redraw-check): Remove.
5491 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5492
5493 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5494
5495 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5496 if optional last element is specified in splits (FIELD VALUE...).
5497
5498 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5499
5500 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5501 to gmm-image-load-path-for-library. Call with no-error argument.
5502 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5503
5504 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5505
5506 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5507
5508 * gmm-utils.el (gmm-image-load-path): Remove alias.
5509
5510 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5511
5512 * gmm-utils.el (gmm-image-load-path): Add alias.
5513
5514 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5515 nnml-generate-nov-databases-1.
5516 (nnml-generate-nov-databases): Use it.
5517 (nnml-generate-nov-databases-directory): Document no-active
5518 argument.
5519
5520 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5521 directory if path is t. Add no-error.
5522
5523 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5524 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5525
5526 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5527 resetting gnus-article-browse-html-temp-list.
5528
5529 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5530 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5531 Add example to docstring. Rename local variables. Move error
5532 checks to default case in cond and simplify.
5533
5534 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5535
5536 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5537 handle is multipart when calling it recursively.
5538 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5539
5540 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5541
5542 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5543 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5544
5545 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5546
5547 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5548 is loaded.
5549
5550 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5551 loaded.
5552
5553 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5554
5555 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5556 to "Emacs 23 (unicode)" in doc string.
5557
5558 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5559 "Emacs 23 (unicode)" in comment.
5560
5561 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5562
5563 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5564
5565 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5566 characters 160 through 255 in Emacs 23.
5567
5568 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5569
5570 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5571 gnus-article-browse-html-temp.
5572 (gnus-article-browse-delete-temp): Make it customizable. Add
5573 `file'. Adjust doc string.
5574 (gnus-article-browse-delete-temp-files): Add argument. Allow
5575 query for each file. Adjust doc string.
5576 (gnus-article-browse-html-parts): Add
5577 `gnus-article-browse-delete-temp-files' to
5578 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5579
5580 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5581
5582 * gnus-art.el (gnus-article-browse-html-temp)
5583 (gnus-article-browse-delete-temp): New variables.
5584 (gnus-article-browse-delete-temp-files): New function.
5585 (gnus-article-browse-html-parts): Use it.
5586
5587 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5588
5589 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5590
5591 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5592 string.
5593
5594 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5595 gnus-summary-insert-new-articles when unplugged. Remove
5596 gnus-summary-search-article-forward.
5597
5598 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5599 display-visual-class instead of display-color-cells.
5600
5601 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5602
5603 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5604 message/* containing non-ASCII text properly.
5605
5606 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5607
5608 * message.el: Require gmm-utils, remove autoloads.
5609 (message-tool-bar): Set default based on
5610 gmm-tool-bar-style.
5611 (message-tool-bar-gnome): Add gmm-customize-mode.
5612
5613 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5614 gmm-tool-bar-style.
5615 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5616
5617 * gnus-group.el (gnus-group-tool-bar): Set default based on
5618 gmm-tool-bar-style.
5619 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5620
5621 * gmm-utils.el (gmm-image-directory): Rename variable from
5622 gmm-image-load-path.
5623 (gmm-image-load-path): Use gmm-image-directory.
5624 (gmm-customize-mode): New function.
5625 (gmm-tool-bar-style): New variable.
5626
5627 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5628 gnus-group-redraw-line-number.
5629 (gnus-group-redraw-check): Simplify.
5630 (gnus-group-tool-bar-update): Remove redraw check.
5631 (gnus-group-make-tool-bar): Add redraw check.
5632
5633 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5634
5635 * gnus-art.el (gnus-button): Add missing parentheses.
5636
5637 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5638
5639 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5640
5641 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5642
5643 * gnus-art.el (gnus-button): New face.
5644 (gnus-article-button-face): Use it.
5645
5646 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5647 gnus-summary-next-page. Re-order.
5648
5649 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5650 next-node are now included.
5651 (gnus-group-redraw-line-number): New internal variable.
5652 (gnus-group-redraw-check): Helper function for updating the tool
5653 bar.
5654 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5655
5656 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5657
5658 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5659 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5660 Use it to match format of Spamassassin 3.0 and later. Reported by
5661 IRIE Tetsuya <irie@t.email.ne.jp>.
5662 (spam-check-bogofilter)
5663 (spam-bogofilter-register-with-bogofilter): Fix args of
5664 `gnus-error' calls.
5665
5666 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5667
5668 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5669 unnecessary interaction when sending queued mails. Reported by
5670 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5671
5672 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5673
5674 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5675 first or last are nil.
5676
5677 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5678
5679 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5680
5681 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5682
5683 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5684
5685 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5686
5687 * dns.el (query-dns): Protect more against buggy tcp output.
5688
5689 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5690
5691 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5692 nov.php.
5693
5694 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5695
5696 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5697 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5698 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5699 output on the server side.
5700 (nnweb-google-create-mapping): Update regexps and add some
5701 progress indication.
5702
5703 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5704
5705 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5706 gnus-agent-toggle-plugged. Re-order icons.
5707 (gnus-group-tool-bar-gnome): Add
5708 gnus-group-{prev,next}-unread-group.
5709 (gnus-group-tool-bar-gnome): Re-order icons.
5710
5711 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5712 gnus-summary-insert-new-articles.
5713
5714 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5715 comments.
5716
5717 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5718 also available in Emacs 21.3.
5719
5720 * message.el (message-fix-before-sending): Change "Emacs 22" to
5721 "Emacs 23 (unicode)" in comment.
5722
5723 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5724 "Emacs 23 (unicode)" in comment.
5725
5726 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5727 comment.
5728 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5729
5730 * mm-view.el (mm-fill-flowed): Add :version.
5731
5732 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5733
5734 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5735 and load-path.
5736
5737 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5738
5739 * message.el: Autoload gmm-image-load-path.
5740 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5741 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5742 consitency.
5743
5744 * gmm-utils.el (gmm-image-load-path): Also search in
5745 "../etc/images". Don't set gmm-image-load-path if we don't find
5746 the image.
5747
5748 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5749
5750 * gmm-utils.el (gmm-image-load-path): Don't make
5751 `gmm-image-load-path' include subdirectories which the second arg
5752 `image' might specify.
5753
5754 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5755 subdirectory to icon file names.
5756
5757 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5758
5759 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5760
5761 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5762 gmm-image-load-path calls.
5763
5764 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5765
5766 * message.el (message-make-tool-bar): Ditto.
5767
5768 * mml.el (mml-preview): Added comment concerning tool bar icons.
5769
5770 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5771 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5772
5773 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5774 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5775
5776 * message.el (message-tool-bar-gnome): Use new icon names.
5777 (message-make-tool-bar): Use `gmm-image-load-path'.
5778
5779 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5780 functions from MH-E.
5781 (gmm-image-load-path): New variable from MH-E.
5782 (gmm-image-load-path): New function from MH-E. Added arguments
5783 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5784 *-image-load-path-called-flag.
5785
5786 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5787
5788 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5789
5790 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5791
5792 * nnimap.el (nnimap-request-move-article): Change folder back to
5793 source group before deleting.
5794
5795 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5796
5797 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5798
5799 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5800 mm-url.
5801
5802 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5803
5804 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5805
5806 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5807 coding system which mm-charset-to-coding-system returns for a
5808 given charset is valid.
5809
5810 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5811
5812 * html2text.el (html2text-remove-tag-list):
5813 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5814
5815 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5816
5817 * gnus-cus.el: Revert 2005-10-17 change.
5818
5819 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5820
5821 * gnus-art.el (article-strip-banner): Call
5822 article-really-strip-banner only when the regexp match is made.
5823
5824 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5825
5826 * gnus-art.el (article-strip-banner): Use
5827 gnus-extract-address-components instead of
5828 mail-header-parse-addresses to make it work with non-ASCII text;
5829 remove mail-encode-encoded-word-string.
5830
5831 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5832 values which are surrounded with \"...\"; make it never cause a
5833 Lisp error; give up parsing of parameters if it failed in
5834 extracting type.
5835
5836 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5837
5838 * smime.el (smime-cert-by-ldap-1): Fix bug where
5839 `smime-ldap-search' returns results without userCertificates.
5840
5841 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5842
5843 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5844
5845 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5846
5847 * spam.el (spam-check-spamassassin-headers): Adapt format for
5848 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5849 <ari@mbf.ocn.ne.jp>.
5850 (spam-list-of-processors): Add spam-use-gmane.
5851
5852 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5853
5854 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5855 make-temp-file; make it work with XEmacs as well.
5856
5857 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5858 mm-make-temp-file.
5859
5860 * mm-decode.el (mm-display-external): Use the 3rd arg of
5861 mm-make-temp-file.
5862 (mm-create-image-xemacs): Ditto.
5863
5864 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5865
5866 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5867 with message-narrow-to-headers.
5868 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5869 (gnus-draft-check-draft-articles): New function.
5870 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5871
5872 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5873
5874 * gnus-art.el (gnus-article-browse-html-parts):
5875 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5876 Don't use suffix argument for mm-make-temp-file for Emacs 21
5877 compatibility. Remove useless `format'.
5878
5879 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5880
5881 * nnweb.el (nnweb-google-wash-article): Update regexps.
5882 (nnweb-group-alist): Use defvoo instead of defvar.
5883
5884 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5885
5886 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5887 re-loading nn* modules.
5888
5889 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5890
5891 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5892 for `tool-bar-mode' and don't check it's default-value.
5893
5894 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5895
5896 * message.el (message-make-tool-bar): Ditto.
5897
5898 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5899 `substring'. Shorten tmp-file name.
5900
5901 * gnus.el: Remove bogus comment.
5902
5903 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5904
5905 * gnus-art.el (gnus-article-browse-html-parts): New function.
5906 (gnus-article-browse-html-article): New function for viewing html
5907 articles with a browser.
5908
5909 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5910
5911 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5912 (mml2015-pgg-encrypt): Ditto.
5913
5914 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5915 (mml1991-pgg-encrypt): Ditto.
5916
5917 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5918
5919 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5920 message-make-date instead of current-time-string.
5921
5922 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5923 to gnus-decoded which mm-uu might set.
5924
5925 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5926
5927 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5928 don't decode quoted parameters; remove misimported Emacs code.
5929 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5930 (rfc2231-decode-encoded-string): Don't use split-string which
5931 behaves differently according to Emacs version; use
5932 mm-decode-coding-region to convert charset to coding-system.
5933 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5934 (rfc2231-encode-string): Remove misimported Emacs code.
5935
5936 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5937
5938 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5939 when calling mail-header-parse-content-type.
5940 (article-de-quoted-unreadable): Ditto.
5941 (article-de-base64-unreadable): Ditto.
5942 (article-wash-html): Ditto.
5943
5944 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5945 calling mail-header-parse-content-type and
5946 mail-header-parse-content-disposition.
5947 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5948 mail-header-parse-content-type.
5949
5950 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5951 insert charset and format parameters; encode description after
5952 inserting it to buffer.
5953 (mml-insert-parameter): Fold lines properly even if a parameter is
5954 segmented into two or more lines; change the max column to 76.
5955
5956 * rfc1843.el (rfc1843-decode-article-body): Don't use
5957 ignore-errors when calling mail-header-parse-content-type.
5958
5959 * rfc2231.el (rfc2231-parse-string): Return at least type if
5960 possible; don't cause an error even if it fails in parsing of
5961 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5962 (rfc2231-encode-string): Don't break lines at the beginning, leave
5963 it to mml-insert-parameter.
5964
5965 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5966 calling mail-header-parse-content-type.
5967
5968 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5969
5970 * spam-report.el (spam-report-gmane-use-article-number):
5971 Improve doc string.
5972 (spam-report-gmane-internal): Check if a suitable header was found
5973 in the article.
5974
5975 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5976
5977 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5978 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5979
5980 2006-02-05 Romain Francoise <romain@orebokech.com>
5981
5982 Update copyright notices of all files in the gnus directory.
5983
5984 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5985
5986 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5987
5988 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5989
5990 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5991 segmented lines of parameter value to cope with Thunderbird 1.5
5992 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5993 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5994 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5995
5996 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5997
5998 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5999 parts.
6000
6001 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6002
6003 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
6004 there's only one active file for all servers.
6005 (nnweb-request-scan): Make sure nnweb-articles is initialized on
6006 solid groups. Gnus might have used a FAST request to select the group.
6007 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
6008 and nnweb-search redundantly in the active file.
6009 (nnweb-request-list): Don't list bogus groups. There can only be one.
6010 (nnweb-request-create-group): Don't use ARGS.
6011 (nnweb-possibly-change-server, nnweb-request-group): Remove some
6012 initialisations. Let nnoo do the work.
6013
6014 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
6015
6016 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
6017 Say the part has been decoded.
6018
6019 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
6020
6021 2006-01-31 Kevin Ryde <user42@zip.com.au>
6022
6023 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
6024 mailcap-viewer-test-cache when there's no 'test clause, since that
6025 will invert the meaning of a "nil" test previously determined by
6026 mailcap-mailcap-entry-passes-test.
6027
6028 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
6029
6030 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
6031 compiling.
6032
6033 * gnus-sum.el: Ditto.
6034
6035 * message.el: Don't bind tool-bar-map when compiling.
6036
6037 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
6038
6039 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
6040
6041 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6042
6043 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
6044 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
6045 current Google Groups.
6046
6047 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
6048
6049 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
6050 and tool-bar-mode.
6051
6052 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
6053 and tool-bar-mode.
6054
6055 * message.el (message-tool-bar-update): Simplify.
6056 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
6057
6058 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
6059 gnus-summary-buffer.
6060 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
6061 gnus-summary-reply.
6062
6063 * gmm-utils.el (gmm): Add :version.
6064
6065 2006-01-26 Steve Youngs <steve@sxemacs.org>
6066
6067 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
6068 autoload.
6069
6070 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
6071
6072 * gmm-utils.el (gmm-verbose): Add :group.
6073
6074 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
6075
6076 * message.el: Change some comments WRT tool-bars.
6077
6078 * gnus-sum.el (gnus-summary-tool-bar)
6079 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
6080 (gnus-summary-tool-bar-zap-list): New variables.
6081 (gnus-summary-make-tool-bar): Complete rewrite using
6082 `gmm-tool-bar-from-list'.
6083
6084 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
6085 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
6086 variables.
6087 (gnus-group-make-tool-bar): Complete rewrite using
6088 `gmm-tool-bar-from-list'.
6089 (gnus-group-tool-bar-update): New function.
6090
6091 * message.el (message-mode-field-menu): Add "Show hidden Headers".
6092
6093 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
6094
6095 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
6096 is dissected into a single part of which the type is the same as
6097 the given one; decode charset.
6098
6099 2006-01-21 Kevin Ryde <user42@zip.com.au>
6100
6101 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
6102 into alists as symbol not string, since that's what
6103 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
6104 look for.
6105
6106 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
6107
6108 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
6109 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
6110
6111 * message.el (message-tool-bar-gnome): Use gmm-ignore.
6112
6113 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6114
6115 * gnus-art.el (gnus-mime-security-button-commands): New variable.
6116 (gnus-mime-security-button-menu): New definition.
6117 (gnus-mime-security-button-map): Use them.
6118 (gnus-mime-security-button-menu): New function.
6119 (gnus-insert-mime-security-button): Addition to help echo.
6120 (gnus-mime-security-run-function, gnus-mime-security-save-part)
6121 (gnus-mime-security-pipe-part): New functions.
6122
6123 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
6124 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
6125
6126 * mm-decode.el (mm-handle-set-disposition): Remove.
6127 (mm-handle-set-description): Remove.
6128
6129 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
6130
6131 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
6132 (mm-w3m-standalone-supports-m17n-p): New function.
6133 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
6134 w3m usage.
6135
6136 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
6137 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
6138
6139 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
6140
6141 * message.el (message-tool-bar-zap-list): Use
6142 gmm-tool-bar-zap-list as custom type.
6143 (message-tool-bar-update): New function.
6144 (message-tool-bar, message-tool-bar-gnome)
6145 (message-tool-bar-retro): Add message-tool-bar-update.
6146 (message-tool-bar-gnome): Add flyspell-buffer.
6147
6148 * gnus-util.el (gnus-error): Describe `args'.
6149
6150 * gmm-utils.el (gmm-error): Describe `args'.
6151 (gmm-tool-bar-zap-list): New widget.
6152 (gmm-tool-bar-from-list): Improve description of `zap-list'.
6153
6154 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6155
6156 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
6157 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
6158 the number of recursive calls.
6159
6160 * mm-decode.el (mm-handle-set-disposition): New macro.
6161 (mm-handle-set-description): New macro.
6162
6163 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
6164
6165 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
6166 encoding.
6167
6168 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6169
6170 * message.el (message-tool-bar-zap-list, message-tool-bar)
6171 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
6172 (message-tool-bar-local-item-from-menu): Remove.
6173 (message-tool-bar-map): Replace by `message-make-tool-bar'.
6174 (message-make-tool-bar): New function.
6175 (message-mode): Use `message-make-tool-bar'.
6176
6177 * gmm-utils.el: New file.
6178 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
6179 (gmm-lazy): New widget copied from `nnmail.el'.
6180 (gmm-tool-bar-from-list): New function for creating customizable
6181 tool bars.
6182 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
6183 output.
6184 (gmm): Add :prefix to defgroup.
6185
6186 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
6187
6188 * gmm-utils.el (gmm-widget-p): New function.
6189
6190 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
6191
6192 * mml.el (mml-attach-file): Describe `description' in doc string.
6193 (mml-menu): Add Emacs MIME manual and PGG manual.
6194
6195 2006-01-20 Richard M. Stallman <rms@gnu.org>
6196
6197 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
6198
6199 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
6200
6201 * nntp.el (nntp-end-of-line): Doc fix.
6202
6203 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
6204
6205 * imap.el (imap-open): Handle case where buffer is a buffer
6206 object.
6207
6208 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6209
6210 * gnus-delay.el (gnus-delay): Don't autoload.
6211 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6212 to be re-loaded when customizing the `gnus-delay' group.
6213
6214 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
6215
6216 * message.el (message-insert-citation-line): Use newlines.
6217
6218 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
6219
6220 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
6221
6222 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
6223
6224 2006-01-19 Mark D. Baushke <mdb@gnu.org>
6225
6226 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
6227
6228 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
6229
6230 * mm-decode.el (mm-inlined-types): Add application/pgp.
6231 (mm-automatic-display): Ditto.
6232
6233 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
6234 part as text.
6235
6236 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
6237
6238 * nnrss.el: Update copyright.
6239 (nnrss-opml-import): Query whether to subscribe to each entry.
6240
6241 * gnus-art.el:
6242 * gnus-sum.el:
6243 * mm-uu.el:
6244 * mm-view.el: Update copyright.
6245
6246 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
6247
6248 * message.el (message-info): New function.
6249 (message-mode-menu): Add it.
6250 Update copyright.
6251
6252 * ChangeLog: Fix and update copyright.
6253
6254 2006-01-13 Romain Francoise <romain@orebokech.com>
6255
6256 * message.el (message-forward-subject-name-subject): Prefer the
6257 address to 'nowhere' if the sender has no name.
6258 Fix typo. Update copyright year.
6259
6260 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
6261
6262 * gnus-art.el (article-wash-html): Use
6263 gnus-summary-show-article-charset-alist if a numeric arg is given.
6264 (gnus-article-wash-html-with-w3m-standalone): New function.
6265
6266 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
6267 mm-inline-text-html-render-with-w3m-standalone.
6268 (mm-text-html-washer-alist): Map w3m-standalone to
6269 gnus-article-wash-html-with-w3m-standalone.
6270 (mm-inline-text-html-render-with-w3m-standalone): New function.
6271
6272 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6273
6274 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
6275 Improve LaTeX.
6276
6277 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
6278
6279 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
6280 (nnrss-request-article): Render text/plain parts as HTML.
6281
6282 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
6283 the buffer.
6284
6285 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
6286
6287 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
6288 custom definition of `gnus-posting-styles'.
6289
6290 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
6291 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
6292
6293 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
6294
6295 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
6296 Use nntp for bug archive.
6297
6298 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
6299
6300 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
6301 parts.
6302 (nnrss-normalize-date): New function converts ISO 8601 date into
6303 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6304 (nnrss-check-group): Use it.
6305
6306 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
6307
6308 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
6309
6310 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
6311 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
6312 (nnrss-insert-w3): Ditto.
6313
6314 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
6315
6316 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
6317 the articles to be forwarded including the case where neither a
6318 number of articles nor a region is specified.
6319
6320 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
6321
6322 * nnrss.el (nnrss-request-article): Fix last change; fill
6323 text/plain parts.
6324
6325 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
6326
6327 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
6328 in text/plain part.
6329 (nnrss-check-group): Don't add excessive newline to dc:subject.
6330
6331 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
6332
6333 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
6334 article.
6335
6336 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
6337
6338 * nnml.el: Don't require gnus-bcklg. Autoload it.
6339 (nnml-use-compressed-files, nnml-save-mail): Support other
6340 comression programs such as bzip2.
6341
6342 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6343
6344 * dns.el (query-dns): Make sure we check the buffer size before
6345 removing tcp headers.
6346
6347 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
6348
6349 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
6350 remove MIME buttons associated with multipart/alternative parts.
6351 (gnus-mime-display-alternative): Tag buttons using `article-type'
6352 text property.
6353
6354 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
6355 associated with multipart/alternative parts.
6356
6357 * gnus-art.el (gnus-signature-separator): Fix custom type.
6358
6359 * mm-decode.el (mm-inlined-types): Fix custom type.
6360 (mm-keep-viewer-alive-types): Ditto.
6361 (mm-automatic-display): Ditto.
6362 (mm-attachment-override-types): Ditto.
6363 (mm-inline-override-types): Ditto.
6364 (mm-automatic-external-display): Ditto.
6365
6366 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
6367
6368 * spam-report.el (spam-report-user-mail-address)
6369 (spam-report-user-agent): New variables.
6370 (spam-report-url-ping-plain): Use spam-report-user-agent.
6371
6372 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
6373
6374 * gnus-art.el (gnus-button-handle-custom): Do not just use
6375 `customize-apropos' for any "M-x customize-*" button but the
6376 function called for. Accept both the function name and its
6377 argument in order to achieve this.
6378 (gnus-button-alist): Remove support for "custom:" URL's. Pass
6379 function name to `gnus-button-handle-custom' in case of "M-x
6380 customize-*" buttons.
6381
6382 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6383
6384 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
6385 multipart/alternative and add xref to mm-discouraged-alternatives
6386 in doc string.
6387
6388 * mm-decode.el (mm-discouraged-alternatives): Add xref to
6389 gnus-buttonized-mime-types in doc string.
6390
6391 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
6392
6393 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
6394 Suggest image/.* in the doc string.
6395
6396 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
6397
6398 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
6399 message-marks (Debian bug #342521).
6400
6401 2005-12-12 Simon Josefsson <jas@extundo.com>
6402
6403 * password.el (password-read-from-cache): Add.
6404 (password-read): Use it.
6405
6406 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
6407
6408 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
6409 us-ascii as a MIME charset.
6410
6411 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
6412 against the case where the 2nd arg TYPE is nil.
6413
6414 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6415
6416 * pop3.el (pop3-stream-type): Fix custom version.
6417
6418 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
6419
6420 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6421
6422 * mm-decode.el (mm-display-external): Add missing cdr.
6423
6424 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
6425
6426 * mm-decode.el (mm-display-external): Use nametemplate (defined in
6427 RFC1524) if it is in mailcap or add a suffix according to
6428 mailcap-mime-extensions when generating a temp filename; postpone
6429 deleting a temp file for 2 seconds for some wrappers, shell
6430 scripts, and so on, which might exit right after having started a
6431 viewer command as a background job.
6432
6433 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6434
6435 * nntp.el (nntp-marks-directory): Fix custom group.
6436
6437 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
6438 steps when < 10.
6439
6440 * gnus-start.el (gnus-no-server-1): Mention
6441 `gnus-level-default-subscribed' in doc string.
6442
6443 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
6444
6445 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
6446 parens.
6447
6448 2005-11-26 Dave Love <fx@gnu.org>
6449
6450 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
6451 (tls-program, tls-success): Provide openssl alternative.
6452
6453 * starttls.el: Doc fixes.
6454 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
6455 SERVICE to PORT.
6456
6457 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
6458 port null or service name.
6459 (starttls-negotiate): Autoload.
6460
6461 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
6462
6463 * message.el (message-kill-to-signature): Fix interactive spec.
6464
6465 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
6466
6467 * pop3.el (pop3-open-server): Recognize a string as a service name.
6468
6469 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6470
6471 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6472
6473 2005-11-23 Dave Love <fx@gnu.org>
6474
6475 Add pop3s, pop3/starttls.
6476
6477 * pop3.el (pop3-authentication-scheme): Clarify doc.
6478 (open-tls-stream, starttls-open-stream): Autoload.
6479 (pop3-stream-type): New.
6480 (pop3-open-server): Use it.
6481
6482 * mail-source.el (mail-sources): Fix some :types. Add stream type
6483 for POP.
6484 (mail-source-keyword-map): Add :stream for POP.
6485 (mail-source-fetch-pop): Use pop3-stream-type.
6486
6487 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6488
6489 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6490 of current-time-string.
6491
6492 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6493
6494 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6495 date header.
6496
6497 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6498
6499 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6500 it can seriously impact performance as it bypasses the agent's
6501 local caches.
6502
6503 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6504
6505 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6506 must be explicitly online rather than "not explicitly offline" for
6507 its flags to be synchronized.
6508
6509 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6510 that gnus-uu-unmark-thread will function correctly.
6511
6512 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6513 1024K is instead displayed as 1M.
6514
6515 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6516
6517 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6518
6519 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6520
6521 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6522
6523 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6524
6525 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6526 error message to display actual error condition.
6527 (gnus-agent-save-local): Avoid saving symbols that are bound to
6528 nil as they simply result in a warning message in
6529 gnus-agent-read-local.
6530
6531 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6532
6533 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6534 rather than make-variable-buffer-local for file-precious-flag.
6535
6536 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6537
6538 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6539 for duplicates which are removed. The invalid sort check then
6540 triggers a rescan after the sort as sorting may have moved
6541 duplicate entries such that they can be cheaply detected.
6542
6543 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6544
6545 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6546
6547 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6548
6549 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6550 internal variable to a custom variable. Changed default value
6551 from compressed(2) to uncompressed(1).
6552 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6553 support for uncompressed agentview files. Taken together, reading
6554 the agentview file should now be 6-7 times faster.
6555
6556 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6557
6558 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6559 as a buffer-local variable. This avoids creating truncated
6560 dribble files as a result of a hang up, eg.
6561
6562 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6563
6564 * gnus-start.el (gnus-start-draft-setup): Enforce
6565 `gnus-draft-mode' for nndraft:drafts at startup.
6566
6567 * gnus.el (gnus-splash): Change custom group.
6568 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6569 allow-list argument.
6570
6571 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6572 string.
6573
6574 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6575
6576 * gnus-art.el (gnus-default-article-saver): Add user-defined
6577 `function' to custom type.
6578
6579 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6580
6581 * imap.el (imap-open): Handle case where buffer is a buffer
6582 object.
6583
6584 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6585
6586 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6587 long lines.
6588 (gnus-cache-delete-group): Wrap doc strings.
6589
6590 * gnus-agent.el (gnus-agent-rename-group)
6591 (gnus-agent-delete-group): Wrap doc strings.
6592
6593 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6594
6595 * gnus-start.el (gnus-1): Add "native" to
6596 gnus-predefined-server-alist.
6597
6598 * gnus.el (gnus-method-to-server): Don't add "native" to the
6599 lists here, because that leads to problems when
6600 gnus-select-method is bound.
6601
6602 2005-11-09 Simon Josefsson <jas@extundo.com>
6603
6604 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6605 use (not sort-by-date) instead.
6606
6607 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6608
6609 * gnus-delay.el (gnus-delay-group): Don't autoload.
6610 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6611 to be re-loaded when customizing the `gnus-delay' group.
6612
6613 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6614
6615 * message.el: Revert last changes.
6616 (message-insert-citation-line): Use newlines.
6617
6618 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6619
6620 * message.el (message-courtesy-message)
6621 (message-mark-insert-begin, message-mark-insert-end)
6622 (message-elide-ellipsis, message-cancel-message)
6623 (message-add-header, message-change-subject)
6624 (message-cross-post-followup-to-header)
6625 (message-cross-post-insert-note, message-reduce-to-to-cc)
6626 (message-widen-reply, message-delete-not-region)
6627 (message-kill-to-signature, message-insert-signature)
6628 (message-insert-importance-high, message-insert-importance-low)
6629 (message-insert-or-toggle-importance)
6630 (message-insert-disposition-notification-to)
6631 (message-indent-citation, message-yank-original)
6632 (message-cite-original-without-signature, message-cite-original)
6633 (message-insert-citation-line, message-position-on-field)
6634 (message-fix-before-sending, message-send-mail-partially)
6635 (message-send-mail, message-send-mail-with-sendmail)
6636 (message-send-mail-with-qmail, message-send-news)
6637 (message-check-news-header-syntax, message-generate-headers)
6638 (message-insert-courtesy-copy, message-fill-address)
6639 (message-fill-header, message-shorten-references)
6640 (message-setup-1, message-cancel-news)
6641 (message-forward-make-body-plain, message-forward-make-body-mime)
6642 (message-forward-make-body-mml, message-encode-message-body)
6643 (message-forward-make-body-digest-plain)
6644 (message-forward-make-body-digest-mime)
6645 (message-use-alternative-email-as-from): Insert `hard-newline'
6646 instead of ordinary newlines.
6647
6648 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6649
6650 * message.el (message-generate-headers): Downcase the argument
6651 given to message-check-element.
6652
6653 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6654
6655 * nntp.el (nntp-authinfo-rejected): New error condition.
6656 (nntp-wait-for): Use new error condition to signal authentication
6657 error.
6658 (nntp-retrieve-data): Rethrow new error condition to break out of
6659 recursive call to nntp-send-authinfo.
6660
6661 2005-11-08 Romain Francoise <romain@orebokech.com>
6662
6663 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6664 (gnus-summary-exit-map): Bind to `Z p'.
6665 (gnus-summary-make-menu-bar): Add menu item.
6666
6667 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6668
6669 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6670 (gnus-treat-*): Add `first' in all doc strings.
6671
6672 * gnus-group.el (gnus-group-compact-group): Fix typo.
6673
6674 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6675
6676 * gnus.el (gnus-parameters-case-fold-search): New variable.
6677 (gnus-parameters-get-parameter): Use it.
6678
6679 * gnus-score.el (gnus-home-score-file): Doc fix.
6680
6681 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6682
6683 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6684
6685 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6686
6687 * mm-util.el (mm-special-display-p): New function.
6688
6689 * mml.el (mml-preview): Use it; doc fix.
6690
6691 2005-10-29 Romain Francoise <romain@orebokech.com>
6692
6693 * message.el (message-fix-before-sending): Fix comment.
6694
6695 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6696
6697 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6698
6699 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6700
6701 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6702 Used in gnus-score.el.
6703
6704 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6705
6706 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6707
6708 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6709
6710 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6711 whitespace removed in revision 7.8. Use concatenated string to
6712 protect trailing whitespace.
6713
6714 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6715
6716 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6717 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6718 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6719 Courier IMAP ("some version from 2004"). Mostly based on similar
6720 code in the same function.
6721
6722 2005-10-26 Didier Verna <didier@xemacs.org>
6723
6724 * gnus-group.el (gnus-group-compact-group): Invalidate original
6725 article buffer.
6726 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6727 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6728 NOV database and in article itself.
6729 Invalidate article backlog.
6730
6731 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6732
6733 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6734
6735 2005-10-26 Simon Josefsson <jas@extundo.com>
6736
6737 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6738 part of 2004-07-25 change.
6739
6740 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6741
6742 * message.el (message-display-completion-list): New function.
6743 (message-expand-group): Use it; make sure the Completions buffer
6744 is modifiable.
6745
6746 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6747
6748 * imap.el (imap-open): Handle case where buffer is a buffer object.
6749
6750 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6751
6752 * pgg-def.el:
6753 * pgg-gpg.el:
6754 * pgg-parse.el:
6755 * pgg-pgp.el:
6756 * pgg-pgp5.el:
6757 * pgg.el: Move to the parent lisp directory.
6758
6759 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6760
6761 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6762 user-mail-name is an empty string.
6763
6764 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6765
6766 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6767 depending on gnus-score-decay-constant.
6768
6769 * encrypt.el (encrypt-insert-file-contents)
6770 (encrypt-write-file-contents): Don't use `gnus-message'.
6771
6772 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6773 arguments.
6774 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6775 arguments to mm-uu-verbatim-marks-extract.
6776 (mm-uu-hide-markers): New variable.
6777 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6778
6779 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6780 (gnus-convert-image-to-face-command): Use "convert" by default to
6781 allow other input image formats.
6782 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6783 accordingly.
6784
6785 2005-10-23 Simon Josefsson <jas@extundo.com>
6786
6787 * imap.el (imap-gssapi-program): Align command line parameters
6788 with latest GNU SASL.
6789 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6790
6791 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6792
6793 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6794 HTML.
6795 (nnslashdot-request-article): Ditto.
6796
6797 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6798
6799 * mail-source.el (mail-source-fetch-pop): Require pop3.
6800 (mail-source-check-pop): Ditto.
6801
6802 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6803
6804 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6805 errors.
6806
6807 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6808
6809 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6810 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6811
6812 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6813
6814 * mm-bodies.el (mm-decode-string): Call
6815 `mm-charset-to-coding-system' with allow-override argument.
6816
6817 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6818
6819 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6820 (rfc2047-charset-to-coding-system): New function.
6821 (rfc2047-decode-encoded-words): New function.
6822 (rfc2047-decode-region): Use them.
6823 (rfc2047-decode-cte): Remove.
6824 (rfc2047-parse-and-decode): Remove.
6825 (rfc2047-decode): Remove.
6826
6827 2005-10-15 Kenichi Handa <handa@m17n.org>
6828
6829 * rfc2047.el (rfc2047-decode-cte): New function.
6830 (rfc2047-decode-region): Change the way to decode successive
6831 encoded-words: decode B- or Q-encoding in each encoded-word,
6832 concatenate them, and decode it as charset.
6833
6834 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6835
6836 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6837 widget-move-and-invoke.
6838 (gnus-custom-mode): Use gnus-custom-map.
6839
6840 2005-10-15 Bill Wohler <wohler@newt.com>
6841
6842 * message.el (message-tool-bar-map): Renamed image file from
6843 mail_send to mail/send.
6844
6845 2005-10-16 Masatake YAMATO <jet@gyve.org>
6846
6847 * message.el (message-expand-group): Pass the common
6848 prefix substring of completion to `display-completion-list'.
6849
6850 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6851
6852 * mml-sec.el (mml-secure-method): New internal variable.
6853 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6854 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6855 functions using mml-secure-method.
6856
6857 * mml.el (mml-mode-map): Add key bindings for those functions.
6858 (mml-menu): Simplify security menu entries. Suggested by Jesper
6859 Harder <harder@myrealbox.com>.
6860 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6861 end of message if point is the headers of the message.
6862
6863 * message.el (message-in-body-p): New function.
6864
6865 * assistant.el: Autoload gnus-util and netrc.
6866
6867 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6868 Use `mm-charset-override-alist' only when decoding.
6869
6870 * mm-bodies.el (mm-decode-body): Call
6871 `mm-charset-to-coding-system' with allow-override argument.
6872
6873 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6874 `filename' from Content-Disposition if Content-Type doesn't
6875 provide `name'.
6876 (gnus-mime-view-part-as-type): Set default instead of
6877 initial-input.
6878
6879 2005-10-09 Daniel Brockman <daniel@brockman.se>
6880
6881 * format-spec.el (format-spec): Propagate text properties of % spec.
6882
6883 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6884
6885 * gnus-art.el (gnus-treat-predicate): Add `first'.
6886
6887 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6888
6889 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6890 (mm-charset-override-alist): New variable.
6891 (mm-charset-to-coding-system): Use it.
6892 (mm-codepage-setup): New helper function.
6893 (mm-charset-eval-alist): New variable.
6894 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6895 about unknown charsets.
6896
6897 2005-10-04 David Hansen <david.hansen@gmx.net>
6898
6899 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6900 (nnrss-check-group): Ditto.
6901
6902 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6903
6904 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6905 Rename x-gnus-verbatim to x-verbatim.
6906 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6907
6908 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6909 x-verbatim.
6910
6911 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6912
6913 * gnus-util.el (gnus-remove-duplicates): Remove.
6914
6915 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6916 instead of gnus-remove-duplicates.
6917
6918 * message.el (message-remove-duplicates): Remove.
6919 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6920 message-remove-duplicates.
6921
6922 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6923 available, else use implementation from `delete-dups'.
6924
6925 * message.el (message-insert-expires): New function.
6926 (message-mode-map): Add key binding.
6927 (message-mode-field-menu): Add menu entry.
6928 (message-mode): Document it.
6929 (message-make-expires-date): Use `message-make-date'.
6930
6931 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6932
6933 * message.el (message-make-expires-date): New function.
6934
6935 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6936
6937 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6938
6939 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6940
6941 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6942 function rather than the diff-mode.el package.
6943 (mm-display-external): Use with-current-buffer.
6944 (mm-viewer-completion-map, mm-viewer-completion-map):
6945 Move initialization inside declaration.
6946
6947 2005-09-29 Simon Josefsson <jas@extundo.com>
6948
6949 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6950 autoload mail-check-payment.
6951 (spam-check-hashcash): Define unconditionally, since hashcash.el
6952 is part of Gnus now. Ignore errors from payment checking.
6953
6954 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6955
6956 * message.el (message-bold-region, message-unbold-region): Rename
6957 from `bold-region' and `unbold-region'.
6958
6959 * message.el: Remove useless autoloads.
6960
6961 2005-09-28 Simon Josefsson <jas@extundo.com>
6962
6963 * message.el (message-use-idna): Default to t.
6964 (message-use-idna): Test whether encoding works too. Doc fix.
6965
6966 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6967
6968 * nntp.el (nntp-warn-about-losing-connection): Remove.
6969
6970 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6971
6972 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6973 customizable. Change default value.
6974 (mm-uu-diff-groups-regexp): Change default value.
6975 (mm-uu-type-alist): Add doc string.
6976 (mm-uu-configure): Add doc string. Make it interactive.
6977 (mm-uu-tex-groups-regexp): New variable.
6978 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6979 (mm-uu-type-alist): Add LaTeX documents.
6980 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6981 of "text/verbatim".
6982 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6983
6984 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6985 instead of "text/verbatim".
6986
6987 * message.el (message-mark-inserted-region)
6988 (message-mark-insert-file): Use slrn style marks when called with
6989 prefix argument.
6990
6991 2005-09-27 Simon Josefsson <jas@extundo.com>
6992
6993 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6994
6995 2005-09-27 Arne Jørgensen <arne@arnested.dk>
6996
6997 * message.el (message-remove-duplicates): New function.
6998 Implementation borrowed from `gnus-remove-duplicates'.
6999 (message-idna-to-ascii-rhs): Also encode idna addresses in
7000 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7001 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
7002 only ask about the same idna domain once per header and also tell
7003 in what header to replace the idna domain.
7004
7005 * gnus-art.el (article-decode-idna-rhs): Also decode idna
7006 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
7007 (article-decode-idna-rhs): Fix regexp so that all idna-address in
7008 a header is decoded and not just the last one.
7009
7010 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
7011
7012 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
7013 has been decoded.
7014
7015 * mm-decode.el (mm-automatic-display): Add text/verbatim.
7016 (mm-insert-part): Don't modify text if it has been decoded.
7017
7018 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
7019 decoded.
7020
7021 * mm-view.el (mm-inline-text): Don't strip text props unless
7022 decoding enriched or richtext parts.
7023
7024 2005-09-25 Romain Francoise <romain@orebokech.com>
7025
7026 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
7027 * gnus-start.el (gnus-subscribe-interactively):
7028 * gnus-uu.el (gnus-uu-grab-articles):
7029 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
7030 space.
7031
7032 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
7033
7034 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7035 * mm-view.el (mm-view-pkcs7-decrypt):
7036 * gnus-sum.el (gnus-summary-limit-to-extra)
7037 (gnus-summary-respool-article, gnus-read-move-group-name):
7038 * gnus-score.el (gnus-summary-increase-score):
7039 * gnus-util.el (gnus-completing-read-with-default):
7040 * gnus-art.el (gnus-read-save-file-name)
7041 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
7042 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
7043 * message.el (message-check-news-header-syntax):
7044 Follow convention for reading with the minibuffer.
7045
7046 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
7047
7048 * spam-report.el (spam-report-url-ping-plain):
7049 Use gnus-extended-version as User-Agent.
7050
7051 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
7052 default value is nil.
7053
7054 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
7055 (mm-uu-verbatim-marks-extract): New function.
7056 (mm-uu-extract): New face.
7057 (mm-uu-copy-to-buffer): Use it.
7058
7059 * spam-report.el (spam-report-gmane-ham): Renamed from
7060 `spam-report-gmane-unspam'.
7061 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
7062 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
7063
7064 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
7065 Autoload.
7066 (spam-report-gmane-unregister-routine): Renamed
7067 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
7068
7069 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
7070
7071 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
7072 (spam-report-gmane-unregister-routine): Add support for gmane
7073 unregistration.
7074
7075 * spam-report.el (spam-report-gmane-unspam)
7076 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
7077 (spam-report-gmane): Change to take a single article and do unspam
7078 registration.
7079
7080 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7081
7082 * mm-url.el (mm-url-decode-entities): Fix regexp.
7083
7084 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
7085
7086 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
7087 default to nil, to be able to use Gnus at all. If the default
7088 switches to something else, then the function should be fixed not
7089 be exceedingly slow.
7090
7091 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
7092
7093 * gnus-start.el (gnus-activate-group): If the server is nil, don't
7094 fail hard.
7095
7096 * spam-report.el: Add better Keywords line.
7097
7098 * spam.el: Add Maintainer and better Keywords line.
7099
7100 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
7101
7102 * gnus-art.el (gnus-article-replace-part)
7103 (gnus-mime-replace-part): New functions.
7104 (gnus-mime-action-alist, gnus-mime-button-commands)
7105 (gnus-mime-save-part-and-strip): Added file argument.
7106 (gnus-article-part-wrapper): Added interactive argument.
7107
7108 * gnus-sum.el (gnus-summary-mime-map): Add
7109 `gnus-article-replace-part'.
7110
7111 2005-09-19 Didier Verna <didier@xemacs.org>
7112
7113 The nnml compaction feature:
7114 * nnml.el (nnml-request-compact-group): New function.
7115 * nnml.el (nnml-request-compact): New function.
7116 * gnus-int.el (gnus-request-compact-group): New function.
7117 * gnus-int.el (gnus-request-compact): New function.
7118 * gnus-group.el (gnus-group-compact-group): New function.
7119 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
7120 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
7121 * gnus-srvr.el (gnus-server-compact-server): New function.
7122 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
7123 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
7124
7125 2005-09-18 Deepak Goel <deego@gnufans.org>
7126
7127 * sieve.el (sieve-help): Fix `message' call: first arg should be a
7128 format spec.
7129
7130 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
7131
7132 * gnus.el (gnus-group-startup-message): Bind image-load-path.
7133
7134 2005-09-15 Romain Francoise <romain@orebokech.com>
7135
7136 * message.el (message-fill-paragraph): Clarify docstring.
7137
7138 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
7139
7140 * gnus-art.el (gnus-mime-display-part): Protect against broken
7141 MIME messages.
7142
7143 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
7144
7145 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
7146 before parsing header.
7147
7148 2005-09-11 Jari Aalto <jari.aalto@cante.net>
7149
7150 * html2text.el (html2text-replace-list): Add new entities.
7151
7152 2005-09-11 Romain Francoise <romain@orebokech.com>
7153
7154 * message.el (message-alternative-emails): Improve docstring.
7155 (message-setup-1): Call `message-use-alternative-email-as-from'
7156 after `message-setup-hook' to give it precedence over posting
7157 styles, etc.
7158 (message-use-alternative-email-as-from): Add docstring. Remove
7159 the original From header if present.
7160
7161 * nnml.el (nnml-compressed-files-size-threshold): New variable.
7162 (nnml-save-mail): Use it.
7163
7164 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
7165 articles. Add new argument `silent'.
7166 (gnus-uu-mark-all): Report the total number of marked articles.
7167
7168 2005-09-10 Romain Francoise <romain@orebokech.com>
7169
7170 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
7171 (gnus-uu-mark-series): Likewise.
7172
7173 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7174
7175 * spam-report.el (spam-report-gmane): Fix generation of spam
7176 report URL.
7177
7178 2005-09-10 Simon Josefsson <jas@extundo.com>
7179
7180 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
7181 t, based on discussion on the ding list with Robert Epprecht
7182 <epprecht@solnet.ch>.
7183
7184 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7185
7186 * spam-report.el (spam-report-gmane): Make it work without
7187 X-Report-Spam header. Gmane now only provides Archived-At.
7188 This is only used if `spam-report-gmane-use-article-number' is nil.
7189 (spam-report-gmane-spam-header): Remove. Not used anymore.
7190
7191 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
7192 make `gnus-summary-sort-by-recipient' work with threading.
7193
7194 * nnweb.el (nnweb-google-wash-article): Print a message if article
7195 is not available.
7196
7197 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7198
7199 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
7200 change. Decode text/* parts content before displaying.
7201
7202 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
7203
7204 * mml-smime.el: Remove defvar of gnus-extract-address-components.
7205
7206 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
7207
7208 * mm-view.el (mm-display-inline-fontify): Disable support modes.
7209
7210 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
7211
7212 * message.el (message-tab-body-function): Fix mismatched custom type.
7213
7214 * gnus.el (gnus-group-change-level-function): Ditto.
7215
7216 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
7217
7218 * gnus-art.el (gnus-signature-limit)
7219 (gnus-article-mime-part-function): Ditto.
7220
7221 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
7222
7223 * mml.el (mml-mode): Silence the byte compiler.
7224
7225 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
7226 using `(sit-for 0)' before moving the point to the specified part;
7227 skip unbuttonized parts.
7228 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
7229 return to the summary window if gnus-auto-select-part is non-nil.
7230
7231 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
7232
7233 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
7234 variables.
7235 (mml-dnd-attach-file, mml-mode): Use them.
7236
7237 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
7238 Make fetching article by MID work again for Google Groups. Added
7239 FIXME concerning gnus-group-make-web-group.
7240
7241 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
7242 Don't depend on Gnus by using mail-extract-address-components if
7243 gnus-extract-address-components is not bound.
7244
7245 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
7246
7247 * gnus-art.el (gnus-mime-display-security): Don't display the
7248 signature, but only the signed part.
7249
7250 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
7251
7252 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
7253
7254 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
7255 list, not listp.
7256
7257 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
7258
7259 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
7260 when encoding.
7261
7262 * mm-bodies.el (mm-decode-content-transfer-encoding):
7263 De-canonicalize CRLF for all text content types, not just
7264 text/plain.
7265
7266 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
7267
7268 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
7269 valid article; point arrow and cursor at the MIME button.
7270
7271 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
7272
7273 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
7274 Suggested by Dan Christensen <jdc@uwo.ca>.
7275
7276 * mm-decode.el (mm-save-part): Enable change of prompt.
7277
7278 2005-08-29 Jari Aalto <jari.aalto@cante.net>
7279
7280 * gnus-msg.el (gnus-inews-add-send-actions): Made
7281 `message-post-method' lambda parameter ARG `&optional'.
7282
7283 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7284
7285 * gnus-sum.el (gnus-summary-mime-map): Added
7286 gnus-article-save-part-and-strip, gnus-article-delete-part and
7287 gnus-article-jump-to-part.
7288
7289 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
7290 (gnus-article-edit-part): Use it.
7291 (gnus-article-part-wrapper): Added no-handle argument.
7292 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
7293 functions.
7294
7295 2005-08-29 Romain Francoise <romain@orebokech.com>
7296
7297 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
7298 docstring.
7299 (gnus-face-from-file): Likewise.
7300
7301 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
7302
7303 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
7304 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
7305 non-nil.
7306 (gnus-auto-select-part): New variable.
7307 (gnus-article-jump-to-part): New function.
7308 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
7309 (gnus-mime-delete-part): Allow selecting specified part after
7310 deleting or stripping parts.
7311 (gnus-article-jump-to-part): Don't use `read-number'. Use last
7312 part if argument is bogus.
7313
7314 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
7315
7316 * gnus-art.el (w3m-minor-mode-map):
7317 * gnus-spec.el (gnus-newsrc-file-version):
7318 * gnus-util.el (nnmail-active-file-coding-system)
7319 (gnus-original-article-buffer, gnus-user-agent):
7320 * gnus.el (gnus-ham-process-destinations)
7321 (gnus-parameter-ham-marks-alist)
7322 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
7323 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
7324 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
7325 * mm-decode.el (gnus-current-window-configuration):
7326 * mm-extern.el (gnus-article-mime-handles):
7327 * mm-url.el (url-current-object, url-package-name)
7328 (url-package-version):
7329 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
7330 (smime-keys, w3m-cid-retrieve-function-alist)
7331 (w3m-current-buffer, w3m-display-inline-images)
7332 (w3m-minor-mode-map):
7333 * mml-smime.el (gnus-extract-address-components):
7334 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
7335 (gnus-newsrc-hashtb, message-default-charset)
7336 (message-deletable-headers, message-options)
7337 (message-posting-charset, message-required-mail-headers)
7338 (message-required-news-headers):
7339 * mml1991.el (mc-pgp-always-sign):
7340 * mml2015.el (mc-pgp-always-sign):
7341 * nnheader.el (nnmail-extra-headers):
7342 * rfc1843.el (gnus-decode-encoded-word-function)
7343 (gnus-decode-header-function, gnus-newsgroup-name):
7344 * spam-stat.el (gnus-original-article-buffer): Add defvars.
7345
7346 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
7347
7348 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
7349 the end of the date treatments.
7350
7351 2005-08-15 Simon Josefsson <jas@extundo.com>
7352
7353 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
7354 it in url-handlers.el and XEmacs in url.el. Reported by Luca
7355 Capello and Romain Francoise.
7356 (pgg-fetch-key-function): Removed, not used?
7357 (pgg-insert-url-with-w3): Require url, to get
7358 url-insert-file-contents regardless of where it is defined.
7359
7360 2005-08-13 Romain Francoise <romain@orebokech.com>
7361
7362 * message.el (message-cite-original-1): New function.
7363 (message-cite-original): Use it.
7364 (message-cite-original-without-signature): Ditto.
7365
7366 2005-08-08 Romain Francoise <romain@orebokech.com>
7367
7368 * message.el (message-yank-empty-prefix): New variable.
7369 (message-indent-citation): Use it.
7370 (message-cite-original-without-signature): Respect X-No-Archive.
7371
7372 2005-08-08 Simon Josefsson <jas@extundo.com>
7373
7374 * pgg.el: Autoload url-insert-file-contents instead of loading
7375 w3/url.
7376 (pgg-insert-url-with-w3): Don't load url here.
7377
7378 2005-08-07 Jesper Harder <harder@phys.au.dk>
7379
7380 * message.el (message-kill-to-signature): Don't insert newline at
7381 bol.
7382 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
7383
7384 2005-08-06 Romain Francoise <romain@orebokech.com>
7385
7386 * message.el (message-user-fqdn): Fix typo in docstring.
7387
7388 2005-08-05 Daiki Ueno <ueno@unixuser.org>
7389
7390 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
7391
7392 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
7393
7394 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
7395
7396 * mm-bodies.el (mm-encode-body): Use coding system rather than
7397 charset to encode text.
7398
7399 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
7400 number of charsets if utf-8 is available (XEmacs).
7401
7402 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
7403
7404 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
7405 taken from `gnus-button-mid-or-mail-regexp'.
7406 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
7407 (gnus-button-alist): Improve regexp for domain part of the MIDs
7408 for news:localpart@domain buttons.
7409 (gnus-button-ctan-directory-regexp): Update.
7410
7411 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
7412
7413 * sieve-manage.el (sieve-manage-interactive-login): Use
7414 make-local-variable rather than make-variable-buffer-local.
7415 (sieve-manage-open): Ditto.
7416 (sieve-manage-authenticate): Ditto.
7417
7418 * mml.el (mml-generate-mime-1): Make the content type default to
7419 text/plain if the filename is not specified.
7420
7421 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
7422
7423 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
7424 instead of insert-buffer.
7425
7426 * message.el (message-yank-original): Ditto; set the mark at the
7427 end of the yanked message.
7428
7429 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
7430
7431 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
7432 lines to scroll rather than to stop it.
7433
7434 * mml.el (mml-generate-default-type): Add doc string.
7435 (mml-generate-mime-1): Use mm-default-file-encoding or make it
7436 default to application/octet-stream when determining the content
7437 type if it is not specified for the part or the mml contents; add
7438 a comment about mml-generate-default-type.
7439
7440 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
7441
7442 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
7443 make it default to application/octet-stream when determining the
7444 content type if it is not specified for the external contents.
7445
7446 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
7447
7448 * rfc2231.el (rfc2231-parse-string): Take care that not only a
7449 segmented parameter but also other parameters might be there.
7450
7451 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
7452
7453 * mm-decode.el (mm-display-external): Delete temp file, directory
7454 and buffer immediately if the external process is exited.
7455
7456 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
7457
7458 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
7459 fewer lines than that of scroll-margin.
7460 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
7461
7462 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7463
7464 * gnus-art.el (gnus-article-next-page): Revert.
7465 (gnus-article-beginning-of-window): New macro.
7466 (gnus-article-next-page-1): Use it.
7467 (gnus-article-prev-page): Ditto.
7468 (gnus-article-edit-part): Use insert-buffer-substring instead of
7469 insert-buffer.
7470 (gnus-article-edit-exit): Ditto.
7471
7472 * gnus-util.el (gnus-beginning-of-window): Remove.
7473 (gnus-end-of-window): Remove.
7474
7475 2005-07-25 Simon Josefsson <jas@extundo.com>
7476
7477 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7478 to have the url package without w3. Reported by Daiki Ueno
7479 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7480
7481 2005-07-20 Didier Verna <didier@xemacs.org>
7482
7483 * gnus-diary.el: Remove the description comment (nndiary is now
7484 properly documented in the Gnus manual).
7485 Fix the spelling of "Back End".
7486 * nndiary.el: Ditto.
7487 Fix the copyright notice.
7488
7489 2005-07-18 Romain Francoise <romain@orebokech.com>
7490
7491 * gnus-sum.el (gnus-summary-to-prefix)
7492 (gnus-summary-newsgroup-prefix): New variables.
7493 (gnus-summary-from-or-to-or-newsgroups): Use them.
7494
7495 2005-07-17 Romain Francoise <romain@orebokech.com>
7496
7497 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7498 space as it's generally not especially interesting to the user.
7499
7500 2005-07-16 Romain Francoise <romain@orebokech.com>
7501
7502 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7503 nil to avoid prompting and file modification if one of the
7504 messages at the top of the nnfolder file contains a copyright
7505 notice.
7506 Update copyright notice.
7507
7508 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7509 instead of `current-time-string' as the latter creates a time
7510 string that is not RFC 2822 compliant (it lacks the zone).
7511 Update copyright notice.
7512
7513 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7514
7515 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7516 for text/rtf. Display default in prompt. Pass default for M-n.
7517
7518 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7519
7520 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7521
7522 * gnus-msg.el (gnus-button-mailto): Remove
7523 save-selected-window-window hackery because it relies on
7524 save-selected-window internals.
7525
7526 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7527
7528 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7529 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7530 (gnus-article-prev-page): Ditto.
7531
7532 * gnus-util.el (gnus-beginning-of-window): New function.
7533 (gnus-end-of-window): New function.
7534
7535 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7536
7537 * gnus-score.el (gnus-score-edit-all-score): Set
7538 gnus-score-edit-exit-function to gnus-score-edit-done and call
7539 gnus-message.
7540
7541 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7542
7543 * gnus-msg.el (gnus-button-mailto): Remove
7544 save-selected-window-window hackery because it relies on
7545 save-selected-window internals.
7546
7547 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7548
7549 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7550 add-minor-mode.
7551 (gnus-binary-mode): Ditto.
7552
7553 * gnus-topic.el (gnus-topic-mode): Ditto.
7554
7555 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7556
7557 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7558 (gnus-article-prev-page): Take scroll-margin into consideration.
7559
7560 2005-07-04 Lute Kamstra <lute@gnu.org>
7561
7562 Update FSF's address in GPL notices.
7563
7564 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7565
7566 * gnus.el (gnus-exit):
7567 * gnus-group.el (gnus-group-icons):
7568 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7569
7570 * gnus-nocem.el (gnus-nocem):
7571 * message.el (message-various, message-buffers, message-sending)
7572 (message-interface, message-forwarding, message-insertion)
7573 (message-headers, message-news, message-mail):
7574 * pgg-gpg.el (pgg-gpg):
7575 * pgg-parse.el (pgg-parse):
7576 * pgg-pgp.el (pgg-pgp):
7577 * pgg-pgp5.el (pgg-pgp5):
7578 * pop3.el (pop3): Finish `defgroup' description with period.
7579
7580 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7581
7582 * gnus-art.el (article-display-face): Improve the efficiency.
7583 (article-display-x-face): Ditto; remove grey x-face stuff.
7584
7585 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7586
7587 * gnus-art.el (article-display-face): Correct the position in
7588 which Faces are inserted.
7589
7590 2005-06-29 Didier Verna <didier@xemacs.org>
7591
7592 * gnus-art.el (article-display-face): Display faces in correct
7593 order.
7594
7595 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7596
7597 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7598 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7599 (gnus-nocem-check-article): Fetch the Type header.
7600 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7601 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7602 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7603 make sure gnus-nocem-hashtb is initialized.
7604 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7605 (gnus-nocem-unwanted-article-p): Ditto.
7606
7607 * pgg.el (pgg-verify): Return the verification result.
7608
7609 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7610
7611 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7612 is ascii.
7613
7614 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7615
7616 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7617 `show-nonbreak-escape'.
7618
7619 2005-06-23 Lute Kamstra <lute@gnu.org>
7620
7621 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7622
7623 * dig.el (dig-mode):
7624 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7625
7626 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7627
7628 * nnimap.el (nnimap-split-download-body): Fix spellings.
7629
7630 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7631
7632 * gnus-art.el (gnus-article-encrypt-body):
7633 * gnus-cus.el (gnus-score-customize):
7634 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7635 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7636
7637 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7638
7639 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7640 header by looking for magic "MII" at the beginnig.
7641
7642 2005-06-16 Miles Bader <miles@gnu.org>
7643
7644 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7645 (assistant-field-face): New backward-compatibility alias for renamed
7646 face.
7647 (assistant-render-text): Use renamed assistant-field face.
7648
7649 * spam.el (spam): Remove "-face" suffix from face name.
7650 (spam-face): New backward-compatibility alias for renamed face.
7651 (spam-face, spam-initialize): Use renamed spam face.
7652
7653 * message.el (message-header-to, message-header-cc)
7654 (message-header-subject, message-header-newsgroups)
7655 (message-header-other, message-header-name)
7656 (message-header-xheader, message-separator, message-cited-text)
7657 (message-mml): Remove "-face" suffix from face names.
7658 (message-header-to-face, message-header-cc-face)
7659 (message-header-subject-face, message-header-newsgroups-face)
7660 (message-header-other-face, message-header-name-face)
7661 (message-header-xheader-face, message-separator-face)
7662 (message-cited-text-face, message-mml-face):
7663 New backward-compatibility aliases for renamed faces.
7664 (message-font-lock-keywords): Use renamed message faces.
7665
7666 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7667 (sieve-test-commands, sieve-tagged-arguments):
7668 Remove "-face" suffix from face names.
7669 (sieve-control-commands-face, sieve-action-commands-face)
7670 (sieve-test-commands-face, sieve-tagged-arguments-face):
7671 New backward-compatibility aliases for renamed faces.
7672 (sieve-control-commands-face, sieve-action-commands-face)
7673 (sieve-test-commands-face, sieve-tagged-arguments-face):
7674 Use renamed sieve faces.
7675
7676 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7677 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7678 (gnus-group-news-3-empty, gnus-group-news-4)
7679 (gnus-group-news-4-empty, gnus-group-news-5)
7680 (gnus-group-news-5-empty, gnus-group-news-6)
7681 (gnus-group-news-6-empty, gnus-group-news-low)
7682 (gnus-group-news-low-empty, gnus-group-mail-1)
7683 (gnus-group-mail-1-empty, gnus-group-mail-2)
7684 (gnus-group-mail-2-empty, gnus-group-mail-3)
7685 (gnus-group-mail-3-empty, gnus-group-mail-low)
7686 (gnus-group-mail-low-empty, gnus-summary-selected)
7687 (gnus-summary-cancelled, gnus-summary-high-ticked)
7688 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7689 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7690 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7691 (gnus-summary-low-undownloaded)
7692 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7693 (gnus-summary-low-unread, gnus-summary-normal-unread)
7694 (gnus-summary-high-read, gnus-summary-low-read)
7695 (gnus-summary-normal-read, gnus-splash):
7696 Remove "-face" suffix from face names.
7697 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7698 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7699 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7700 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7701 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7702 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7703 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7704 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7705 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7706 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7707 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7708 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7709 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7710 (gnus-summary-normal-ticked-face)
7711 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7712 (gnus-summary-normal-ancient-face)
7713 (gnus-summary-high-undownloaded-face)
7714 (gnus-summary-low-undownloaded-face)
7715 (gnus-summary-normal-undownloaded-face)
7716 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7717 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7718 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7719 (gnus-splash-face):
7720 New backward-compatibility aliases for renamed faces.
7721 (gnus-group-startup-message): Use renamed gnus faces.
7722
7723 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7724 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7725 (gnus-server-agent): Remove "-face" suffix from face names.
7726 (gnus-server-agent-face, gnus-server-opened-face)
7727 (gnus-server-closed-face, gnus-server-denied-face)
7728 (gnus-server-offline-face):
7729 New backward-compatibility aliases for renamed faces.
7730 (gnus-server-agent-face, gnus-server-opened-face)
7731 (gnus-server-closed-face, gnus-server-denied-face)
7732 (gnus-server-offline-face): Use renamed gnus faces.
7733
7734 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7735 Remove "-face" suffix from face names.
7736 (gnus-picon-xbm-face, gnus-picon-face):
7737 New backward-compatibility aliases for renamed faces.
7738
7739 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7740 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7741 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7742 (gnus-cite-11): Remove "-face" suffix from face names.
7743 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7744 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7745 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7746 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7747 New backward-compatibility aliases for renamed faces.
7748 (gnus-cite-attribution-face, gnus-cite-face-list)
7749 (gnus-article-boring-faces): Use renamed gnus faces.
7750
7751 * gnus-art.el (gnus-signature, gnus-header-from)
7752 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7753 (gnus-header-content): Remove "-face" suffix from face names.
7754 (gnus-signature-face, gnus-header-from-face)
7755 (gnus-header-subject-face, gnus-header-newsgroups-face)
7756 (gnus-header-name-face, gnus-header-content-face):
7757 New backward-compatibility aliases for renamed faces.
7758 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7759
7760 * gnus-sum.el (gnus-summary-selected-face)
7761 (gnus-summary-highlight): Use renamed gnus faces.
7762 * gnus-group.el (gnus-group-highlight): Likewise.
7763
7764 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7765
7766 * gnus-sieve.el (gnus-sieve-article-add-rule):
7767 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7768 * spam-stat.el (spam-stat-buffer-change-to-spam)
7769 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7770
7771 * message.el (message-is-yours-p):
7772 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7773
7774 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7775
7776 * mm-view.el (mm-inline-text): Withdraw the last change.
7777
7778 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7779
7780 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7781 executing enriched-decode.
7782
7783 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7784
7785 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7786 charset of tar files.
7787
7788 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7789
7790 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7791
7792 2005-06-04 Lute Kamstra <lute@gnu.org>
7793
7794 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7795 information is never recorded.
7796
7797 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7798
7799 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7800
7801 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7802
7803 * pop3.el (pop3-apop): Run md5 in the binary mode.
7804
7805 * starttls.el (starttls-set-process-query-on-exit-flag):
7806 Use eval-and-compile.
7807
7808 2005-05-31 Simon Josefsson <jas@extundo.com>
7809
7810 * smime.el (smime-replace-in-string): Define.
7811 (smime-cert-by-ldap-1): Use it.
7812
7813 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7814
7815 * gnus-art.el (article-display-x-face): Replace
7816 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7817
7818 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7819 set-process-query-on-exit-flag or process-kill-without-query.
7820
7821 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7822 loop instead of replace-regexp.
7823
7824 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7825 instead of process-kill-without-query if it is available.
7826
7827 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7828 instead of find-file-hooks if it is available.
7829
7830 * mml1991.el: Bind pgg-default-user-id when compiling.
7831
7832 * mml2015.el: Bind pgg-default-user-id when compiling.
7833
7834 * nndraft.el (nndraft-request-associate-buffer):
7835 Use write-contents-functions instead of write-contents-hooks if it is
7836 available.
7837
7838 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7839 instead of find-file-hooks if it is available.
7840
7841 * nntp.el (nntp-open-connection): Replace
7842 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7843 (nntp-open-ssl-stream): Ditto.
7844 (nntp-open-tls-stream): Ditto.
7845
7846 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7847 set-process-query-on-exit-flag or process-kill-without-query.
7848 (starttls-open-stream-gnutls): Use it instead of
7849 process-kill-without-query.
7850 (starttls-open-stream): Ditto.
7851
7852 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7853
7854 * smime.el (smime-cert-by-ldap-1): Don't use
7855 replace-regexp-in-string.
7856
7857 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7858
7859 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7860
7861 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7862 in PEM format. Adjust to the XEmacs compability.
7863
7864 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7865
7866 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7867 by `string-to-number'.
7868 * gnus-agent.el (gnus-agent-regenerate-group)
7869 (gnus-agent-fetch-articles): Ditto.
7870 * gnus-art.el (gnus-button-fetch-group): Ditto.
7871 * gnus-cache.el (gnus-cache-generate-active)
7872 (gnus-cache-articles-in-group): Ditto.
7873 * gnus-group.el (gnus-group-set-current-level)
7874 (gnus-group-insert-group-line): Ditto.
7875 * gnus-score.el (gnus-score-set-expunge-below)
7876 (gnus-score-set-mark-below, gnus-summary-score-effect)
7877 (gnus-summary-score-entry): Ditto.
7878 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7879 (gnus-soup-pack): Ditto.
7880 * gnus-spec.el (gnus-xmas-format): Ditto.
7881 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7882 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7883 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7884 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7885 * nndb.el (nndb-get-remote-expire-response): Ditto.
7886 * nndiary.el (nndiary-parse-schedule-value)
7887 (nndiary-string-to-number, nndiary-request-replace-article)
7888 (nndiary-request-article): Ditto.
7889 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7890 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7891 * nneething.el (nneething-make-head): Ditto.
7892 * nnfolder.el (nnfolder-request-article)
7893 (nnfolder-retrieve-headers): Ditto.
7894 * nnheader.el (nnheader-file-to-number): Ditto.
7895 * nnkiboze.el (nnkiboze-request-article): Ditto.
7896 * nnmail.el (nnmail-process-unix-mail-format)
7897 (nnmail-process-babyl-mail-format): Ditto.
7898 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7899 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7900 (nnmh-request-create-group, nnmh-request-list-1)
7901 (nnmh-request-group, nnmh-request-article): Ditto.
7902 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7903 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7904 * nnsoup.el (nnsoup-make-active): Ditto.
7905 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7906 * nntp.el (nntp-find-group-and-number)
7907 (nntp-retrieve-headers-with-xover): Ditto.
7908 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7909 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7910 (pgg-format-key-identifier): Ditto.
7911 * pop3.el (pop3-last, pop3-stat): Ditto.
7912 * qp.el (quoted-printable-decode-region): Ditto.
7913
7914 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7915 of concat.
7916
7917 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7918
7919 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7920
7921 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7922
7923 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7924
7925 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7926
7927 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7928
7929 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7930
7931 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7932 (gnus-carpal-mode): Ditto.
7933
7934 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7935 (gnus-browse-mode): Ditto.
7936
7937 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7938
7939 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7940
7941 2005-05-29 Richard M. Stallman <rms@gnu.org>
7942
7943 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7944
7945 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7946
7947 * gnus-util.el (gnus-run-mode-hooks): New function.
7948
7949 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7950
7951 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7952
7953 * gnus-agent.el (gnus-agent-make-mode-line-string):
7954 Use mode-line-highlight as mouse-face.
7955
7956 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7957
7958 * canlock.el (canlock): Change the parent group to news.
7959
7960 * deuglify.el (gnus-outlook-deuglify): Add :group.
7961
7962 * dig.el (dig): Add :group.
7963
7964 * dns-mode.el (dns-mode): Add :group.
7965
7966 * encrypt.el (encrypt): Add :group.
7967
7968 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7969 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7970 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7971 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7972 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7973
7974 * gnus-diary.el (gnus-diary): Add :group.
7975
7976 * gnus.el (gnus-group-news-1-face): Add :group.
7977 (gnus-group-news-1-empty-face): Ditto.
7978 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7979 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7980 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7981 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7982 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7983 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7984 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7985 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7986 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7987 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7988 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7989 (gnus-summary-high-ticked-face): Ditto.
7990 (gnus-summary-low-ticked-face): Ditto.
7991 (gnus-summary-normal-ticked-face): Ditto.
7992 (gnus-summary-high-ancient-face): Ditto.
7993 (gnus-summary-low-ancient-face): Ditto.
7994 (gnus-summary-normal-ancient-face): Ditto.
7995 (gnus-summary-high-undownloaded-face): Ditto.
7996 (gnus-summary-low-undownloaded-face): Ditto.
7997 (gnus-summary-normal-undownloaded-face): Ditto.
7998 (gnus-summary-high-unread-face): Ditto.
7999 (gnus-summary-low-unread-face): Ditto.
8000 (gnus-summary-normal-unread-face): Ditto.
8001 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
8002 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
8003
8004 * hashcash.el (hashcash): New custom group.
8005 (hashcash-default-payment): Add :group.
8006 (hashcash-payment-alist): Ditto.
8007 (hashcash-default-accept-payment): Ditto.
8008 (hashcash-accept-resources): Ditto.
8009 (hashcash-path): Ditto.
8010 (hashcash-extra-generate-parameters): Ditto.
8011 (hashcash-double-spend-database): Ditto.
8012 (hashcash-in-news): Ditto.
8013
8014 * message.el (message-minibuffer-local-map): Add :group.
8015
8016 * netrc.el (netrc): Add :group.
8017
8018 * sieve-manage.el (sieve-manage-log): Add :group.
8019 (sieve-manage-default-user): Diito.
8020 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
8021 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
8022 (sieve-manage-authenticators): Ditto.
8023 (sieve-manage-authenticator-alist): Ditto.
8024 (sieve-manage-default-port): Ditto.
8025
8026 * sieve-mode.el (sieve-control-commands-face): Add :group.
8027 (sieve-action-commands-face): Ditto.
8028 (sieve-test-commands-face): Ditto.
8029 (sieve-tagged-arguments-face): Ditto.
8030
8031 * smime.el (smime): Add :group.
8032
8033 * spam-report.el (spam-report): Add :group.
8034
8035 * spam.el (spam, spam-face): Add :group.
8036
8037 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8038
8039 * nntp.el (nntp-next-result-arrived-p): Some news servers may
8040 return \n.\n.\n at the end of articles. Protect against that.
8041 (nntp-with-open-group): Allow debugging.
8042
8043 * nnheader.el (mail-header-set-extra): Make into a function
8044 because I just could't understand how to quote the list properly.
8045
8046 * dns.el (query-dns-cached): New function.
8047
8048 2005-05-26 Lute Kamstra <lute@gnu.org>
8049
8050 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
8051
8052 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
8053
8054 * gnus-art.el: Don't autoload mail-extract-address-components.
8055
8056 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
8057 eval-and-compile to evaluate it.
8058
8059 * hashcash.el: Don't autoload executable-find.
8060
8061 * nndb.el: Don't declare the nndb back end two or more times; don't
8062 autoload news-reply-mode, news-setup, cancel-timer and telnet.
8063
8064 * nntp.el: Autoload format-spec instead of format; use
8065 eval-and-compile to evaluate autoload forms.
8066
8067 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
8068
8069 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
8070
8071 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
8072
8073 * gnus.el (gnus-version-number): Bump version.
8074
8075 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
8076
8077 * gnus.el: No Gnus v0.3 is released.
8078
8079 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
8080
8081 * gnus-art.el (gnus-article-edit-part): Disable undo.
8082
8083 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
8084
8085 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
8086 gnus-article-date-lapsed-new-header is t if date timer is active;
8087 skip headers in which the original date value is empty.
8088 (gnus-article-save-original-date): Redefine it as a macro.
8089 (gnus-display-mime): Use it.
8090
8091 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
8092
8093 * gnus-art.el (article-date-ut): Support converting date in
8094 forwarded parts as well.
8095 (gnus-article-save-original-date): New function.
8096 (gnus-display-mime): Use it.
8097
8098 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
8099
8100 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
8101 enclosure element of <item>.
8102
8103 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
8104
8105 * message.el (message-kill-buffer-query): Renamed from
8106 `message-kill-buffer-query-if-modified'. Added :version.
8107
8108 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
8109
8110 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
8111 window layout.
8112
8113 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8114
8115 * mml.el: Autoload dnd when compiling.
8116
8117 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
8118
8119 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
8120 x-dnd-*.
8121
8122 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
8123
8124 * qp.el (quoted-printable-encode-region): Save excursion.
8125
8126 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
8127
8128 * message.el (message-kill-buffer-query-if-modified): Add new variable
8129 so the user can kill a modified message buffer quickly.
8130 (message-kill-buffer): Use it.
8131
8132 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
8133
8134 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
8135 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
8136
8137 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
8138
8139 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
8140 contained in text because xml.el decodes entities) with LFs.
8141
8142 2005-04-11 Lute Kamstra <lute@gnu.org>
8143
8144 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
8145 differently.
8146
8147 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
8148
8149 * mm-util.el (mm-detect-coding-region): Typo.
8150
8151 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
8152
8153 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
8154
8155 2005-04-06 D Goel <deego@gnufans.org>
8156
8157 * spam-stat.el (spam-stat-score-buffer): Add a call to a
8158 user-function allow user modifications of the scores.
8159 (spam-stat-score-buffer-user): New function, to allow
8160 user-computed modifications to the score.
8161 (spam-stat-score-buffer-user-functions): List of additional
8162 scoring functions.
8163 (spam-stat-error-holder): Global temporary error holder.
8164 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
8165 variable.
8166
8167 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
8168
8169 * gnus-registry.el (gnus-registry-clean-empty-function)
8170 (gnus-registry-trim, gnus-registry-fetch-groups)
8171 (gnus-registry-delete-group): Groups that match
8172 `gnus-registry-ignored-groups' are removed from the registry
8173 entries, not just ignored for splitting. This helps clean up the
8174 registry. Also, `gnus-registry-fetch-groups' is a convenient way
8175 to get all the groups a message ID is in.
8176
8177 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
8178 (spam-stat-split-fancy): Change "threshhold" to "threshold"
8179 (spam-stat-score-buffer-user-functions): Add :number custom type.
8180
8181 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8182
8183 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
8184 argument in XEmacs.
8185
8186 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
8187 (nnrss-request-group): Decode group name first.
8188 (nnrss-request-article): Make a text/plain article if mml-to-mime
8189 failed.
8190 (nnrss-get-encoding): Return a compatible encoding according to
8191 nnrss-compatible-encoding-alist.
8192 (nnrss-find-el): Use consp instead of listp.
8193 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
8194
8195 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
8196
8197 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
8198 which Emacs 20 doesn't support.
8199 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
8200
8201 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
8202
8203 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
8204 silence the byte compiler inside the defun.
8205
8206 * gnus-demon.el (parse-time-string): Add autoload.
8207
8208 * gnus-delay.el (parse-time-string): Add autoload.
8209
8210 * gnus-art.el (parse-time-string): Add autoload.
8211
8212 * nnultimate.el (parse-time): Require for `parse-time-string'.
8213
8214 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
8215
8216 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
8217
8218 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
8219
8220 * smime.el (smime-ldap-host-list): Add :version.
8221
8222 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
8223
8224 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
8225 pass it to `gnus-browse-read-group'.
8226 (gnus-browse-read-group): Add NUMBER argument and pass it to
8227 `gnus-group-read-ephemeral-group'.
8228
8229 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
8230 argument and pass it to `gnus-group-read-group'.
8231
8232 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
8233
8234 * mm-util.el (mm-xemacs-find-mime-charset): Only call
8235 mm-xemacs-find-mime-charset-1 if we have the mule feature
8236 available at runtime.
8237
8238 2005-03-25 Werner Lemberg <wl@gnu.org>
8239
8240 * nnmaildir.el: Replace `illegal' with `invalid'.
8241
8242 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
8243
8244 * gnus-start.el (gnus-display-time-event-handler):
8245 Check display-time-timer at runtime rather than only at load time
8246 in case display-time-mode is turned off in the mean time.
8247
8248 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
8249
8250 * nnimap.el (nnimap-open-connection): Print which authinfo file is
8251 used.
8252
8253 * nneething.el (nneething-map-file-directory): Derive from
8254 `gnus-directory'.
8255
8256 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
8257 the To/Cc button.
8258
8259 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
8260
8261 * nnmaildir.el (nnmaildir-request-accept-article):
8262 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
8263
8264 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8265
8266 * gnus-async.el: Require timer-funcs at compile time when in
8267 XEmacs for `run-with-idle-timer'.
8268
8269 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
8270
8271 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
8272 autoloaded function.
8273
8274 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
8277
8278 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
8279
8280 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
8281
8282 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8283
8284 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
8285 gnus-expert-user to default.
8286
8287 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
8288
8289 * nnimap.el (nnimap-open-server): Ditto.
8290
8291 * imap.el (imap-authenticate): Fix typo.
8292
8293 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
8294
8295 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
8296 buffer (since IMAP server might return FETCH response out of
8297 order, and the nntp buffer must be sorted).
8298
8299 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
8300
8301 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
8302 comparison on string.
8303
8304 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
8305 (gnus-agent-score): Renamed category keywords to match gnus-cus.
8306 (gnus-agent-summary-fetch-series): Modified to protect against
8307 gnus-agent-summary-fetch-group clearing processable flags.
8308 (gnus-agent-synchronize-group-flags): Update live group buffer as
8309 synchronization may occur due to the user toggle the plugged
8310 status.
8311 (gnus-agent-fetch-group-1): Clear downloadable flag when article
8312 successfully downloaded.
8313 (gnus-agent-expire-group-1): Avoid using markers when the overview
8314 is in ascending order; greatly improves performance.
8315 (gnus-agent-regenerate-group): Use
8316 gnus-agent-synchronize-group-flags to reset read status in both
8317 gnus and server.
8318 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
8319
8320 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
8321
8322 * message.el: Don't autoload former message-utils variables.
8323 (message-strip-subject-trailing-was): Change doc string.
8324
8325 * nnweb.el: Fixes for `gnus-group-make-web-group'.
8326 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
8327 (nnweb-google-search): Add "hl=en" here.
8328 (nnweb-google-parse-1, nnweb-google-create-mapping):
8329 Don't hardcode URL.
8330
8331 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
8332
8333 * message.el (message-get-reply-headers, message-followup):
8334 Mention related variables `message-use-followup-to' and
8335 `message-use-mail-followup-to', in the information buffer.
8336
8337 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
8338 of broken groups(-beta).google.com.
8339
8340 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
8341
8342 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
8343 parameter to invoked gnus-request-move-article; remove the
8344 redundant gnus-sum-hint-move-is-internal variable; apply the marks
8345 all at once instead of once per article.
8346 (gnus-summary-remove-process-mark): Accept a list of articles as
8347 well as a single article for processing.
8348
8349 * gnus-int.el (gnus-request-move-article): Add move-is-internal
8350 parameter.
8351
8352 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
8353
8354 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
8355
8356 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
8357 parameter.
8358
8359 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
8360 parameter.
8361
8362 * nnimap.el (nnimap-request-move-article): Add move-is-internal
8363 parameter and remove the gnus-sum-hint-move-is-internal variable.
8364
8365 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
8366 parameter.
8367
8368 * nndraft.el (nndraft-request-move-article): Add move-is-internal
8369 parameter.
8370
8371 * nndiary.el (nndiary-request-move-article): Add move-is-internal
8372 parameter.
8373
8374 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
8375
8376 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
8377 parameter.
8378
8379 * nnagent.el (nnagent-request-move-article): Add move-is-internal
8380 parameter.
8381
8382 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
8383
8384 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
8385 a more conservative way.
8386
8387 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
8390 buffer, so it moves the window's cursor.
8391
8392 2005-02-26 Arne Jørgensen <arne@arnested.dk>
8393
8394 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
8395 `mm-dissect-multipart' and receive the from field as an (optional)
8396 argument from `mm-dissect-multipart'.
8397 (mm-dissect-multipart): Receive the from field as an argument and
8398 pass it on when we call `mm-dissect-buffer' on MIME parts.
8399 Fixes verification/decryption of signed/encrypted MIME parts.
8400
8401 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
8402
8403 * gnus-sum.el (gnus-summary-move-article): Set
8404 gnus-sum-hint-move-is-internal for gnus-request-move-article and
8405 whatever it calls (right now, only nnimap-request-move article
8406 respects it).
8407
8408 * nnimap.el (nnimap-request-move-article): When
8409 gnus-sum-hint-move-is-internal is set, don't do the extra
8410 nnimap-request-article.
8411
8412 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
8413
8414 * nnheader.el (nnheader-find-file-noselect): Add doc string.
8415
8416 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
8417 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
8418
8419 * gnus-sum.el (gnus-summary-caesar-message):
8420 Apply `gnus-treat-article' after rotation.
8421
8422 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
8423 doc string.
8424
8425 2005-02-22 Simon Josefsson <jas@extundo.com>
8426
8427 * encrypt.el (encrypt-password-cache-expiry): Remove (use
8428 `password-cache-expiry' instead). Reported by Arne Jørgensen
8429 <arne@arnested.dk>.
8430 (encrypt): Add password-cache and password-cache-expiry as group
8431 members.
8432
8433 2005-02-22 Arne Jørgensen <arne@arnested.dk>
8434
8435 * smime.el (smime-ldap-host-list): Doc fix.
8436 (smime-ask-passphrase): Use `password-read-and-add' to read (and
8437 cache) password.
8438 (smime-sign-region): Use it.
8439 (smime-decrypt-region): Use it.
8440 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
8441 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
8442 fails.
8443 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
8444 certificate from DER to PEM format rather than calling openssl.
8445
8446 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
8447
8448 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
8449 for signing/encryption.
8450
8451 * mml.el (mml-parse-1): Use them.
8452
8453 2005-02-21 Arne Jørgensen <arne@arnested.dk>
8454
8455 * nnrss.el (nnrss-verbose): Removed.
8456 (nnrss-request-group): Use `nnheader-message' instead.
8457
8458 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
8459
8460 * nnrss.el (nnrss-verbose): New variable.
8461 (nnrss-request-group): Make it say nnrss is requesting a group.
8462
8463 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8464
8465 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8466 Handle news URL with given port correctly.
8467
8468 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8469
8470 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8471 containing special characters.
8472
8473 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8474
8475 * mml.el (mime-to-mml): Ditto.
8476
8477 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8478 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8479 (rfc2047-decode-region): Quote decoded words containing special
8480 characters when rfc2047-quote-decoded-words-containing-tspecials
8481 is non-nil.
8482
8483 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8484
8485 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8486
8487 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8488
8489 2005-02-15 Simon Josefsson <jas@extundo.com>
8490
8491 * nnimap.el (nnimap-debug): Doc fix.
8492
8493 * imap.el (imap-debug): Doc fix.
8494
8495 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8496
8497 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8498
8499 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8500
8501 * gnus.el (spam-contents): Improve docs for spam-contents
8502 parameter in its variable incarnation.
8503
8504 2005-02-14 Simon Josefsson <jas@extundo.com>
8505
8506 * smime-ldap.el: Use require instead of load-library for ldap.
8507 (smime-ldap-search): Indent.
8508 (smime-ldap-search-internal): Shorten line.
8509
8510 * smime.el (smime-cert-by-dns): Add doc-string.
8511 (smime-cert-by-ldap-1): Indent.
8512
8513 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8514 mml-smime-get-dns-ldap.
8515 (mml-smime-encrypt-query): Use new function. Default to ldap.
8516
8517 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8518
8519 * smime.el: Require smime-ldap.
8520 (smime-ldap-host-list): New variable.
8521 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8522
8523 * mml-smime.el (mml-smime-encrypt-query): New function.
8524 (mml-smime-encrypt-query): Use it.
8525
8526 * smime-ldap.el: New file.
8527
8528 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8529
8530 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8531
8532 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8533
8534 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8535 argument in doc string. Make query for type more clear.
8536
8537 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8538
8539 * gnus.el (gnus-group-startup-message): Search for gnus images in
8540 etc/images/gnus.
8541 * mm-util.el (mm-image-load-path): Likewise.
8542 * smiley.el (smiley-data-directory): Search for smilies in
8543 etc/images/smilies.
8544
8545 2005-02-09 Kim F. Storm <storm@cua.dk>
8546
8547 Change Emacs release version from 21.4 to 22.1 throughout.
8548 Change Emacs development version from 21.3.50 to 22.0.50.
8549
8550 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8551
8552 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8553
8554 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8555 non-Mule XEmacs as well.
8556 (mm-decompress-buffer): Signal an error intentionally if it does
8557 not decompress compressed data because auto-compression-mode is
8558 disabled.
8559
8560 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8561
8562 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8563 an ID in the registry even if it has no groups.
8564
8565 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8566
8567 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8568 merge it into mm-decompress-buffer.
8569 (gnus-mime-copy-part): Use the MIME part charset, the value which
8570 a user specified or gnus-newsgroup-charset for decoding, like
8571 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8572 save-buffer what was used. Suggested by Kevin Ryde
8573 <user42@zip.com.au>.
8574 (gnus-mime-inline-part): Allow the name parameter as well as the
8575 filename parameter; force decompressing of compressed data; always
8576 display contents being not decoded as unibyte.
8577
8578 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8579 as well as the filename parameter.
8580
8581 * mm-util.el (mm-decompress-buffer): Merge
8582 gnus-mime-jka-compr-maybe-uncompress.
8583 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8584 of compressed data.
8585
8586 2005-02-08 Simon Josefsson <jas@extundo.com>
8587
8588 * imap.el (imap-log): Doc fix.
8589
8590 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8591
8592 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8593 the coding cookies; decompress compressed parts.
8594
8595 * mml.el (mml-generate-mime-1): Add the charset parameter according
8596 to the value which a user specified manually or the coding cookie.
8597
8598 * mm-util.el (mm-string-to-multibyte): New function.
8599 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8600 (mm-coding-system-to-mime-charset): New function.
8601 (mm-decompress-buffer): New function.
8602 (mm-find-buffer-file-coding-system): New function.
8603
8604 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8605 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8606 parts.
8607
8608 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8609
8610 * mm-view.el (mm-display-inline-fontify): Decode a part according
8611 to the charset parameter.
8612
8613 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8614
8615 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8616 prefix arg is neither nil nor a number, as info specifies.
8617
8618 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8619
8620 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8621 timestamps.
8622
8623 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8624
8625 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8626 groups error checking and notify user.
8627
8628 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8629
8630 * message.el (message-send-mail-function): Check existence of
8631 sendmail-program first before using default value
8632 `message-send-mail-with-sendmail'. Otherwise use more generic
8633 `smtpmail-send-it'.
8634
8635 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8636
8637 * nntp.el (nntp-request-update-info): Always return nil.
8638
8639 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8640
8641 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8642
8643 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8644
8645 * message.el (message-beginning-of-line): Change the behavior when
8646 invoked between BOL and : so that it first moves backward.
8647
8648 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8649
8650 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8651 article buffer when editing of the article is discarded.
8652 (gnus-article-prepare): Revert.
8653
8654 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8655
8656 * gnus-art.el (gnus-article-prepare):
8657 Remove message-strip-forbidden-properties from the local hook.
8658
8659 2005-01-27 Simon Josefsson <jas@extundo.com>
8660
8661 * password.el (password-cache-add): Only start one timer per key.
8662 Reported by Derek Atkins <warlord@MIT.EDU>.
8663
8664 2005-01-26 Steve Youngs <steve@sxemacs.org>
8665
8666 * run-at-time.el: Removed. It is no longer needed as
8667 timer-funcs.el in the xemacs-base package has a working version of
8668 `run-at-time'.
8669
8670 * password.el: Require timer-funcs instead of run-at-time in
8671 XEmacs.
8672 Remove `password-run-at-time' macro.
8673 (password-cache-add): Use `run-at-time' instead of
8674 `password-run-at-time'.
8675
8676 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8677 for `run-with-idle-timer'.
8678
8679 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8680 for `run-at-time'.
8681
8682 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8683 for `with-timeout'.
8684
8685 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8686
8687 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8688 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8689
8690 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8691
8692 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8693 sensitively.
8694
8695 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8696
8697 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8698
8699 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8700
8701 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8702 which will be inserted according to the multibyteness of a buffer
8703 rather than the type of contents. Suggested by ARISAWA Akihiro
8704 <ari@mbf.ocn.ne.jp>.
8705
8706 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8707 of string which old xml.el may return rather than a string.
8708
8709 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8710
8711 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8712
8713 2005-01-16 Simon Josefsson <jas@extundo.com>
8714
8715 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8716 idn/idna.el isn't available.
8717 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8718 <michael@waxrat.com>.
8719
8720 * hashcash.el: Remove non-FSF copyright header.
8721
8722 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8723 (hashcash-generate-payment): Use it.
8724 (hashcash-generate-payment-async): Use it.
8725
8726 2005-01-15 Simon Josefsson <jas@extundo.com>
8727
8728 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8729 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8730
8731 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8732 gnus-summary-idna-message.
8733 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8734 (gnus-summary-idna-message): New function.
8735
8736 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8737
8738 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8739 gnus-novice-user.
8740
8741 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8742
8743 * nnrss.el (nnrss-request-delete-group): Delete entries in
8744 nnrss-group-alist as well.
8745 (nnrss-save-server-data): Insert newline.
8746
8747 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8748
8749 * gnus.el (gnus-user-agent): Use list of symbols instead of
8750 symbols. Display full version number for (S)XEmacs. Optionally
8751 display (S)XEmacs codename.
8752
8753 * gnus-util.el (gnus-emacs-version): Update for new
8754 `gnus-user-agent'.
8755
8756 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8757 Gnus version.
8758
8759 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8760
8761 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8762 which is unreadable in some setups.
8763
8764 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8765
8766 * gnus-spec.el (gnus-update-format-specifications): Flush the
8767 group format spec cache if it doesn't support decoded group names.
8768
8769 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8770
8771 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8772 Allow to apply decay on score files matching a regexp.
8773
8774 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8775
8776 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8777 compatibility in %g and %c.
8778
8779 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8780
8781 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8782 name for only %g and %c.
8783 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8784 of gnus-tmp-group to decoded group name.
8785 (gnus-group-make-rss-group): Exclude `/'s from group names.
8786
8787 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8788
8789 * nnrss.el (nnrss-get-encoding): Fix regexp.
8790
8791 2004-12-27 Simon Josefsson <jas@extundo.com>
8792
8793 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8794 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8795 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8796
8797 2004-12-17 Kim F. Storm <storm@cua.dk>
8798
8799 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8800
8801 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8802
8803 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8804
8805 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8806
8807 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8808
8809 * nnrss.el: Require rfc2047 and mml.
8810 (nnrss-file-coding-system): New variable.
8811 (nnrss-format-string): Redefine it as an inline function.
8812 (nnrss-decode-group-name): New function.
8813 (nnrss-string-as-multibyte): Remove.
8814 (nnrss-retrieve-headers): Decode group name; don't use
8815 nnrss-format-string.
8816 (nnrss-request-group): Decode group name.
8817 (nnrss-request-article): Decode group name; allow a Message-ID as
8818 well as an article number; don't use nnrss-format-string; encode a
8819 Message-ID string which may contain non-ASCII characters; use
8820 mml-to-mime to compose a MIME article.
8821 (nnrss-request-expire-articles): Decode group name.
8822 (nnrss-request-delete-group): Decode group name.
8823 (nnrss-fetch): Clarify error message.
8824 (nnrss-read-server-data): Use insert-file-contents instead of load;
8825 bind file-name-coding-system; use multibyte buffer.
8826 (nnrss-save-server-data): Bind coding-system-for-write to the
8827 value of nnrss-file-coding-system; bind file-name-coding-system;
8828 add coding cookie.
8829 (nnrss-read-group-data): Use insert-file-contents instead of load;
8830 bind file-name-coding-system; use multibyte buffer.
8831 (nnrss-save-group-data): Bind coding-system-for-write to the
8832 value of nnrss-file-coding-system; bind file-name-coding-system.
8833 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8834 make it work with non-ASCII text.
8835 (nnrss-find-el): Make it work with old xml.el as well.
8836
8837 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8838
8839 * nnrss.el (nnrss-get-encoding): New function.
8840 (nnrss-fetch): Use unibyte buffer initially; bind
8841 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8842 decode contents according to the encoding attribute.
8843 (nnrss-save-group-data): Add coding cookie.
8844 (nnrss-mime-encode-string): New function.
8845 (nnrss-check-group): Use it to encode subject and author.
8846
8847 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8848
8849 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8850 imaginary variable.
8851
8852 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8853
8854 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8855 correctly even if there are wide characters.
8856
8857 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8858
8859 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8860 downcased symbol names; make a new cache instead of reusing
8861 bbdb-hashtable.
8862
8863 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8864
8865 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8866 concatenating segments rather than before concatenating them.
8867 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8868
8869 * message.el (message-get-reply-headers): Bind `extra'.
8870
8871 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8872
8873 * message.el (message-extra-wide-headers): New variable.
8874 (message-get-reply-headers): Use it.
8875
8876 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8877
8878 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8879 (gnus-agent-group-pathname): Ditto.
8880
8881 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8882
8883 * gnus-group.el (gnus-group-make-group): Decode group name.
8884 (gnus-group-make-rss-group): Register the group data after opening
8885 the nnrss group.
8886
8887 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8888
8889 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8890 by expiry now get marked as read.
8891
8892 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8893
8894 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8895
8896 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8897
8898 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8899 unify Latin characters in XEmacs.
8900 (mm-find-mime-charset-region): Use it.
8901
8902 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8903
8904 * gnus-util.el (gnus-delete-directory): New function.
8905
8906 * gnus-agent.el (gnus-agent-delete-group): Use it.
8907
8908 * gnus-cache.el (gnus-cache-delete-group): Use it.
8909
8910 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8911
8912 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8913 names.
8914
8915 2004-12-16 Simon Josefsson <jas@extundo.com>
8916
8917 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8918
8919 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8920
8921 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8922
8923 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8924 (gnus-group-set-current-level): Decode group name.
8925
8926 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8927
8928 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8929 failed.
8930
8931 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8932
8933 * gnus-group.el (gnus-group-delete-group): Decode group name.
8934 (gnus-group-make-rss-group): Encode group name.
8935 (gnus-group-catchup-current): Decode group name.
8936 (gnus-group-kill-group): Decode group name.
8937
8938 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8939
8940 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8941
8942 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8943
8944 * gnus-group.el (gnus-group-make-rss-group):
8945 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8946
8947 * gnus-start.el (gnus-setup-news): Honor user's setting to
8948 gnus-message-archive-method. Suggested by Lute Kamstra
8949 <lute@gnu.org>.
8950
8951 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8952
8953 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8954 global counterparts of the buffer-local variables.
8955
8956 2004-11-16 Romain Francoise <romain@orebokech.com>
8957
8958 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8959 counterparts of the buffer-local variables.
8960
8961 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8962
8963 * message.el (message-forbidden-properties): Fixed typo in doc
8964 string.
8965
8966 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8967
8968 * gnus-util.el (gnus-replace-in-string): Added doc string.
8969
8970 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8971 to avoid problems when splitting mails with many recipients.
8972
8973 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8974
8975 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8976 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8977
8978 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8979
8980 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8981 if there is no hashtable in memory or file modification time is
8982 newer than cached timestamp.
8983
8984 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8985
8986 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8987 not-matching option.
8988
8989 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8990
8991 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8992 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8993 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8994 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8995 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8996 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8997
8998 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8999
9000 * message.el (message-forward-make-body-mml): Remove headers
9001 according to message-forward-ignored-headers if a message is decoded.
9002
9003 2004-12-02 Romain Francoise <romain@orebokech.com>
9004
9005 * message.el (message-forward-make-body-plain): Always remove
9006 headers according to message-forward-ignored-headers.
9007
9008 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
9009
9010 * spam.el (spam-summary-prepare-exit): Remove the
9011 gnus-summary-limit pop for now, it has problems with ham marks for
9012 me.
9013
9014 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
9015
9016 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
9017 correctly.
9018
9019 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
9020
9021 * format-spec.el (format-spec): Message the char.
9022
9023 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
9024
9025 * gnus-art.el (gnus-split-methods): Reformat comments.
9026
9027 * spam.el (spam-summary-prepare-exit): Remove article limits
9028 before exiting the summary buffer.
9029
9030 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9031
9032 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
9033 order to silence the byte compiler.
9034
9035 * spam.el: Fix the way to silence the byte compiler, which
9036 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
9037 bbdb-search-simple, spam-BBDB-register-routine,
9038 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
9039 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
9040 spam-stat-buffer-is-spam, spam-stat-load,
9041 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
9042 spam-stat-save and spam-stat-split-fancy.
9043
9044 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
9045
9046 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
9047 which may confuse users.
9048 (canlock-password-for-verify): Ditto.
9049
9050 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
9051
9052 * gnus-art.el (gnus-emphasis-alist): Ditto.
9053
9054 * gnus-registry.el (gnus-registry-max-entries): Ditto.
9055
9056 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
9057
9058 * gnus-start.el (gnus-save-killed-list): Ditto.
9059
9060 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
9061 (gnus-sum-thread-tree-root): Ditto.
9062 (gnus-sum-thread-tree-false-root): Ditto.
9063 (gnus-sum-thread-tree-single-indent): Ditto.
9064
9065 * message.el (message-courtesy-message): Ditto.
9066 (message-archive-note): Ditto.
9067 (message-subscribed-address-file): Ditto.
9068 (message-user-fqdn): Ditto.
9069
9070 * spam-report.el (spam-report-gmane-regex): Ditto.
9071
9072 * spam.el (spam-blackhole-good-server-regex): Ditto.
9073
9074 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9075
9076 * mml.el (mml-preview): Widen the message buffer before copying
9077 the contents to the preview buffer; sort headers before previewing.
9078
9079 * message.el (message-hidden-headers): Fix the way to avoid a bug
9080 in the `repeat' widget in Emacs 21.3 or earlier.
9081
9082 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
9083
9084 * message.el (message-hidden-headers): Default to "^References:".
9085 Improve customization type. Suggested by Reiner Steib
9086 <Reiner.Steib@gmx.de>.
9087
9088 2004-11-25 Romain Francoise <romain@orebokech.com>
9089
9090 * message.el (message-strip-forbidden-properties): Remove check for
9091 obsolete `message-hidden' text property, hidden headers are not
9092 accessible in the buffer anymore.
9093
9094 2004-11-22 Romain Francoise <romain@orebokech.com>
9095
9096 * message.el (message-header-format-alist): Add `From' in list
9097 so that it can be sorted.
9098 (message-fix-before-sending): Widen and sort headers before
9099 sending.
9100 (message-hide-headers): Use narrowing to hide headers by moving
9101 them to the top of the buffer and narrowing to the region
9102 underneath.
9103
9104 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9105
9106 * message.el (message-strip-forbidden-properties): Bind
9107 buffer-read-only (etc) to nil.
9108
9109 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
9110
9111 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
9112 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9113
9114 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
9115
9116 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
9117
9118 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
9119
9120 * dns.el (query-dns): Use sit-for to time instead of
9121 accept-process-output, since that doesn't seem to work on udp
9122 sockets.
9123
9124 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
9125
9126 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
9127
9128 2004-11-15 Jesper Harder <harder@ifa.au.dk>
9129
9130 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
9131 doc string. Improve doc string.
9132
9133 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
9134
9135 * nntp.el (nntp-request-update-info): Return nil if
9136 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
9137 may not call gnus-activate-group which uselessly issues the GROUP
9138 commands for all nntp groups and wastes time. Reported by Romain
9139 Francoise <romain@orebokech.com>.
9140
9141 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
9142
9143 2004-11-15 Simon Josefsson <jas@extundo.com>
9144
9145 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
9146 headers separately.
9147 (gnus-button-openpgp): New function, inspired by Jochen Küpper
9148 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
9149
9150 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
9151
9152 * gnus-start.el (gnus-convert-old-newsrc):
9153 Assign legacy-gnus-agent to 5.10.7.
9154
9155 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
9156
9157 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
9158 start of the lines.
9159
9160 2004-11-14 Magnus Henoch <mange@freemail.hu>
9161
9162 * hashcash.el (hashcash-default-payment): Change default to 20
9163 (hashcash-default-accept-payment): Change default to 20
9164 (hashcash-process-alist): New variable
9165 (hashcash-generate-payment-async): Add
9166 (hashcash-already-paid-p): Add
9167 (hashcash-insert-payment): Don't generate payments twice
9168 (hashcash-insert-payment-async): Add
9169 (hashcash-insert-payment-async-2): Add
9170 (hashcash-cancel-async): Add
9171 (hashcash-wait-async): Add
9172 (hashcash-processes-running-p): Add
9173 (hashcash-wait-or-cancel): Add
9174 (mail-add-payment): New optional argument. Conditionally start
9175 asynchronous calculation.
9176 (mail-add-payment-async): Add
9177
9178 * message.el (message-send-mail): Wait for asynchronous hashcash
9179 results. Don't clobber existing X-Hashcash headers.
9180 (message-setup-1): Call mail-add-payment-async when
9181 message-generate-hashcash is non-nil.
9182
9183 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
9184
9185 * message.el (message-use-alternative-email-as-from): Examine the
9186 From header as well; use message-make-from in order to include a
9187 user's full name.
9188
9189 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
9190
9191 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
9192 default; improve customization type.
9193 (gnus-emphasis-custom-with-format): New macro.
9194 (gnus-emphasis-custom-value-to-external): New function.
9195 (gnus-emphasis-custom-value-to-internal): New function.
9196
9197 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9198
9199 * dns.el (query-dns): Resolve reverse addresses.
9200
9201 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
9202
9203 * gnus-group.el (gnus-group-get-new-news): Use it.
9204
9205 * gnus-start.el (gnus-check-reasonable-setup): New function.
9206
9207 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
9208
9209 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
9210 "Args out of range" error. Reported by Arnaud Giersch
9211 <arnaud.giersch@free.fr>.
9212
9213 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
9214
9215 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
9216
9217 2004-11-04 Richard M. Stallman <rms@gnu.org>
9218
9219 * spam.el (spam group): Add :version.
9220
9221 * pgg-def.el (pgg group): Add :version.
9222
9223 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
9224
9225 * gnus-art.el (gnus-article-edit-article): Don't associate the
9226 article buffer with a draft file. This is a temporary measure
9227 against the 2004-08-22 change to gnus-article-edit-mode.
9228
9229 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
9230
9231 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
9232 (html2text-format-tags): Remove unused variable `attr'.
9233
9234 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
9235
9236 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
9237
9238 * spam-stat.el (spam-stat): Add :version.
9239
9240 * sieve.el (sieve): Add :version.
9241
9242 * sha1.el (sha1): Add :version.
9243 (sha1-use-external): Remove redundant version.
9244
9245 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
9246 (nnmail-cache-ignore-groups, nnmail-spool-hook)
9247 (nnmail-split-fancy-match-partial-words)
9248 (nnmail-split-lowercase-expanded): Add :version.
9249
9250 * nndiary.el (nndiary): Add :version.
9251
9252 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
9253
9254 * mml-sec.el (mml-default-sign-method)
9255 (mml-default-encrypt-method, mml-signencrypt-style-alist):
9256 Add :version.
9257
9258 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
9259
9260 * mm-url.el (mm-url-use-external, mm-url-program)
9261 (mm-url-arguments): Add :version.
9262
9263 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
9264 (mm-attachment-file-modes, mm-decrypt-option)
9265 (mm-w3m-safe-url-regexp): Add :version.
9266
9267 * message.el (message-cite-prefix-regexp)
9268 (message-sendmail-envelope-from, message-minibuffer-local-map)
9269 (message-user-fqdn, message-completion-alist): Add :version.
9270
9271 * gnus-win.el (gnus-configure-windows-hook)
9272 (gnus-use-frames-on-any-display): Add :version.
9273
9274 * gnus-art.el (gnus-article-address-banner-alist)
9275 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
9276 (gnus-treat-from-picon, gnus-treat-mail-picon)
9277 (gnus-treat-x-pgp-sig): Add :version.
9278
9279 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
9280 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
9281 (gnus-summary-article-delete-hook)
9282 (gnus-summary-display-while-building): Add :version.
9283
9284 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
9285 (gnus-get-top-new-news-hook): Add :version.
9286
9287 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9288 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
9289
9290 * gnus-registry.el (gnus-registry): Add :version.
9291
9292 * gnus-spec.el (gnus-use-correct-string-widths)
9293 (gnus-make-format-preserve-properties): Add :version.
9294
9295 * gnus.el (gnus-group-charter-alist)
9296 (gnus-group-fetch-control-use-browse-url)
9297 (gnus-install-group-spam-parameters): Add :version.
9298
9299 * gnus-diary.el (gnus-diary): Add :version.
9300
9301 * gnus-delay.el (gnus-delay): Add :version.
9302
9303 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
9304 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
9305 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
9306 Add :version.
9307
9308 * gnus-agent.el (gnus-agent-max-fetch-size)
9309 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
9310 (gnus-agent-prompt-send-queue): Add :version.
9311
9312 * deuglify.el (gnus-outlook-deuglify): Add :version.
9313
9314 * html2text.el: Beautify code. Improve doc strings. Some
9315 checkdoc cleanup.
9316 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
9317
9318 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
9319
9320 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
9321
9322 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
9323
9324 * gnus-registry.el (gnus-registry-hashtb): Create the registry
9325 when package is loaded.
9326
9327 * spam.el (spam-summary-score-preferred-header): Add global preference
9328 for people who want to override the default SpamAssassin over
9329 Bogofilter preference (when both are set).
9330 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
9331 (spam-user-format-function-S): Check
9332 spam-summary-score-preferred-header.
9333 (spam-extra-header-to-number): Add X-Bogosity header parsing.
9334 (spam-user-format-function-S): Format the score correctly.
9335
9336 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
9337
9338 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
9339 signature file. Suggested by Manoj Srivastava
9340 <srivasta@golden-gryphon.com>.
9341
9342 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
9343 iso-2022-jp even in the Japanese language environment.
9344 Suggested by Jason Rumney <jasonr@gnu.org>.
9345
9346 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
9347
9348 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
9349 use the same characters as the dummy marks; make it free from
9350 getting affected by the language environment.
9351 (gnus-summary-read-group-1): Update mark positions only when the
9352 format spec is updated.
9353
9354 * gnus-spec.el (gnus-update-format-specifications): Return a list
9355 of updated types.
9356
9357 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
9358
9359 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
9360 of boundp to check if display-warning is available.
9361
9362 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
9363
9364 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
9365
9366 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
9367
9368 * nnspool.el (nnspool-spool-directory): Use news-path if the
9369 news-directory variable is not bound.
9370
9371 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
9372 function instead of display-warning if it is not available.
9373
9374 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
9375
9376 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
9377 v5-10: Use `point-at-bol'.
9378
9379 2004-10-26 Simon Josefsson <jas@extundo.com>
9380
9381 * hashcash.el: Fix URL in comment, reported by Cheng Gao
9382 <chenggao@gmail.com>.
9383
9384 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
9385
9386 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
9387 instead.
9388
9389 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
9390
9391 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
9392 to remove a server from the nnimap-server-buffer-alist.
9393 (nnimap-open-connection, nnimap-close-server): Use it.
9394
9395 * gnus-encrypt.el: Remove file in favor of encrypt.el.
9396
9397 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
9398
9399 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
9400 running the major-mode function.
9401
9402 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
9403
9404 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
9405 dummy marks in the right way.
9406
9407 2004-10-18 David Edmondson <dme@dme.org>
9408
9409 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
9410 excessively.
9411
9412 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
9413
9414 * gnus-util.el (gnus-split-references): Accept a nil references
9415 string and go on blissfully.
9416
9417 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
9418 cases where the references string is non-nil but has no references.
9419
9420 * encrypt.el: Add autoload tags.
9421
9422 * spam.el (spam-resolve-registrations-routine): Remove article
9423 from unregistration list too. Reported by David Hanak
9424 <dhanak@isis.vanderbilt.edu>
9425
9426 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
9427
9428 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
9429 nil. Changed custom type.
9430
9431 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
9432
9433 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
9434
9435 * gnus-sum.el (gnus-summary-move-article): Use it.
9436
9437 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
9438
9439 * encrypt.el: Add autoload cookies.
9440
9441 * spam.el (spam-backend-article-list-property)
9442 (spam-backend-get-article-todo-list)
9443 (spam-backend-put-article-todo-list)
9444 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
9445 Resolve registrations separately.
9446 (spam-register-routine): Format comments.
9447 (spam-unregister-routine, spam-register-routine): Always call with
9448 specific-articles, no default list.
9449 (spam-summary-prepare-exit): Use the spam-classifications function.
9450
9451 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
9452 gnus-encrypt.el.
9453
9454 * encrypt.el: Copied from gnus-encrypt.el.
9455
9456 * gnus-encrypt.el: Commented that it's obsolete.
9457
9458 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9459
9460 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
9461 (gnus-score-save): Use it.
9462
9463 * message.el (message-bury): Use `window-dedicated-p'.
9464
9465 2004-10-15 Simon Josefsson <jas@extundo.com>
9466
9467 * pop3.el (top-level): Don't require nnheader.
9468 (pop3-read-timeout): Add.
9469 (pop3-accept-process-output): Add.
9470 (pop3-read-response, pop3-retr): Use it.
9471
9472 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9473
9474 * spam.el (spam-register-routine): Move comment.
9475 (spam-verify-bogofilter): Use 'unknown for the initial
9476 spam-bogofilter-valid state, not 'never.
9477
9478 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9479 for netrc-machine.
9480
9481 * nnimap.el (nnimap-open-connection): Use
9482 netrc-machine-user-or-password.
9483
9484 2004-10-17 Richard M. Stallman <rms@gnu.org>
9485
9486 * gnus-registry.el (gnus-registry-unload-hook):
9487 Set as a variable with add-hook.
9488
9489 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9490 of news-path.
9491
9492 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9493
9494 * spam.el: Delete duplicate `provide'.
9495 (spam-unload-hook): Set as a variable with add-hook.
9496
9497 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9498
9499 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9500 in the doc string.
9501
9502 * message.el (message-ignored-news-headers)
9503 (message-ignored-supersedes-headers)
9504 (message-ignored-resent-headers)
9505 (message-forward-ignored-headers): Improve custom type.
9506
9507 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9508
9509 * message.el (message-tokenize-header): Fix 2004-09-06 change
9510 which used point-min in the wrong place.
9511
9512 2004-10-12 Simon Josefsson <jas@extundo.com>
9513
9514 * tls.el (tls-certtool-program): New variable.
9515 (tls-certificate-information): New function, based on
9516 ssl-certificate-information.
9517
9518 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9519
9520 * compface.el: Move the version of ELisp-based uncompface program
9521 to the contrib directory because of the copyright problem.
9522
9523 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9524
9525 * message.el (message-kill-buffer): Raise the current frame.
9526
9527 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9528
9529 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9530
9531 * gnus.el (message-y-or-n-p): Autoload.
9532
9533 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9534 (pop3-password-required, pop3-authentication-scheme)
9535 (pop3-leave-mail-on-server): Made customizable.
9536 (pop3): New custom group.
9537 (pop3-retr): Remove `sleep-for' statements.
9538 Suggested by Dave Love <fx@gnu.org>.
9539
9540 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9541 Windows/DOS.
9542
9543 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9544 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9545 Dave Love <fx@gnu.org>.
9546
9547 * mml.el (mml-minibuffer-read-disposition): Require match.
9548 Suggested by Dave Love <fx@gnu.org>.
9549
9550 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9551
9552 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9553 doc string.
9554
9555 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9556
9557 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9558
9559 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9560
9561 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9562 instead of calling `mm-insert-inline', to decode text/* parts
9563 before displaying them.
9564
9565 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9566
9567 * mm-uu.el (mm-uu-text-plain-type): New variable.
9568 (mm-uu-pgp-signed-extract-1): Use it.
9569 (mm-uu-pgp-encrypted-extract-1): Use it.
9570 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9571 bind mm-uu-text-plain-type with that value.
9572 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9573 mm-uu-dissect.
9574
9575 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9576
9577 * gnus-group.el (gnus-update-group-mark-positions):
9578 * gnus-sum.el (gnus-update-summary-mark-positions):
9579 * message.el (message-check-news-body-syntax):
9580 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9581 of string-as-multibyte.
9582
9583 2004-10-05 Juri Linkov <juri@jurta.org>
9584
9585 * gnus-group.el (gnus-update-group-mark-positions):
9586 * gnus-sum.el (gnus-update-summary-mark-positions):
9587 * message.el (message-check-news-body-syntax):
9588 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9589 8-bit unibyte values to a multibyte string for search functions.
9590
9591 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9592
9593 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9594 (mm-uu-dissect-text-parts): New function.
9595
9596 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9597 dissect text parts.
9598
9599 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9600 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9601
9602 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9603
9604 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9605 gnus-current-topics instead of gnus-current-topic.
9606
9607 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9608
9609 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9610
9611 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9612
9613 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9614 where approriate.
9615
9616 * nnml.el (nnml-generate-active-info): do.
9617
9618 * nndiary.el (nndiary-generate-active-info): do.
9619
9620 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9621 (gnus-topic-move): do.
9622
9623 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9624 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9625
9626 * gnus-srvr.el (gnus-server-prepare)
9627 (gnus-server-open-all-servers): do.
9628
9629 * gnus-msg.el (gnus-summary-cancel-article)
9630 (gnus-summary-resend-message)
9631 (gnus-summary-mail-crosspost-complaint): do.
9632
9633 * gnus-move.el (gnus-change-server): do.
9634
9635 * gnus-group.el (gnus-group-unmark-all-groups)
9636 (gnus-group-set-current-level): do.
9637
9638 2004-10-04 Simon Josefsson <jas@extundo.com>
9639
9640 * message.el (message-generate-hashcash): Doc fix.
9641
9642 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9643
9644 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9645 avoid infinite recursion via gnus-get-function.
9646
9647 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9648
9649 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9650
9651 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9652
9653 * nnmail.el (nnmail-split-history): do.
9654
9655 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9656 (nnml-request-delete-group): do.
9657
9658 * nnslashdot.el (nnslashdot-read-groups): do.
9659
9660 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9661 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9662
9663 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9664 (nnspool-sift-nov-with-sed): Use last
9665 (nnspool-retrieve-headers-with-nov): Use mapc.
9666 (nnspool-request-newgroups): Use dolist.
9667 (nnspool-request-group): Use last.
9668
9669 * nntp.el (nntp-read-server-type): Use dolist.
9670
9671 * nnvirtual.el (nnvirtual-create-mapping)
9672 (nnvirtual-update-read-and-marked): Use dolist.
9673 (nnvirtual-convert-headers): Simplify.
9674
9675 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9676
9677 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9678 support for sync'ing tick marks.
9679
9680 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9681
9682 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9683 there's no visible header.
9684
9685 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9686
9687 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9688 necessary, pass full group name to gnus-request-set-marks.
9689
9690 2004-10-01 Simon Josefsson <jas@extundo.com>
9691
9692 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9693 acroread.
9694
9695 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9696
9697 * spam-report.el (spam-report-gmane): Fix interactive.
9698
9699 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9700
9701 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9702 when writing file.
9703 (gnus-agent-synchronize-flags): Don't default to being
9704 interactive.
9705
9706 2004-09-30 Simon Josefsson <jas@extundo.com>
9707
9708 * message.el (message-generate-hashcash): Add.
9709 (message-send-mail): Use it, call mail-add-payment.
9710
9711 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9712
9713 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9714
9715 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9716
9717 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9718 gnus-requst-update-info with explicit code to sync the in-memory
9719 info read flags with the marks being sync'd to the backend.
9720
9721 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9722
9723 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9724
9725 * spam.el (spam-verify-bogofilter): Add new function.
9726 (spam-check-bogofilter)
9727 (spam-bogofilter-register-with-bogofilter): Use it.
9728 (spam-verify-bogofilter): Add small fixes.
9729
9730 2004-09-28 Simon Josefsson <jas@extundo.com>
9731
9732 * hashcash.el (hashcash-generate-payment): Revert.
9733
9734 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9735
9736 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9737 gnus-extract-references instead of gnus-split-references.
9738
9739 * gnus-util.el (gnus-extract-references): Add new function, analogous
9740 to gnus-split-references but extracts only the message-ID without
9741 anything extra.
9742
9743 * hashcash.el (hashcash-generate-payment)
9744 (hashcash-check-payment): Do the right thing if hashcash-path is
9745 nil (because the hashcash program could not be found).
9746
9747 * spam.el (spam-use-hashcash): Remove comment.
9748
9749 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9750
9751 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9752 (gnus-cache-enter-article, gnus-cache-remove-article)
9753 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9754
9755 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9756
9757 * gnus-art.el (article-hide-boring-headers)
9758 (article-translate-strings, article-display-face)
9759 (gnus-article-mime-match-handle-first)
9760 (gnus-article-highlight-headers)
9761 (gnus-article-add-buttons-to-head): do.
9762
9763 2004-09-27 Simon Josefsson <jas@extundo.com>
9764
9765 * hashcash.el: New version, from
9766 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9767 ../contrib/.
9768
9769 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9770
9771 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9772
9773 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9774
9775 * gnus-dup.el (gnus-dup-open): Use mapc.
9776 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9777
9778 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9779 Reported by Stefan Wiens <s.wi@gmx.net>.
9780
9781 * gnus.el (gnus-shutdown): Use dolist.
9782
9783 * gnus-undo.el (gnus-undo): Use mapc.
9784
9785 * nnrss.el (nnrss-generate-active): do.
9786
9787 * message.el (message-cite-original-without-signature)
9788 (message-cite-original): Use mapc.
9789 (message-do-actions, message-make-forward-subject): Use dolist.
9790
9791 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9792
9793 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9794 deletion to remove entire duplicate line. Fixes merged article
9795 number bug.
9796
9797 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9798
9799 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9800 servers that are offline. Avoids having gnus-agent-toggle-plugged
9801 first ask if you want to open a server and then, even when you
9802 responded with no, asking if you want to synchronize the server's
9803 flags.
9804 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9805 multi-line expressions.
9806 (gnus-agent-synchronize-group-flags): New internal function.
9807 Updates marks in memory (in the info structure) AND in the
9808 backend.
9809
9810 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9811
9812 * nnagent.el (nnagent-request-set-mark): Use
9813 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9814 method, to ensure that synchronization updates marks in the
9815 backend and in the info (in memory) structure.
9816
9817 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9818
9819 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9820 convention fully; don't miss the root article of a thread; make
9821 the X-Draft-From header with correct article numbers.
9822
9823 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9824
9825 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9826 unless plugged. Disable the agent so that an open failure causes
9827 an error.
9828
9829 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9830 Reverted 2004-09-21 change. The backend must be opened while
9831 synchronizing flags even when the backend stores the flags
9832 locally.
9833
9834 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9835
9836 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9837 in `header' match. Reported by Svend Tollak Munkejord.
9838
9839 * message.el (message-cite-original): Fix use of
9840 `message-cite-articles-with-x-no-archive'.
9841
9842 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9843
9844 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9845 (gnus-window-to-buffer): Ditto.
9846
9847 * mml.el (mml-preview-buffer): New variable.
9848 (mml-preview): Manage window layout with gnus-buffer-configuration.
9849
9850 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9851 X-Draft-From header even if those articles aren't quoted.
9852
9853 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9854
9855 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9856 (gnus-request-set-mark, gnus-request-update-mark): Use new
9857 g-s-t-u-l-m to decide to use backend even when unplugged.
9858
9859 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9860
9861 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9862 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9863
9864 2004-09-20 Simon Josefsson <jas@extundo.com>
9865
9866 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9867 "utf-16-le".
9868
9869 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9870
9871 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9872
9873 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9874
9875 * uudecode.el (uudecode-use-external): Add :version.
9876
9877 * smime.el (smime-CA-file, smime-encrypt-cipher)
9878 (smime-dns-server): Add :version.
9879
9880 * smiley.el (gnus-smiley-file-types): Add :version.
9881
9882 * sha1.el (sha1-use-external): Add :version.
9883
9884 * pgg-def.el (pgg-query-keyserver): Add :version.
9885
9886 * nnmail.el (nnmail-fancy-expiry-targets)
9887 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9888 Add :version.
9889
9890 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9891 (nnimap-retrieve-groups-asynchronous): Add :version.
9892 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9893
9894 * mml.el (mml-content-disposition-parameters)
9895 (mml-insert-mime-headers-always): Add :version.
9896
9897 * mm-util.el (mm-coding-system-priorities): Add :version.
9898
9899 * mm-decode.el (mm-inline-text-html-with-images)
9900 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9901 (mm-verify-option): Add :version.
9902 (mm-text-html-renderer): Change :version.
9903
9904 * message.el (message-fcc-externalize-attachments)
9905 (message-required-headers, message-draft-headers)
9906 (message-subject-trailing-was-query)
9907 (message-subject-trailing-was-ask-regexp)
9908 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9909 (message-mark-insert-end, message-archive-header)
9910 (message-archive-note, message-cross-post-default)
9911 (message-cross-post-note, message-followup-to-note)
9912 (message-cross-post-note-function, message-use-mail-followup-to)
9913 (message-subscribed-address-functions)
9914 (message-subscribed-address-file, message-subscribed-addresses)
9915 (message-subscribed-regexps, message-allow-no-recipients)
9916 (message-yank-cited-prefix, message-signature-insert-empty-line)
9917 (message-hidden-headers, message-hierarchical-addresses)
9918 (message-mail-user-agent, message-use-idna)
9919 (message-valid-fqdn-regexp)
9920 (message-strip-special-text-properties, message-header-synonyms)
9921 (message-beginning-of-line, message-tab-body-function): Add :version.
9922 (message-insert-canlock, message-wide-reply-confirm-recipients):
9923 Change :version.
9924
9925 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9926 and :version.
9927 (mail-source-delete-old-incoming-confirm)
9928 (mail-source-movemail-program): Add :version.
9929
9930 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9931 (gnus-agent-cache, gnus-agent): Change :version.
9932
9933 * gnus-util.el (gnus-use-byte-compile): Change :version.
9934
9935 * gnus-sum.el (gnus-summary-make-false-root-always)
9936 (gnus-summary-default-high-score)
9937 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9938 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9939 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9940 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9941 (gnus-sum-thread-tree-single-indent)
9942 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9943 (gnus-sum-thread-tree-leaf-with-other)
9944 (gnus-sum-thread-tree-single-leaf): Add :version.
9945 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9946 (gnus-article-loose-mime): Change :version.
9947
9948 * gnus-start.el (gnus-backup-startup-file)
9949 (gnus-save-startup-file-via-temp-buffer): Add :version.
9950
9951 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9952 (gnus-server-offline-face): Add :version.
9953
9954 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9955
9956 * gnus-msg.el (gnus-gcc-externalize-attachments)
9957 (gnus-debug-files, gnus-debug-exclude-variables)
9958 (gnus-discouraged-post-methods): Change :version.
9959 (gnus-confirm-mail-reply-to-news)
9960 (gnus-confirm-treat-mail-like-news): Add :version.
9961
9962 * gnus-int.el (gnus-server-unopen-status): Add :version.
9963
9964 * gnus-group.el (gnus-group-jump-to-group-prompt)
9965 (gnus-large-ephemeral-newsgroup)
9966 (gnus-fetch-old-ephemeral-headers): Add :version.
9967
9968 * gnus-fun.el (gnus-x-face-directory)
9969 (gnus-convert-pbm-to-x-face-command)
9970 (gnus-convert-image-to-x-face-command)
9971 (gnus-convert-image-to-face-command): Add :version.
9972
9973 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9974
9975 * gnus-cite.el (gnus-cite-blank-line-after-header)
9976 (gnus-article-boring-faces): Add :version.
9977
9978 * gnus-art.el (gnus-buttonized-mime-types)
9979 (gnus-inhibit-mime-unbuttonizing)
9980 (gnus-treat-display-face)
9981 (gnus-treat-body-boundary): Change :version.
9982 (gnus-body-boundary-delimiter, gnus-picon-databases)
9983 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9984 (gnus-treat-date-english, gnus-treat-fold-headers)
9985 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9986 (gnus-treat-mail-picon, gnus-treat-wash-html)
9987 (gnus-article-encrypt-protocol)
9988 (gnus-use-idna, gnus-article-over-scroll)
9989 (gnus-mime-display-multipart-alternative-as-mixed)
9990 (gnus-mime-display-multipart-related-as-mixed)
9991 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9992 (gnus-ctan-url, gnus-button-ctan-handler)
9993 (gnus-button-handle-ctan-bogus-regexp)
9994 (gnus-button-ctan-directory-regexp)
9995 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9996 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9997 (gnus-button-man-level, gnus-button-emacs-level)
9998 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9999
10000 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
10001 (gnus-agent-go-online): Change :version.
10002 (gnus-agent-expire-unagentized-dirs)
10003 (gnus-agent-auto-agentize-methods): Add :version.
10004
10005 * flow-fill.el (fill-flowed-display-column)
10006 (fill-flowed-encode-column): Add :version.
10007
10008 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10009 (gnus-outlook-deuglify-unwrap-max)
10010 (gnus-outlook-deuglify-cite-marks)
10011 (gnus-outlook-deuglify-unwrap-stop-chars)
10012 (gnus-outlook-deuglify-no-wrap-chars)
10013 (gnus-outlook-deuglify-attrib-cut-regexp)
10014 (gnus-outlook-deuglify-attrib-verb-regexp)
10015 (gnus-outlook-deuglify-attrib-end-regexp)
10016 (gnus-outlook-display-hook): Add :version.
10017
10018 * binhex.el (binhex-use-external): Add :version.
10019
10020 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
10021
10022 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
10023 and `invisible'.
10024
10025 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
10026
10027 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
10028 in gnus-registry-trim.
10029
10030 2004-09-13 Simon Josefsson <jas@extundo.com>
10031
10032 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
10033
10034 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
10035
10036 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
10037 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10038 <yamaoka@jpl.org>.
10039 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
10040 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
10041 <yamaoka@jpl.org>.
10042
10043 * sieve.el (sieve-manage-mode): Ditto.
10044
10045 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
10046
10047 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
10048
10049 2004-09-11 Simon Josefsson <jas@extundo.com>
10050
10051 * dns-mode.el: Add.
10052
10053 * mm-view.el (mm-display-dns-inline): Add.
10054
10055 * mm-decode.el (mm-inline-media-tests): Add text/dns.
10056 (mm-automatic-display): Ditto.
10057
10058 * mailcap.el (mailcap-mime-data): Add text/dns.
10059 (mailcap-mime-extensions): Map .soa to text/dns.
10060
10061 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
10062
10063 * gnus-art.el (article-decode-mime-words, article-babel)
10064 (gnus-article-highlight-signature, gnus-article-add-buttons)
10065 (gnus-signature-toggle): Remove unnecessary bindings of
10066 `inhibit-read-only' inherited from v5.10 merge.
10067
10068 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
10069
10070 * nntp.el (nntp): New customization group.
10071 (nntp-authinfo-file): Add customization group.
10072
10073 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
10074
10075 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
10076
10077 * gnus.el (to-address, to-list, subscribed)
10078 (large-newsgroup-initial): Ditto.
10079
10080 * flow-fill.el (fill-flowed-display-column)
10081 (fill-flowed-encode-column): Ditto.
10082
10083 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10084
10085 * message.el (message-tokenize-header, message-send-mail-with-qmail):
10086 Use point-min rather than 1.
10087 (message-send-mail): Use buffer-size rather than point-max.
10088
10089 * gnus-sum.el (gnus-summary-search-article-forward):
10090 Signal a specific `search-failed' rather than a generic `error'.
10091
10092 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
10093 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
10094 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
10095
10096 2004-09-10 Simon Josefsson <jas@extundo.com>
10097
10098 * nndb.el (require): Remove tcp and duplicate cl.
10099
10100 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
10101
10102 * gnus-agent.el (directory-files-and-attributes): Move forward.
10103
10104 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10105
10106 * gnus-agent.el (directory-files-and-attributes): Optionally
10107 defined to support XEmacs.
10108
10109 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
10110
10111 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
10112 to avoid run-time CL dependencies.
10113 (gnus-agent-unfetch-articles): New function.
10114 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
10115 article numbers even when local .overview file is missing.
10116 (gnus-agent-read-article-number): New function. Only accepts
10117 27-bit article numbers.
10118 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
10119 gnus-agent-read-article-number.
10120 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
10121 from backend while recognizing that article numbers in .overview
10122 must be valid.
10123 (gnus-agent-update-files-total-fetched-for): Use
10124 directory-files-and-attributes to improve performance.
10125 * gnus-int.el (gnus-request-move-article): Use
10126 gnus-agent-unfetch-articles in place of gnus-agent-expire to
10127 improve performance.
10128
10129 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
10130 some users confused by references to .newsrc when they only have a
10131 .newsrc.eld file.
10132 (gnus-convert-mark-converter-prompt)
10133 (gnus-convert-converter-needs-prompt): Fixed use of property list.
10134 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
10135 New function. Used internally to only display 'gnus converting
10136 files' message when actually necessary.
10137
10138 * gnus-sum.el (): Removed (require 'gnus-agent) as required
10139 methods now autoloaded.
10140
10141 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
10142
10143 * gnus-sum.el (gnus-summary-insert-subject): Remove list
10144 identifiers.
10145
10146 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
10147
10148 * gnus-picon.el: Fix indentation and closing parenthesis.
10149
10150 2004-09-01 Simon Josefsson <jas@extundo.com>
10151
10152 * message.el (message-canlock-generate): Require sha1, not
10153 sha1-el. (Can we get rid of this require altogether? It is ugly
10154 to require within a function. Sadly, if sha1.el isn't loaded, the
10155 let binding in m-c-g will hide the defcustom definition, which is
10156 bad.)
10157
10158 * canlock.el: Require sha1, not sha1-el.
10159
10160 * message.el: Don't autoload sha1 (there is a autoload cookie in
10161 sha1.el).
10162
10163 * sha1-el.el: Renamed to sha1.el.
10164
10165 2004-08-30 Juanma Barranquero <lektu@terra.es>
10166
10167 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
10168
10169 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
10170
10171 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
10172
10173 2004-08-30 Kim F. Storm <storm@cua.dk>
10174
10175 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
10176
10177 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
10178 Add :group 'nnimap.
10179
10180 2004-08-30 Andreas Schwab <schwab@suse.de>
10181
10182 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
10183 ?* and ?\;.
10184
10185 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
10186 and ?\' to symbol instead of whitespace.
10187
10188 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
10189
10190 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
10191
10192 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
10193 instead of re-search-forward.
10194
10195 * gnus-uu.el (gnus-uu-save-article): Ditto.
10196 (gnus-uu-post-encode-uuencode): Ditto.
10197
10198 * html2text.el (html2text-clean-list-items): Ditto.
10199 (html2text-clean-dtdd): Ditto.
10200 (html2text-format-tags): Ditto.
10201
10202 * message.el (message-send-mail-with-sendmail): Fix regexp.
10203 (message-fill-field-general): Use search-forward instead of
10204 re-search-forward.
10205 (unbold-region): Ditto.
10206
10207 * nnrss.el (nnrss-request-article): Ditto.
10208
10209 * nnslashdot.el (nnslashdot-request-article): Ditto.
10210
10211 * nnweb.el (nnweb-gmane-wash-article): Ditto.
10212
10213 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
10214 "Unrecognized menu descriptor" error in XEmacs.
10215
10216 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
10217
10218 * gnus-sum.el (gnus-read-header): Don't remove a header for the
10219 parent article of a sparse article in the thread hashtb.
10220
10221 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
10222
10223 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
10224 (nnmail-expand-newtext): Lowercase expanded entries if
10225 nnmail-split-lowercase-expanded is non-nil.
10226
10227 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
10228
10229 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
10230
10231 * gnus-group.el (gnus-group-line-format-alist): Convert the value
10232 of gnus-tmp-news-method into string under XEmacs. It will be
10233 passed to gnus-correct-length which takes only a string argument.
10234
10235 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
10236
10237 * gnus-util.el (gnus-bind-print-variables): New macro.
10238 (gnus-prin1): Use it.
10239 (gnus-prin1-to-string): Use it.
10240 (gnus-pp): New function.
10241 (gnus-pp-to-string): New function.
10242
10243 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
10244 Replace pp-to-string with gnus-pp-to-string.
10245 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
10246 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
10247 * gnus-msg.el (gnus-debug): Ditto.
10248 * gnus-score.el (gnus-score-save): Ditto.
10249 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
10250 gnus-pp-to-string.
10251 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
10252 with gnus-pp.
10253 * score-mode.el (gnus-score-pretty-print): Ditto.
10254 * webmail.el (webmail-debug): Ditto.
10255
10256 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
10257
10258 * gnus-art.el (article-display-face, article-display-x-face):
10259 Use buffer-read-only.
10260
10261 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
10262
10263 * gnus-art.el (article-hide-list-identifiers):
10264 Bind inhibit-read-only as t.
10265
10266 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
10267
10268 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
10269
10270 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10271
10272 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
10273 (gnus-narrow-to-page): Don't assume point-min == 1.
10274 (gnus-article-edit-mode): Derive from message-mode.
10275
10276 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
10277 point-min == 1.
10278
10279 * imap.el (imap-parse-address-list, imap-parse-body-ext):
10280 Disable incorrect use of `assert'.
10281
10282 * message.el (message-mode): Set comment-start-skip.
10283
10284
10285 2004-08-22 Sam Steingold <sds@gnu.org>
10286
10287 * pop3.el (pop3-leave-mail-on-server): New user variable.
10288 (pop3-movemail): Delete mail only when it is nil.
10289
10290 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
10291
10292 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
10293
10294 * mml.el (mml-preview): Use `pop-to-buffer'.
10295
10296 * message.el (message-goto-mail-followup-to): Insert after "To".
10297 (message-carefully-insert-headers): Add comment.
10298
10299 * gnus.el: Remove unused variable `gnus-article-check-size'.
10300
10301 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
10302
10303 * gnus-art.el (gnus-button-alist): Improve
10304 `gnus-button-handle-library' entry.
10305
10306 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
10307
10308 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
10309 downcase, since XEmacs capitalizes error messages differently.
10310
10311 2004-08-18 Jesper Harder <harder@ifa.au.dk>
10312
10313 * nntp.el: Add (require 'gnus) due to reference to
10314 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
10315
10316 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
10317
10318 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
10319 `mm-fill-flowed'.
10320
10321 * mm-decode.el (mm-dissect-singlepart): Check it.
10322
10323 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
10324
10325 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
10326 'imap' for netrc parsing.
10327
10328 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
10329
10330 * mailcap.el (mailcap-mime-data): Mark as risky.
10331
10332 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
10333
10334 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
10335 may be included in the encoded word.
10336 (rfc2047-encode): Don't append a space if the encoded word
10337 includes close parenthesis.
10338
10339 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
10340
10341 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
10342 of text within parentheses.
10343
10344 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
10345
10346 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
10347 (gnus-encrypt-write-file-contents): Make the password key the file
10348 name PLUS the cipher, not just the cipher. Also remove failed
10349 passwords from the cache.
10350
10351 2004-08-06 Simon Josefsson <jas@extundo.com>
10352
10353 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
10354 fix.
10355
10356 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
10357
10358 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
10359 LWSP.
10360
10361 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
10362
10363 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
10364 to append in-reply-to: data to the references: header.
10365
10366 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
10367 (netrc-parse): Use gnus-encrypt.el functions.
10368
10369 * gnus-encrypt.el: Add new file for encryption support; currently
10370 does only a few GPG ciphers and an internal XOR cipher.
10371
10372 * password.el: Add comments on using password-read-and-add.
10373 (password-read-and-add): Add function to read and add the
10374 password to the cache at once.
10375
10376 2004-07-28 Simon Josefsson <jas@extundo.com>
10377
10378 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
10379 parameter (but don't use it, for now).
10380
10381 * imap.el (imap-ssl-open): Use imap-process-connection-type,
10382 instead of hard coding to nil.
10383
10384 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
10385
10386 * mm-view.el (mm-inline-image-emacs): Open lines under an image
10387 as mm-inline-image-xemacs does.
10388
10389 2004-07-26 Simon Josefsson <jas@extundo.com>
10390
10391 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
10392 Revert part of 2004-07-17 change below.
10393
10394 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
10395
10396 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
10397 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
10398
10399 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
10400
10401 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
10402 quotes that actually start with ">" at the beginning of the
10403 lines.
10404
10405 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
10406
10407 * rfc2047.el (rfc2047-encode-region): Fix last change.
10408 (rfc2047-encode-parameter): Remove useless concat.
10409
10410 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
10411
10412 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
10413 encode special characters; fix some kind of misconfigured headers;
10414 signal a real error if debug-on-quit or debug-on-error is non-nil.
10415 (rfc2047-encode-max-chars): New variable.
10416 (rfc2047-encode-1): Use it.
10417 (rfc2047-encode-parameter): New function.
10418
10419 * mml.el (mml-insert-parameter): Remove an excessive space.
10420
10421 2004-07-17 Simon Josefsson <jas@extundo.com>
10422
10423 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
10424 Kai Grossjohann <kai@emptydomain.de>.
10425 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
10426 (gnus-group-make-menu-bar): Ditto.
10427
10428 * gnus-util.el (gnus-group-server): Add.
10429
10430 2004-07-16 Jesper Harder <harder@ifa.au.dk>
10431
10432 * message.el (message-clone-locals): Clone sendmail and smtp
10433 variables.
10434
10435 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10436
10437 * rfc2047.el (rfc2047-encode-region): Fix last change.
10438
10439 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
10440
10441 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
10442 characters as non-special.
10443
10444 2004-07-09 Simon Josefsson <jas@extundo.com>
10445
10446 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
10447 Users will lose all flag changes made while unplugged with
10448 e.g. nntp unless flag synchronization happens, thus `nil' is not a
10449 good default. See numerous reports on ding mailing list.
10450
10451 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
10452
10453 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
10454 add generate-head-function and generate-article-function to the
10455 rfc822-forward entry.
10456 (nndoc-rfc822-forward-generate-article): New function.
10457 (nndoc-rfc822-forward-generate-head): New function.
10458
10459 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
10460
10461 2004-07-06 Dan Christensen <jdc@uwo.ca>
10462
10463 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10464 respect display group parameter and gnus-summary-expunge-below.
10465 (gnus-articles-to-read): Remove unused reference to display group
10466 parameter.
10467
10468 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10469
10470 * nnheader.el (nnheader-uniquify-message-id): New experimental
10471 variable.
10472 (nnheader-nov-read-message-id): Use it.
10473
10474 * spam-report.el (spam-report-gmane): Add interactive.
10475
10476 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10477
10478 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10479 qp-or-base64 for the application/* types.
10480
10481 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10482
10483 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10484
10485 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10486
10487 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10488 trim value.
10489
10490 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10491
10492 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10493 New macro and function.
10494 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10495
10496 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10497
10498 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10499 after-load-alist.
10500
10501 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10502
10503 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10504 update info that isn't there.
10505
10506 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10507
10508 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10509 entry.
10510
10511 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10512
10513 * mm-view.el (mm-inline-render-with-function): Use multibyte
10514 buffer; decode html source by charset.
10515
10516 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10517
10518 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10519 Mule-UCS is loaded under XEmacs.
10520 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10521
10522 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10523
10524 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10525
10526 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10527
10528 * mm-util.el (mm-coding-system-p): Return a coding-system.
10529 (mm-mime-mule-charset-alist): Use shift_jis instead of
10530 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10531 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10532 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10533 instead of japanese-shift-jis and iso-latin-1 respectively in
10534 order to share the default value with both Emacs and XEmacs-mule.
10535 (mm-mule-charset-to-mime-charset): Make
10536 mm-coding-system-priorities effective.
10537 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10538 while predicating of candidates upon the priorities.
10539
10540 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10541
10542 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10543 gnus-uu-invert-processable.
10544
10545 * gnus.el: Autoload gnus-uu-invert-processable.
10546
10547 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10548
10549 * mm-util.el (mm-with-multibyte-buffer): New macro.
10550
10551 * rfc2047.el (rfc2047-encode-string): Use it.
10552 (rfc2047-encode-region): Move point to the end of the region after
10553 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10554
10555 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10556
10557 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10558 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10559
10560 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10561
10562 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10563 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10564 Karl Chen <quarl@nospam.quarl.org>.
10565
10566 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10567
10568 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10569 invalid addresses.
10570
10571 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10572
10573 * spam.el: Change section markers, revise TODO list.
10574 (spam-backends): Make new master list of all installed backends.
10575 (spam-summary-exit-behavior): Add new variable to determine how
10576 messages moves are done at summary exit.
10577 (spam-move-spam-nonspam-groups-only)
10578 (spam-process-ham-in-nonham-groups)
10579 (spam-process-ham-in-spam-groups): Remove variables, the
10580 spam-summary-exit-behavior variable should be used to manage this
10581 behavior.
10582 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10583 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10584 and spam-old-spam-articles.
10585 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10586 Add empty variables, placeholders for the backends they represent.
10587 (spam-set-difference): Move, unchanged.
10588 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10589 unless the user has a processor variable.
10590 (spam-classifications, spam-classification-valid-p)
10591 (spam-backend-properties, spam-backend-property-valid-p)
10592 (spam-backend-function-type-valid-p)
10593 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10594 (spam-report-articles-gmane, spam-report-articles-resend):
10595 Remove functions, they are not needed.
10596 (spam-install-backend-super, spam-backend-list)
10597 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10598 (spam-backend-function, spam-backend-ham-registration-function)
10599 (spam-backend-spam-registration-function)
10600 (spam-backend-ham-unregistration-function)
10601 (spam-backend-spam-unregistration-function)
10602 (spam-backend-statistical-p, spam-backend-mover-p)
10603 (spam-install-backend-alias, spam-install-checkonly-backend)
10604 (spam-install-mover-backend, spam-install-nocheck-backend)
10605 (spam-install-backend, spam-install-statistical-backend)
10606 (spam-install-statistical-checkonly-backend): Add backend installation
10607 support.
10608 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10609 (spam-group-processor-p): Use the new backend code and respect the
10610 summary exit behavior.
10611 (spam-mark-spam-as-expired-and-move-routine): Remove.
10612 (spam-summary-prepare): Change to use the new spam-old-articles
10613 variable.
10614 (spam-copy-or-move-routine, spam-copy-spam-routine)
10615 (spam-move-spam-routine, spam-copy-ham-routine)
10616 (spam-move-ham-routine): Add code to copy/move ham or spam.
10617 (spam-fetch-field-fast): Improve doc and code, plus allow the
10618 'number request.
10619 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10620 variables.
10621 (spam-split, spam-find-spam): Use the new backend code.
10622 (spam-registration-functions): Remove variable.
10623 (spam-unregister-routine): Add convenience wrapper.
10624 (spam-log-undo-registration, spam-register-routine)
10625 (spam-log-processing-to-registry)
10626 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10627 where possible.
10628 (spam-check-gmane-xref, spam-check-regex-headers)
10629 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10630 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10631 (spam-check-bogofilter-headers, spam-check-spamoracle)
10632 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10633 (spam-check-crm114-headers): Use the spam-split-group that
10634 spam-split prepares, no need to determine it every time.
10635
10636 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10637 to the nnheader-parse-naked-head call.
10638
10639 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10640
10641 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10642 the nnheader-nov-read-message-id call.
10643
10644 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10645
10646 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10647 gnus-activate-group twice. Suggested by Markus Peter
10648 <warp@spin.de>.
10649
10650 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10651
10652 * gnus-art.el (gnus-article-time-format): Exchange the order of
10653 day and month in the default value; fix customization type.
10654 (article-date-ut): Use add-text-properties.
10655 (article-make-date-line): Use message-make-date instead of
10656 current-time-string.
10657
10658 * message.el (message-fetch-field): Don't use set-text-properties.
10659 (message-make-date): Simplify.
10660
10661 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10662
10663 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10664 (rfc2047-encode-region): Treat text within parentheses as special;
10665 show the original text when error has occurred.
10666
10667 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10668 already-computed method to gnus-activate-group.
10669
10670 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10671 same select-methods identical Lisp objects.
10672
10673 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10674 object when modifying the info.
10675
10676 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10677
10678 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10679 gnus-opened-servers since it has never been opened with the new
10680 configuration yet.
10681
10682 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10683
10684 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10685 arg to nnheader-generate-fake-message-id.
10686
10687 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10688
10689 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10690 number and build a fake message ID localized to a group and
10691 article number (so it's repeatable from that point on).
10692 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10693 ID format.
10694
10695 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10696 nnheader-generate-fake-message-id with the article number.
10697
10698 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10699
10700 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10701 end-of-buffer.
10702
10703 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10704
10705 * message.el (message-ignored-supersedes-headers): Add Approved.
10706
10707 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10708
10709 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10710 goto-char.
10711 (rfc2047-encode): Fold the line before encoding.
10712
10713 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10714
10715 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10716 folding -- not all headers can be folded, and this should be done
10717 by the message composition mode. Probably. I think.
10718
10719 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10720
10721 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10722 fast.
10723
10724 * gnus-ems.el (gnus-remove-image): Don't use
10725 message-text-with-property; remove only the image found first.
10726
10727 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10728
10729 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10730
10731 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10732
10733 * message.el (message-text-with-property): Make it fast and accept
10734 optional arguments.
10735 (message-strip-forbidden-properties): Use it.
10736 (message-fix-before-sending): Follow the m-t-w-p change.
10737
10738 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10739
10740 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10741
10742 * gnus-art.el (article-hide-headers): Don't change the buffer
10743 mistakenly when performing mml-preview even if
10744 gnus-single-article-buffer is nil.
10745
10746 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10747
10748 * message.el (message-expand-name-databases): New user option.
10749 (message-expand-name): Use it.
10750
10751 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10752
10753 * spam.el (spam-report-articles-resend)
10754 (spam-report-resend-register-routine): Allow ham reporting.
10755 (spam-report-resend-register-ham-routine): Add wrapper.
10756 (spam-registration-functions): Add ham resending functions.
10757 (spam-list-of-processors): Add ham resend processor.
10758
10759 * gnus.el (ham-resend-to): Add new group parameter.
10760 (spam-process): Add ham resend option.
10761
10762 * spam-report.el (spam-report-resend): Allow reporting ham.
10763 (spam-report-resend-ham): Add wrapper.
10764
10765 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10766
10767 * message.el (message-cite-articles-with-x-no-archive): New
10768 variable.
10769 (message-cite-original): Use it.
10770
10771 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10772
10773 * message.el (message-cite-original): Respect X-No-Archive.
10774
10775 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10776
10777 * gnus-art.el (article-hide-headers): Refer to the values for
10778 gnus-ignored-headers and gnus-visible-headers in the summary
10779 buffer since a user may have set them as group parameters.
10780
10781 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10782
10783 * assistant.el (assistant-node-name): Add convenience function.
10784 (assistant-render-text, assistant-render-node): Add error handling,
10785 plus handle multiple next nodes.
10786 (assistant-find-next-node): Comment out for now.
10787 (assistant-find-next-nodes): Add function, returns list of next
10788 nodes.
10789
10790 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10791
10792 * mail-source.el (mail-source-directory): Fix doc-string.
10793
10794 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10795
10796 * assistant.el (assistant-render-text, assistant-eval): Add :set
10797 widget type, which is different because it takes and returns a
10798 list. Much hilarity ensues.
10799
10800 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10801
10802 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10803
10804 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10805 doc-string.
10806
10807 * gnus-start.el (gnus-activate-group): Added doc-string.
10808
10809 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10810
10811 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10812
10813 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10814
10815 * assistant.el (assistant-render-text): Try to add a :set
10816 widget, more to come.
10817
10818 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10819 strings.
10820 (spam-report-articles-resend)
10821 (spam-register-routine): Do registration iff any articles warrant
10822 it.
10823 (spam-summary-prepare-exit): Change log message for nil group
10824 destinations.
10825
10826 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10827
10828 * spam.el (spam-report-resend-register-routine): Allow
10829 spam-report-resend-to to be a group parameter or a global value.
10830
10831 2004-05-26 Simon Josefsson <jas@extundo.com>
10832
10833 * starttls.el: Merge with my GNUTLS based starttls.el.
10834 (starttls-gnutls-program, starttls-use-gnutls)
10835 (starttls-extra-arguments, starttls-process-connection-type)
10836 (starttls-connect, starttls-failure, starttls-success): New
10837 variables.
10838 (starttls-program, starttls-extra-args): Doc fix.
10839 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10840 functions.
10841 (starttls-negotiate, starttls-open-stream): Check
10842 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10843 function if it is set.
10844
10845 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10846
10847 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10848 structured fields.
10849
10850 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10851
10852 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10853
10854 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10855
10856 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10857 variable.
10858 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10859 assigning the spam-mark to new messages.
10860
10861 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10862
10863 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10864
10865 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10866
10867 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10868 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10869 default.
10870
10871 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10872
10873 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10874 correct data.
10875
10876 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10877
10878 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10879 (spam-group-processor-p): Fix function.
10880 (spam-group-processor-multiple-p)
10881 (spam-group-spam-processor-report-gmane-p)
10882 (spam-group-spam-processor-report-resend-p)
10883 (spam-group-spam-processor-bogofilter-p)
10884 (spam-group-spam-processor-blacklist-p)
10885 (spam-group-spam-processor-ifile-p)
10886 (spam-group-ham-processor-ifile-p)
10887 (spam-group-spam-processor-spamoracle-p)
10888 (spam-group-spam-processor-crm114-p)
10889 (spam-group-ham-processor-bogofilter-p)
10890 (spam-group-spam-processor-stat-p)
10891 (spam-group-ham-processor-stat-p)
10892 (spam-group-ham-processor-whitelist-p)
10893 (spam-group-ham-processor-BBDB-p)
10894 (spam-group-ham-processor-spamoracle-p)
10895 (spam-group-ham-processor-copy-p): Remove functions with some
10896 prejudice against unneeded code.
10897 (spam-report-articles-resend)
10898 (spam-report-resend-register-routine): Allow the group/topic
10899 spam-resend-to value to override spam-report-resend-to.
10900 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10901 properly now.
10902
10903 * gnus.el (spam-resend-to): Add group/topic parameter.
10904 (spam-process): Move the OBSOLETE processors to the end of the
10905 choices.
10906
10907 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10908
10909 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10910 with resend-to set to nil, and then ask the user if necessary.
10911 (spam-report-resend): spam-report-resend takes a list of articles, not
10912 separate article numbers.
10913
10914 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10915
10916 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10917 addition to emacs-w3m.
10918
10919 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10920
10921 * assistant.el (assistant-authinfo-data): New function.
10922 (assistant-eval): Eval for entire assistant.
10923
10924 * netrc.el (netrc-services-file): New variable.
10925 (netrc-parse-services): New function.
10926 (netrc-find-service-name): New function.
10927 (netrc-find-service-number): New function.
10928 (netrc-port-equal): New function.
10929 (netrc-machine): Use it.
10930
10931 * nnimap.el (nnimap-open-connection): Use netrc.
10932
10933 * gnus-util.el (gnus-netrc-get): Remove aliases.
10934
10935 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10936
10937 * assistant.el (wid-edit): Fix compilation.
10938
10939 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10940
10941 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10942
10943 * gnus-util.el (gnus-set-file-modes): New function. (small
10944 patch).
10945
10946 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10947
10948 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10949
10950 * assistant.el (assistant-render-node): Fix up rendering and
10951 read-only text.
10952 (assistant-render-node): Reset.
10953 (assistant-make-read-only): Not sticky.
10954
10955 2004-05-20 Danny Siu <dsiu@adobe.com>
10956
10957 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10958 centered even when gnus-auto-center-summary is t
10959
10960 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10961
10962 * dns.el (dns-get-txt-answer): New function.
10963 (dns-read-txt): Ditto.
10964 (query-dns): Use it.
10965
10966 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10967
10968 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10969 active for foreign groups even if the group level is higher than
10970 the specified value.
10971
10972 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10973
10974 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10975 non-active groups.
10976
10977 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10978
10979 2004-05-20 Magnus Henoch <mange@freemail.hu>
10980
10981 * dns.el (dns-read-type): Add support for SVR. (small patch)
10982
10983 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10984
10985 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10986 (spam-crm114-header, spam-crm114-spam-switch)
10987 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10988 (spam-crm114-positive-spam-header)
10989 (spam-crm114-database-directory, spam-list-of-processors)
10990 (spam-group-spam-processor-crm114-p)
10991 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10992 (spam-generic-score, spam-list-of-checks)
10993 (spam-list-of-statistical-checks, spam-registration-functions)
10994 (spam-check-crm114-headers, spam-crm114-score)
10995 (spam-check-crm114, spam-crm114-register-with-crm114)
10996 (spam-crm114-register-spam-routine)
10997 (spam-crm114-unregister-spam-routine)
10998 (spam-crm114-register-ham-routine)
10999 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
11000 asjo@koldfront.dk (Adam Sjøgren).
11001
11002 * gnus.el: Add spam-use-crm114.
11003
11004 * spam.el (spam-list-of-processors, spam-registration-functions):
11005 Add spam-use-resend.
11006 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
11007 (spam-report-articles-gmane): Add doc fix.
11008 (spam-report-articles-resend, spam-report-resend-register-routine):
11009 Add wrappers around spam-report-resend-to.
11010
11011 * spam-report.el (spam-report-resend-to, spam-report-resend):
11012 Add support for resending spam.
11013 (spam-report-gmane): Fix line length >80.
11014
11015 * gnus.el (spam-process): Add spam-use-resend.
11016
11017 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11018
11019 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
11020 number of processed spam messages.
11021 (spam-ham-copy-or-move-routine): Return the number of processed
11022 ham messages.
11023 (spam-summary-prepare-exit): Use the above values to decide
11024 whether status messages shouled be displayed.
11025
11026 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
11027
11028 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
11029 `rfc2047-encoding-function-alist' in order to avoid conflicting
11030 with the old version.
11031 (rfc2047-encode-region): Concatenate words containing non-ASCII
11032 characters in structured fields; don't encode space-delimited
11033 ASCII words even in unstructured fields; don't break words at
11034 char-category boundaries.
11035 (rfc2047-encode-1): New function.
11036 (rfc2047-encode): Use it; encode text so that it occupies the
11037 maximum width within 76-column; work correctly on Q encoding for
11038 iso-2022-* charsets.
11039 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
11040 sure not to break a line just after the header name.
11041 (rfc2047-b-encode-region): Removed.
11042 (rfc2047-b-encode-string): New function.
11043 (rfc2047-q-encode-region): Removed.
11044 (rfc2047-q-encode-string): New function.
11045
11046 * mm-util.el (mm-replace-in-string): New function.
11047
11048 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
11049
11050 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
11051 get it right.
11052 (gnus-inews-make-draft): Really.
11053
11054 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
11055
11056 * nnmh.el (nnmh-request-list-1): Don't check the link count
11057 before descending. (small patch)
11058
11059 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11060
11061 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
11062 stuff.
11063
11064 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
11065 on real group name.
11066
11067 * gnus-art.el (gnus-signature-limit): Doc fix.
11068
11069 * gnus-msg.el (gnus-inews-make-draft): Quote list.
11070
11071 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
11072
11073 * gnus-draft.el (gnus-draft-send): Bind
11074 rfc2047-encode-encoded-words.
11075
11076 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
11077 (rfc2047-encodable-p): Say that =? needs encoding.
11078 (rfc2047-encode-encoded-words): New variable.
11079
11080 * gnus-group.el (gnus-group-select-group): Doc fix.
11081
11082 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
11083
11084 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
11085 to nil.
11086
11087 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
11088
11089 * nnheader.el (nnheader-get-lines-and-char): New function.
11090
11091 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
11092
11093 * gnus-msg.el (gnus-summary-followup-with-original): Document
11094 yanking of region when active.
11095
11096 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
11097
11098 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
11099 groups if the group level is higher than the specified value.
11100
11101 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11102
11103 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
11104 (gnus-group-jump-to-group): Added prefix argument using
11105 `gnus-group-jump-to-group-prompt'. Query before jumping to
11106 non-active group.
11107
11108 * compface.el (uncompface): Be verbose when changing
11109 `uncompface-use-external'.
11110
11111 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
11112 handle manual section.
11113
11114 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11115
11116 * gnus-art.el (gnus-button-alist): Revert previous change.
11117
11118 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11119
11120 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
11121
11122 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11123
11124 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
11125 whether backend can accept message.
11126
11127 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
11128
11129 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
11130
11131 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
11132 Avoid creating directory when nntp-marks-is-evil is true.
11133 Reported by Reiner Steib.
11134
11135 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
11136
11137 * gnus-picon.el (gnus-picon-style): New variable.
11138 (gnus-picon-insert-glyph): Added optional `nostring' argument.
11139 (gnus-picon-transform-address): Support `gnus-picon-style'. From
11140 Jesper Harder <harder@ifa.au.dk>.
11141
11142 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
11143
11144 * message.el (message-fill-field): Return point.
11145 (message-generate-headers): Go to end of field.
11146
11147 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
11148 stuff for non-living groups.
11149
11150 2004-05-18 Jesper Harder <harder@ifa.au.dk>
11151
11152 * gnus-art.el (gnus-article-followup-with-original)
11153 (gnus-article-reply-with-original): gnus-mark-active-p ->
11154 gnus-region-active-p.
11155
11156 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
11157
11158 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
11159 only when there is spam or ham to be processed.
11160
11161 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
11162
11163 * mail-source.el (mail-source-delete-crash-box): Refactor.
11164 (mail-source-fetch): Use it.
11165 (mail-source-fetch-file): Ditto.
11166 (mail-source-fetch-directory): Run postscript in loop.
11167 (mail-source-fetch-pop): Delete.
11168 (mail-source-fetch-maildir): Ditto.
11169 (mail-source-fetch-imap): Ditto.
11170
11171 * imap.el (imap-authenticators): Comment out sasl.
11172
11173 * message.el (message-skip-to-next-address): New function.
11174 (message-fill-header-address): Refactor.
11175 (message-fill-address): Use it.
11176 (message-delete-address): Use it.
11177 (message-fill-header-general): Refactor.
11178 (message-fill-field-address): Rename.
11179 (message-narrow-to-field): Find the start of the header.
11180 (message-header-format-alist): Don't pre-fill.
11181 (message-fill-header): Removed.
11182 (message-insert-header): New function.
11183 (message-shorten-references): Use it.
11184
11185 * rfc2047.el (rfc2047-field-value): Strip props.
11186
11187 * mail-parse.el (mail-header-make-address): New alias.
11188
11189 * ietf-drums.el (ietf-drums-make-address): New function.
11190
11191 * imap.el: Add compiler directives.
11192
11193 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
11194
11195 * gnus-art.el (article-decode-idna-rhs): Don't use
11196 message-idna-inside-rhs-p.
11197
11198 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11199
11200 * message.el (message-idna-inside-rhs-p): Removed.
11201 (message-idna-to-ascii-rhs-1): Use proper address parsing.
11202
11203 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
11204 false positives.
11205
11206 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
11207
11208 * imap.el (imap-sasl-make-mechanisms): Use sasl.
11209
11210 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
11211
11212 * nneething.el (nneething-file-name): Don't create spurious
11213 files.
11214
11215 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
11216 (gnus-inews-do-gcc): Remove sleep.
11217
11218 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
11219 part under point.
11220
11221 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
11222 (gnus-agent-regenerate-group): Using nil messages aren't valid.
11223
11224 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
11225
11226 * spam.el (spam-summary-prepare-exit): Fixed (length).
11227
11228 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
11229
11230 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
11231 as expired without moving it" message when there are spam
11232 messages left.
11233
11234 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
11235
11236 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
11237 header is not nil.
11238
11239 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
11240
11241 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
11242 nntp-possibly-create-directory, not nntp-possibly-change-group.
11243 (nntp-marks-changed-p): New arg SERVER.
11244 (nntp-request-update-info): Adjust caller.
11245
11246 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
11247
11248 * nntp.el (nntp-save-marks): Pass missing arg.
11249
11250 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
11251
11252 * nntp.el: Support marks.
11253 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
11254 (nntp-marks-modtime, nntp-marks-directory): New variables.
11255 (nntp-request-set-mark, nntp-request-update-info)
11256 (nntp-possibly-create-directory, nntp-marks-changed-p)
11257 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
11258 functions.
11259
11260 2004-05-12 Jesper Harder <harder@ifa.au.dk>
11261
11262 * gnus-score.el (gnus-score-insert-help): Use
11263 gnus-select-lowest-window.
11264
11265 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
11266 appt-select-lowest-window and rename to gnus-select-lowest-window.
11267
11268 * gnus.el: do.
11269
11270 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11271
11272 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
11273 encodings of MIME-encoded words, in order to improve
11274 interoperability with several broken MUAs.
11275
11276 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11277
11278 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
11279 tags, only when charsets are not specified in headers.
11280 (mm-inline-text-html-render-with-w3m): Ditto.
11281
11282 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11283
11284 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
11285 instead of MIME-decoded from fields when checking
11286 `gnus-article-address-banner-alist'.
11287
11288 2004-05-03 Jesper Harder <harder@ifa.au.dk>
11289
11290 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
11291 description rather than subject.
11292
11293 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11294
11295 * gnus.el (gnus-version-number): Bump.
11296
11297 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
11298
11299 * gnus.el: No Gnus v0.2 is released.
11300
11301 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
11302
11303 * gnus-agent.el (gnus-agent-read-agentview): Inline
11304 gnus-uncompress-range.
11305
11306 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11307
11308 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
11309 `exec-installed-p'.
11310
11311 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
11312
11313 * gnus.el (spam-process, spam-autodetect-methods): Add
11314 bsfilter and bsfilter-headers.
11315
11316 * spam.el (spam-bsfilter): New customize group.
11317 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
11318 (spam-bsfilter-header, spam-bsfilter-probability-header)
11319 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
11320 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
11321 (spam-bsfilter-database-directory): New options.
11322 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
11323 (spam-list-of-statistical-checks, spam-registration-functions):
11324 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
11325 (spam-bsfilter-score): New command.
11326 (spam-check-bsfilter-headers, spam-check-bsfilter)
11327 (spam-bsfilter-register-with-bsfilter)
11328 (spam-bsfilter-register-spam-routine)
11329 (spam-bsfilter-unregister-spam-routine)
11330 (spam-bsfilter-register-ham-routine)
11331 (spam-bsfilter-unregister-ham-routine): New functions.
11332 (spam-generic-score): Support bsfilter; Accept an optional argument
11333 to recalcurate spam score even if scoring header has already been
11334 added.
11335 (spam-bogofilter-score, spam-spamassassin-score): Accept an
11336 optional argument to recalcurate spam score even if scoring header
11337 has already been added.
11338
11339 2004-04-29 Jesper Harder <harder@ifa.au.dk>
11340
11341 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
11342 strings! Reported by David D. Smith <davidsmith@acm.org>.
11343 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
11344 link is missing.
11345
11346 2004-04-28 Jesper Harder <harder@ifa.au.dk>
11347
11348 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
11349 (html2text-get-attr): Rewrite.
11350
11351 * message.el (message-setup-1): Remove redundant put-text-property
11352 on mail-header-separator.
11353
11354 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
11355
11356 * gnus-registry.el (gnus-registry-cache-whitespace)
11357 (gnus-registry-action, gnus-registry-spool-action)
11358 (gnus-registry-split-fancy-with-parent): Change message levels
11359 from 5 to 3 or 7, as needed.
11360
11361 * spam.el (spam-summary-prepare-exit)
11362 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
11363 (spam-split, spam-find-spam, spam-log-undo-registration)
11364 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
11365 level from 5 to 6.
11366
11367 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
11368
11369 * gnus-ems.el: Autoload appt-select-lowest-window (revert
11370 2004-03-04 change).
11371
11372 2004-04-25 Jesper Harder <harder@ifa.au.dk>
11373
11374 * sieve-manage.el (sieve-manage-open):
11375 * nnweb.el (nnweb-insert-html):
11376 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
11377 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
11378 * nnspool.el (nnspool-request-group):
11379 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
11380 * nnml.el (nnml-request-update-info):
11381 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
11382 (nnmh-request-create-group, nnmh-update-gnus-unreads):
11383 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
11384 (nnimap-request-set-mark):
11385 * nnfolder.el (nnfolder-request-update-info):
11386 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
11387 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
11388 * gnus-uu.el (gnus-uu-find-articles-matching):
11389 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
11390 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
11391 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
11392 * gnus-nocem.el (gnus-nocem-scan-groups):
11393 * gnus-int.el (gnus-start-news-server):
11394 * gnus-group.el (gnus-group-make-kiboze-group)
11395 (gnus-group-browse-foreign-server):
11396 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
11397 Use mapc when appropriate.
11398
11399 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
11400
11401 FIXME: Make separate entries for each person.
11402
11403 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
11404 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
11405 <shields@msrl.com>:
11406
11407 * spam.el (spam-necessary-extra-headers): Get the extra headers we
11408 may need for spam sorting and scoring.
11409 (spam-user-format-function-S): Add user format function suitable for
11410 general use.
11411 (spam-article-sort-by-spam-status): Add sorting function for summary
11412 sorting.
11413 (spam-extra-header-to-number): Add function to get a score from a
11414 header.
11415 (spam-summary-score): Add function to get a numeric score from the
11416 headers.
11417 (spam-generic-score): Fix function doc, was in wrong place.
11418 (spam-initialize): Take symbols when it's run, and install the
11419 extra headers that spam-necessary-extra-headers thinks we need.
11420
11421 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
11422
11423 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
11424 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
11425
11426 2004-04-17 Jesper Harder <harder@ifa.au.dk>
11427
11428 * gnus-sum.el (gnus-set-global-variables)
11429 (gnus-build-all-threads, gnus-get-newsgroup-headers)
11430 (gnus-article-get-xrefs, gnus-summary-best-group)
11431 (gnus-summary-next-article, gnus-summary-enter-digest-group)
11432 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
11433 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
11434 Use with-current-buffer.
11435
11436 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
11437
11438 * spam.el (spam-summary-prepare-exit): Simplify logic.
11439 (spam-fetch-article-header): Read the article header if it's not
11440 available.
11441 (spam-list-articles): Simplify logic.
11442 (spam-filelist-register-routine): Fix bug with unregister-list.
11443
11444 * gnus-registry.el: Fix comments at beginning.
11445
11446 2004-04-16 Jesper Harder <harder@ifa.au.dk>
11447
11448 * message.el (message-cater-to-broken-inn): Remove.
11449 (message-shorten-references): Make sure the total folded length of
11450 References is shorter than 998 characters to cater to a bug in INN
11451 2.3. Also, don't pretend that references aren't folded -- this
11452 hasn't worked for a while.
11453
11454 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11455
11456 * gnus-agent.el (gnus-agentize):
11457 gnus-agent-send-mail-real-function no longer set to current value
11458 of message-send-mail-function but rather a lambda that calls
11459 message-send-mail-function. The change makes the agent real-time
11460 responsive to user changes to message-send-mail-function.
11461
11462 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11463
11464 * legacy-gnus-agent.el
11465 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11466 help from Florian Weimer <fw@deneb.enyo.de>
11467
11468 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
11469
11470 * nnmail.el (nnmail-cache-insert): Revert last change.
11471
11472 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11473
11474 * nnmail.el (nnmail-cache-insert): Always check whether
11475 nnmail-cache-ignore-groups matches a group name.
11476
11477 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11478
11479 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11480 (spam-find-spam, spam-log-processing-to-registry)
11481 (spam-log-registered-p, spam-log-unregistration-needed-p)
11482 (spam-log-undo-registration): Use gnus-message instead of
11483 gnus-error, none of these errors are fatal.
11484
11485 * gnus-registry.el (gnus-registry-clean-empty-function)
11486 (gnus-registry-clean-empty): Remove only empty entries without
11487 extra data.
11488
11489 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11490
11491 * spam-stat.el (spam-stat-buffer-change-to-spam)
11492 (spam-stat-buffer-change-to-non-spam): Change (error) to
11493 (gnus-message 8) invocation.
11494
11495 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11496
11497 * nntp.el (nntp-via-netcat-command): New variable.
11498 (nntp-via-netcat-switches): New variable.
11499 (nntp-open-via-rlogin-and-netcat): New function.
11500 (nntp-open-connection-function): Doc fix.
11501 (nntp-telnet-command): Doc fix.
11502 (nntp-end-of-line): Doc fix.
11503 (nntp-via-rlogin-command): Doc fix.
11504 (nntp-via-user-name): Doc fix.
11505 (nntp-via-address): Doc fix.
11506
11507 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11508
11509 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11510 error in Emacs 21.1.
11511
11512 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11513
11514 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11515
11516 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11517 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11518 (gnus-agent-with-refreshed-group): New macro.
11519 (gnus-agent-rename-group): New function.
11520 (gnus-agent-delete-group): New function.
11521 (gnus-agent-save-group-info): Use gnus-command-method when
11522 `method' parameter is nil. Don't write nil entries into the
11523 active file.
11524 (gnus-agent-get-group-info): New function.
11525 (gnus-agent-fetch-articles): Use
11526 gnus-agent-update-files-total-fetched-for to increment disk space
11527 used.
11528 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11529 gnus-agent-update-view-total-fetched-for to increment disk space
11530 used.
11531 (gnus-agent-get-local): Added optional parameters to avoid calling
11532 gnus-group-real-name and gnus-find-method-for-group.
11533 (gnus-agent-set-local): Delete stored entry if either min, or max,
11534 are nil.
11535 (gnus-agent-fetch-session): Reworded error/quit messages. On
11536 quit, use gnus-agent-regenerate-group to record existance of any
11537 articles fetched to disk before the quit occurred.
11538 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11539 gnus-agent-update-view-total-fetched-for, and
11540 gnus-agent-update-files-total-fetched-for to decrement disk space
11541 used.
11542 (gnus-agent-retrieve-headers): Use
11543 gnus-agent-update-view-total-fetched-for to increment disk space
11544 used.
11545 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11546 with gnus-agent-update-files-total-fetched-for to decrement disk
11547 space and fresh group buffer.
11548 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11549 (gnus-agent-need-update-total-fetched-for): New variable.
11550 (gnus-agent-update-files-total-fetched-for): New function.
11551 (gnus-agent-update-view-total-fetched-for): New function.
11552 (gnus-agent-total-fetched-for): New function.
11553
11554 * gnus-cache.el (gnus-cache-save-buffers): Use
11555 gnus-cache-update-overview-total-fetched-for to change disk space
11556 used by this group.
11557 (gnus-cache-possibly-enter-article): Use
11558 gnus-cache-update-file-total-fetched-for to increment disk space
11559 used by this group.
11560 (gnus-cache-possibly-remove-article): Use
11561 gnus-cache-update-file-total-fetched-for to decrement disk space
11562 used by this group.
11563 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11564 (gnus-cache-rename-group): New function.
11565 (gnus-cache-delete-group): New function.
11566 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11567 (gnus-cache-need-update-total-fetched-for): New variable.
11568 (gnus-cache-with-refreshed-group): New macro.
11569 (gnus-cache-update-file-total-fetched-for): New function.
11570 (gnus-cache-update-overview-total-fetched-for): New function.
11571 (gnus-cache-rename-group-total-fetched-for): New function.
11572 (gnus-cache-delete-group-total-fetched-for): New function.
11573 (gnus-cache-total-fetched-for): New function.
11574
11575 * gnus-group.el: Require gnus-sum and autoload functions to
11576 resolve warnings when gnus-group.el compiled alone.
11577 (gnus-group-line-format): Documented new %F
11578 (size of Fetched data) group line format; identifies disk space
11579 used by agent and cache.
11580 (gnus-group-line-format-alist): Defined new F format.
11581 (gnus-total-fetched-for): New function.
11582 (gnus-group-delete-group): No longer update
11583 gnus-cache-active-altered as gnus-request-delete-group now keeps
11584 the cache in sync.
11585 (gnus-group-list-active): Let the agent store a server's active
11586 list if currently plugged.
11587
11588 * gnus-int.el (gnus-request-delete-group):
11589 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11590 local disk in sync with the server.
11591 (gnus-request-rename-group):
11592 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11593 local disk in sync with the server.
11594
11595 * gnus-start.el (gnus-get-unread-articles):
11596 Cosmetic simplification to logic.
11597
11598 * gnus-util.el (gnus-rename-file): New function.
11599
11600 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11601
11602 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11603
11604 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11605
11606 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11607 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11608
11609 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11610
11611 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11612 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11613
11614 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11615
11616 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11617
11618 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11619
11620 * spam.el (spam-set-difference): Add function to replace
11621 gnus-set-difference in spam.el.
11622 (spam-summary-prepare-exit): Use spam-set-difference.
11623
11624 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11625
11626 * gnus-registry.el (gnus-registry-cache-file): Update to use
11627 gnus-dribble-directory OR gnus-home-directory OR ~.
11628 (gnus-registry-split-fancy-with-parent): Fix doc.
11629
11630 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11631
11632 * message.el (message-exchange-point-and-mark): Use
11633 message-mark-active-p. Suggested by Jesper Harder
11634 <harder@ifa.au.dk>.
11635
11636 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11637
11638 * message.el (message-exchange-point-and-mark): Don't activate
11639 region if it was inactive. Suggested by Hiroshi Fujishima
11640 <pooh@nature.tsukuba.ac.jp>.
11641
11642 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11643
11644 * gnus-art.el (article-display-face): Display Faces in the same
11645 order as X-Faces.
11646
11647 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11648
11649 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11650
11651 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11652
11653 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11654 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11655 (gnus-article-mime-hierarchy): Remove.
11656 (gnus-article-mime-hierarchy-next): Remove.
11657 (gnus-article-mode): Revert 2004-03-19 change.
11658 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11659 (gnus-insert-mime-button): Revert 2004-03-19 change.
11660 (gnus-mime-accumulate-hierarchy): Remove.
11661 (gnus-mime-enter-multipart): Remove.
11662 (gnus-mime-leave-multipart): Remove.
11663 (gnus-mime-display-part): Revert 2004-03-19 change.
11664 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11665
11666 * mml.el (mml-preview): Revert 2004-03-19 change.
11667
11668 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11669
11670 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11671
11672 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11673
11674 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11675 t while entering a file name using the mm-with-multibyte macro.
11676 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11677
11678 * mm-util.el (mm-with-multibyte): New macro.
11679
11680 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11681
11682 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11683 user option.
11684 (gnus-mime-multipart-functions): Doc and customization fix.
11685 (gnus-article-mime-hierarchy): New variable.
11686 (gnus-article-mime-hierarchy-next): New variable.
11687 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11688 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11689 gnus-article-mime-hierarchy-next to nil.
11690 (gnus-insert-mime-button): Show hierarchy numbers.
11691 (gnus-mime-accumulate-hierarchy): New function.
11692 (gnus-mime-enter-multipart): New function.
11693 (gnus-mime-leave-multipart): New function.
11694 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11695 (gnus-mime-display-alternative): Show hierarchy numbers.
11696
11697 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11698 gnus-article-mime-hierarchy-next to nil.
11699
11700 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11701
11702 * dns.el: Don't require gnus-xmas.
11703
11704 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11705
11706 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11707 inline PGP.
11708 (mml-menu): Disable mml-quote-region if mark is inactive.
11709
11710 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11711
11712 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11713 when the group's active is not available.
11714
11715 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11716
11717 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11718 error.
11719
11720 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11721
11722 * imap.el (imap-store-password): New variable.
11723 (imap-interactive-login): Use it.
11724 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11725
11726 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11727
11728 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11729 window-start and hscroll to summary window.
11730
11731 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11732
11733 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11734 conversion message to newsrc-dribble when an actual conversion is
11735 performed.
11736
11737 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11738
11739 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11740
11741 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11742
11743 * mm-decode.el (mm-complicated-handles): New function reviving
11744 former definition of mm-multiple-handles.
11745
11746 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11747 (gnus-mime-delete-part): Use it.
11748
11749 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11750
11751 * gnus-agent.el (gnus-agent-read-local): Bind
11752 nnheader-file-coding-system to gnus-agent-file-coding-system to
11753 avoid the implicit assumption that they will always be equal.
11754 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11755 coding-system-for-write, as the with-temp-file macro first prints
11756 to a buffer then saves the buffer.
11757
11758 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11759
11760 * gnus-art.el (gnus-article-edit-part): New function.
11761 (gnus-mime-save-part-and-strip): Use it; do query instead of
11762 signaling an error; don't use mm-multiple-handles.
11763 (gnus-mime-delete-part): Ditto.
11764
11765 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11766
11767 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11768 old file versions.
11769 (gnus-group-prepare-hook): Removed function that converted list
11770 form of gnus-agent-expire-days to group properties.
11771
11772 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11773 (gnus-request-accept-article): Re-indented.
11774
11775 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11776 converters to handle old agent file formats. Added logic for a
11777 "backup before upgrading warning".
11778 (gnus-convert-mark-converter-prompt): Developers can mark
11779 functions as needing (default), or not needing,
11780 gnus-convert-old-newsrc's "backup before upgrading warning".
11781 (gnus-convert-converter-needs-prompt): Tests whether the user
11782 should be protected from potentially irreversable changes by the
11783 function.
11784
11785 * legacy-gnus-agent.el: New. Provides converters that are only
11786 loaded when gnus-convert-old-newsrc needs to call them.
11787
11788 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11789
11790 * mail-source.el (mail-source-touch-pop): Doc fix.
11791
11792 * message.el (message-smtpmail-send-it): Doc fix.
11793
11794 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11795
11796 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11797
11798 * nnmail.el (nnmail-split-fancy): do.
11799
11800 * gnus-kill.el (gnus-kill, gnus-execute): do.
11801
11802 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11803
11804 * gnus-sum.el (gnus-widget-reversible-match)
11805 (gnus-widget-reversible-to-internal)
11806 (gnus-widget-reversible-to-external): New functions.
11807 (gnus-widget-reversible): New widget.
11808 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11809
11810 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11811
11812 * gnus-sum.el (gnus-thread-sort-functions)
11813 (gnus-article-sort-functions): Document `(not F)' items.
11814
11815 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11816
11817 * spam.el (spam-use-gmane-xref): Add new backend.
11818 (spam-gmane-xref-spam-group): Add variable to control the name of the
11819 Gmane spam group.
11820 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11821 (spam-regex-headers-spam, spam-regex-headers-ham)
11822 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11823 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11824 backends and checks.
11825 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11826
11827 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11828 an autodetect method.
11829
11830 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11831
11832 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11833 articles are being added to a group.
11834 (gnus-request-replace-article): Inform the agent that articles
11835 need to be uncached as the cached contents are no longer valid.
11836
11837 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11838
11839 * binhex.el: Don't autoload executable-find.
11840
11841 * canlock.el: Don't autoload mail-fetch-field.
11842
11843 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11844
11845 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11846 rmail-dont-reply-to and rmail-output.
11847
11848 * gnus-score.el: Don't autoload ffap-string-at-point.
11849
11850 * gnus-setup.el: Don't autoload sc-cite-original.
11851
11852 * imap.el: Don't autoload base64-decode-string,
11853 base64-encode-string and md5.
11854
11855 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11856 and rmail-msg-restore-non-pruned-header.
11857
11858 * mm-decode.el: Don't autoload executable-find.
11859
11860 * mm-url.el: Don't autoload executable-find.
11861
11862 * mm-view.el: Don't autoload diff-mode.
11863
11864 * nndb.el: Don't autoload news-reply-mode, news-setup,
11865 cancel-timer and telnet.
11866
11867 * password.el: Don't autoload run-at-time for Emacs.
11868
11869 * sha1-el.el: Don't autoload executable-find.
11870
11871 * sieve-mode.el: Don't autoload c-mode.
11872
11873 * uudecode.el: Don't autoload executable-find.
11874
11875 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11876
11877 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11878 (gnus-agent-possibly-alter-active): Avoid null in numeric
11879 comparison.
11880 (gnus-agent-set-local): Refuse to save null in local object table.
11881 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11882 list of articles that will be marked as unread.
11883
11884 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11885
11886 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11887
11888 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11889
11890 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11891 language tags.
11892
11893 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11894
11895 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11896 Don't bind "obarray".
11897
11898 * gnus-sum.el (gnus-thread-sort-functions): Added
11899 `gnus-thread-sort-by-most-recent-number' and
11900 `gnus-thread-sort-by-most-recent-date'.
11901 Reported by Kai Grossjohann <kai@emptydomain.de>.
11902
11903 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11904
11905 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11906
11907 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11908
11909 * gnus-cus.el (gnus-agent-customize-category): Removed
11910 ignore-errors macro reference that required cl to be loaded at
11911 run-time.
11912
11913 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11914 single-interval range of the form (min . max). Previously the
11915 range had to look like ((min . max)). Likewise, return
11916 (min . max) rather than ((min . max)).
11917 (gnus-range-map): Use gnus-range-normalize to accept
11918 single-interval range.
11919
11920 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11921 the cache, but not the agent, now appear with their usual face.
11922
11923 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11924
11925 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11926 w3m-safe-url-regexp variable buffer-local.
11927
11928 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11929
11930 2004-02-27 Simon Josefsson <jas@extundo.com>
11931
11932 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11933 gnus-group-real-prefix.
11934 (gnus-summary-move-article): Use it, instead of
11935 gnus-group-real-prefix.
11936
11937 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11938
11939 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11940 w3m-safe-url-regexp variable buffer-local and set it as the value
11941 of mm-w3m-safe-url-regexp.
11942
11943 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11944
11945 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11946 parsing gnus-posting-styles when the message is not for replying.
11947
11948 * nnrss.el (nnrss-opml-export): Use
11949 mm-set-buffer-file-coding-system instead of
11950 set-buffer-file-coding-system.
11951
11952 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11953
11954 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11955 of checkdoc.el).
11956 * nnrss.el: do.
11957 * gnus-mlspl.el: do.
11958 * gnus-ml.el: do.
11959 * gnus-srvr.el: do.
11960
11961 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11962
11963 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11964
11965 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11966 Corrections to custom-manual links.
11967
11968 * gnus-art.el (gnus-article): Ditto.
11969
11970 * mm-decode.el (mime-display, mime-security): Ditto.
11971
11972 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11973
11974 * flow-fill.el: Typo.
11975
11976 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11977
11978 * spam-wash.el: New file.
11979
11980 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11981
11982 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11983
11984 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11985
11986 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11987 to be run with new-articles as LIST1, not LIST2.
11988 (spam-registration-functions): Add spam-use-ham-copy as a nil
11989 registration backend.
11990
11991 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11992
11993 * spam-stat.el (spam-stat-washing-hook): New option.
11994 (spam-stat-buffer-words): Use it.
11995 (spam-stat-process-directory, spam-stat-test-directory): Use
11996 insert-file-contents-literally.
11997 (spam-stat-coding-system): New variable.
11998 (spam-stat-load, spam-stat-save): Use it.
11999
12000 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
12001
12002 * spam-report.el (spam-report-plug-agent): Quote
12003 spam-report-url-to-file and spam-report-url-ping-plain.
12004
12005 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
12006
12007 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
12008 / in mailto URLs.
12009
12010 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
12011
12012 * spam-report.el (spam-report-process-queue): Fix interactive use.
12013 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
12014 (spam-report-unplug-agent): Doc fixes.
12015 (spam-report-url-ping-mm-url, spam-report-url-to-file)
12016 (spam-report-agentize, spam-report-deagentize): Autoload
12017
12018 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
12019
12020 * message.el (message-setup-fill-variables): Add mml tags to
12021 paragraph-start and paragraph-separate. Suggested by Andrew Korty
12022 <ajk@iu.edu>.
12023 (message-mode): Don't modify paragraph-separate there.
12024
12025 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
12026
12027 * compface.el (uncompface-use-external): Default to undecided.
12028 (uncompface-use-external-threshold): New variable.
12029 (uncompface-float-time): New macro.
12030 (uncompface): Determine whether to use the external decoder if
12031 uncompface-use-external is undecided.
12032
12033 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
12034
12035 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
12036 after images.
12037
12038 * gnus-art.el (gnus-mime-display-single): Remove dead code.
12039
12040 2004-02-14 Jesper Harder <harder@ifa.au.dk>
12041
12042 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
12043
12044 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
12045
12046 * gnus-sum.el (gnus-summary-limit-to-age)
12047 (gnus-summary-limit-children): do.
12048
12049 * gnus-int.el (gnus-request-scan): do.
12050
12051 * gnus-group.el (gnus-group-suspend): do.
12052
12053 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
12054
12055 * gnus-cite.el (gnus-cite-parse-attributions): do.
12056
12057 * gnus-agent.el (gnus-summary-set-agent-mark)
12058 (gnus-agent-regenerate-group): do.
12059
12060 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
12061
12062 * binhex.el (binhex-decode-region-internal): do.
12063
12064 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
12065
12066 * gnus-fun.el (gnus-face-properties-alist): New user option.
12067 (gnus-display-x-face-in-from): Use it.
12068
12069 * gnus-art.el (article-display-face): Ditto.
12070
12071 * compface.el (uncompface-use-external): Default to nil.
12072
12073 2004-02-12 Jesper Harder <harder@ifa.au.dk>
12074
12075 * nntp.el (nntp-erase-buffer): New function.
12076 (nntp-retrieve-data, nntp-send-command)
12077 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
12078 (nntp-possibly-change-group): Use it.
12079
12080 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
12081 with-current-buffer.
12082
12083 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
12084
12085 * compface.el: Merge the ELisp-based uncompface program.
12086 (compface): New customization group.
12087 (uncompface-use-external): New user option.
12088 (uncompface): Call uncompface-internal if uncompface-use-external
12089 is nil.
12090 (uncompface-internal): New function. Note that there are also
12091 some other functions and variables added for this function.
12092
12093 2004-02-10 Jesper Harder <harder@ifa.au.dk>
12094
12095 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
12096 if necessary.
12097
12098 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
12099
12100 * spam-report.el (spam-report-unplug-agent)
12101 (spam-report-plug-agent, spam-report-deagentize)
12102 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
12103 Add support for the Agent in spam-report: when unplugged, report to a
12104 file; when plugged, submit all the requests.
12105
12106 * spam.el (spam-register-routine): Fix message about
12107 registration.
12108
12109 2004-02-09 Jesper Harder <harder@ifa.au.dk>
12110
12111 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
12112 dependencies.
12113 (rfc2047-encode): Use it.
12114
12115 * gnus-art.el (gnus-button-marker-list): Move before first
12116 reference.
12117
12118 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
12119 (imap-parse-body): Fix format string mismatch.
12120
12121 * gnus-score.el (gnus-summary-increase-score): do.
12122
12123 * nnrss.el (nnrss-close): New function.
12124
12125 2004-02-08 Jesper Harder <harder@ifa.au.dk>
12126
12127 * nnrss.el (nnrss-make-filename): New function.
12128 (nnrss-request-delete-group, nnrss-read-server-data)
12129 (nnrss-save-server-data, nnrss-read-group-data)
12130 (nnrss-save-group-data): Use it.
12131 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
12132 (nnrss-read-server-data, nnrss-read-group-data): Use load.
12133 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
12134
12135 2004-02-07 Jesper Harder <harder@ifa.au.dk>
12136
12137 * mml.el (mml-compute-boundary-1): Don't uncompress files.
12138
12139 2004-02-06 Jesper Harder <harder@ifa.au.dk>
12140
12141 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
12142 files.
12143
12144 * message.el (message-generate-headers-first): Don't quote nil
12145 and t in docstrings.
12146
12147 * imap.el (imap-id): do.
12148
12149 * gnus-agent.el (gnus-agent-consider-all-articles)
12150 (gnus-agent-queue-mail): do.
12151
12152 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
12153
12154 * spam-report.el (spam-report-process-queue): New function.
12155 Process requests from `spam-report-requests-file'.
12156 (spam-report-process-queue): Doc fix.
12157
12158 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
12159
12160 * spam.el (spam-register-routine)
12161 (spam-log-processing-to-registry, spam-log-registered-p)
12162 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12163 Change "check" to "spam-check" for semi-clarity.
12164
12165 2004-02-05 Jesper Harder <harder@ifa.au.dk>
12166
12167 * pop3.el: Require nnheader.
12168
12169 * mml-smime.el: Require cl. Autoload message-fetch-field.
12170
12171 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
12172
12173 * gnus-picon.el: Require cl.
12174
12175 * gnus-fun.el: Require gnus-ems and gnus-util.
12176
12177 * gnus.el (gnus-method-to-server): Move defsubst before first use.
12178
12179 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
12180
12181 * gnus-art.el (gnus-article-edit-mode): Define before first
12182 reference.
12183
12184 2004-02-04 Jesper Harder <harder@ifa.au.dk>
12185
12186 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
12187 (gnus-uu-post-encoded): Use point-at-bol.
12188
12189 * gnus-topic.el (gnus-group-active-topic-p): do.
12190
12191 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
12192
12193 * gnus-group.el (gnus-group-kill-region): do.
12194
12195 * gnus-art.el (article-date-ut): do.
12196
12197 * message.el (message-fetch-field): Remove redundant
12198 case-fold-search binding.
12199 (message-narrow-to-field): Simplify.
12200
12201 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
12202
12203 * spam.el (spam-directory): Derive from `gnus-directory'.
12204
12205 * spam-report.el (spam-report-url-to-file)
12206 (spam-report-requests-file): New function and variable for offline
12207 reporting.
12208 (spam-report-url-ping-function): Add `spam-report-url-to-file'
12209 and user defined function.
12210 (spam-report-url-ping-mm-url): Remove doubled slash.
12211
12212 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
12213
12214 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
12215
12216 2004-02-03 Jesper Harder <harder@ifa.au.dk>
12217
12218 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
12219 format string mismatch.
12220
12221 * sieve.el (sieve-deactivate-all): do.
12222
12223 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
12224
12225 * nnlistserv.el (nnlistserv-kk-wash-article): do.
12226
12227 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
12228
12229 * mm-bodies.el (mm-7bit-chars): Don't include \r.
12230
12231 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
12232
12233 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
12234 the list of checks.
12235
12236 2004-01-31 Jesper Harder <harder@ifa.au.dk>
12237
12238 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
12239 padding.
12240
12241 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
12242
12243 * mm-view.el (mm-fill-flowed): New variable.
12244 (mm-inline-text): Use it.
12245
12246 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
12247
12248 * spam.el (spam-spamassassin-register-ham-routine)
12249 (spam-spamassassin-register-spam-routine): Fix function names.
12250
12251 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
12252
12253 * gnus.el (gnus-tmp-grouplens): Remove.
12254 (gnus-summary-line-format): Remove grouplens.
12255
12256 * gnus-group.el (gnus-group-line-format): Ditto.
12257
12258 * gnus-spec.el (gnus-format-specs): Ditto.
12259 (gnus-update-format-specifications): Flush the group format spec
12260 cache if there's the grouplens stuff.
12261 (gnus-parse-simple-format): Replace %l with the empty string.
12262
12263 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
12264
12265 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
12266 omission.
12267
12268 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
12269
12270 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
12271 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12272
12273 2004-01-25 Paul Jarc <prj@po.cwru.edu>
12274
12275 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
12276 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
12277 New macros and functions.
12278 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
12279 Handle > NLINK_MAX messages.
12280 * nnmaildir.el (nnmaildir-request-set-mark): Use
12281 nnmaildir--emlink-p and nnmaildir--eexist-p.
12282
12283 2004-01-25 Alex Schroeder <alex@gnu.org>
12284
12285 * spam-stat.el (spam-stat-process-directory-age): New option.
12286 (spam-stat-process-directory): Use it.
12287
12288 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
12289
12290 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
12291 (spam-stat-save): Accept prefix argument.
12292
12293 2004-01-23 Paul Jarc <prj@po.cwru.edu>
12294
12295 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
12296 links" error.
12297
12298 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12299
12300 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
12301 compatibility with old .newsrc.eld files.
12302
12303 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
12304
12305 * gnus-start.el (gnus-1): do.
12306
12307 * gnus-group.el (gnus-group-line-format-alist): do.
12308
12309 * gnus.el (gnus-use-grouplens, gnus-visual): do.
12310
12311 * gnus-gl.el: Remove.
12312
12313 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
12314
12315 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
12316 marks consisting of a single range {for example, (3 . 5)} rather
12317 than a list of a single range { ((3 . 5)) }.
12318
12319 2004-01-23 Jesper Harder <harder@ifa.au.dk>
12320
12321 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
12322 with-current-buffer.
12323 (spam-stat-store-current-buffer): Use insert-buffer-substring to
12324 avoid consing a string.
12325
12326 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
12327 Remove obsolete entries for big5 and gb2312.
12328
12329 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
12330
12331 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
12332 uncompressed list.
12333
12334 2004-01-22 Jesper Harder <harder@ifa.au.dk>
12335
12336 * spam-stat.el (spam-stat-strip-xref): New function.
12337 (spam-stat-process-directory): Use it.
12338
12339 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
12340 here -- it's done in message-fetch-field.
12341
12342 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
12343
12344 * gnus-agent.el (gnus-agent-queue-mail)
12345 (gnus-agent-prompt-send-queue): New variables.
12346 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
12347 * gnus-draft.el (gnus-group-send-queue): Pass the group name
12348 "nndraft:queue" along to gnus-draft-send. Use
12349 gnus-agent-prompt-send-queue.
12350 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
12351 is "nndraft:queue". Suggested by Gaute Strokkenes
12352 <gs234@srcf.ucam.org>
12353
12354 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
12355 (agent-enable-undownloaded-faces): Added
12356 (gnus-agent-cat-groups): Use eval-and-compile, not
12357 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
12358 method of gnus-agent-cat-groups even when the buffer has been
12359 evaled.
12360 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
12361 delete gnus-agent-save-active-1.
12362 (gnus-agent-save-groups): Deleted. Identical to
12363 gnus-agent-save-active.
12364 (gnus-agent-write-active): No longer adjust agent's copy of active
12365 file as agent's adjustments are now stored in their own
12366 file. Removed optional parameter.
12367 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
12368 servers. Add use of min/max range limits from server's local
12369 file.
12370 (gnus-agent-save-alist): Removed unused optional argument.
12371 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
12372 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
12373 (gnus-agent-set-local): A per-server file that keeps min/max range
12374 limits for articles known to the agent. Provides a fast mechanism
12375 for altering many active ranges.
12376 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
12377 active file (local makes it unnecessary).
12378 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
12379
12380 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
12381 (agent-enable-undownloaded-faces): Added
12382
12383 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
12384 disable it when sending to "nndraft:queue".
12385 (gnus-group-send-queue): Add safety check to avoid sending queue
12386 when unplugged.
12387
12388 * gnus-group.el (gnus-group-catchup): Use new
12389 gnus-sequence-of-unread-articles, not
12390 gnus-list-of-unread-articles, to avoid exhausting memory with huge
12391 numbers of articles. Use gnus-range-map to avoid having to
12392 uncompress the unread list.
12393 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
12394 Fixed invalid ange-ftp reference.
12395
12396 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
12397 (gnus-sorted-range-intersection): Intersection of two ranges
12398 without requiring that they first be uncompressed.
12399
12400 * gnus-start.el (gnus-activate-group): Unless blocked by the
12401 caller, possibly expand the active range to include both cached
12402 and agentized articles.
12403 (gnus-convert-old-newsrc): Rewrote in anticipation of having
12404 multiple version-dependent converters.
12405 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
12406 gnus-agent-save-active.
12407 (gnus-save-newsrc-file): Save dirty agent range limits.
12408
12409 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
12410 gnus-agent-possibly-alter-active.
12411 (gnus-adjust-marked-articles): Faster handling of simple lists
12412
12413 2004-01-21 Jesper Harder <harder@ifa.au.dk>
12414
12415 * spam-stat.el (spam-stat-test-directory): New optional argument
12416 displays a list of files detected. Suggested by Andrew Cohen
12417 <cohen@andy.bu.edu>.
12418 (spam-stat-buffer-words-with-scores): Don't narrow and change
12419 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
12420
12421 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
12422
12423 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
12424 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
12425 (spam-spamassassin-arguments)
12426 (spam-spamassassin-spam-flag-header)
12427 (spam-spamassassin-positive-spam-flag-header)
12428 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
12429 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
12430 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12431 (spam-list-of-processors, spam-list-of-checks)
12432 (spam-list-of-statistical-checks, spam-registration-functions)
12433 (spam-check-spamassassin-headers, spam-check-spamassassin)
12434 (spam-spamassassin-score)
12435 (spam-spamassassin-register-with-sa-learn)
12436 (spam-spamassassin-register-spam-routine)
12437 (spam-spamassassin-register-ham-routine)
12438 (spam-assassin-register-spam-routine)
12439 (spam-assassin-register-ham-routine): Add SpamAssassin support.
12440 (spam-bogofilter-score): Fix to show article before scoring.
12441
12442 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
12443
12444 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
12445 default scoring function.
12446 (spam-generic-score): Call spam-spamassassin-score if
12447 spam-use-spamassassin or spam-use-spamassassin-headers is on;
12448 spam-bogofilter-score otherwise.
12449
12450 * gnus.el (spam-process, spam-autodetect-methods): Add
12451 spamassassin and spamassassin-headers.
12452
12453 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
12454
12455 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
12456 Suppress unnecessary messages.
12457
12458 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12459
12460 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
12461 make-hash-table.
12462
12463 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12464
12465 * canlock.el (base64-encode-string): Don't autoload it.
12466
12467 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12468
12469 * run-at-time.el: Remove useless (require 'itimer),
12470 eval-and-compile and (featurep 'xemacs).
12471
12472 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12473
12474 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12475 GROUP is a virtual group.
12476
12477 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12478
12479 * gnus.el: Autoload `message-y-or-n-p'.
12480
12481 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12482
12483 * pgg-parse.el: Remove unnecessary (require 'custom).
12484
12485 * pgg-def.el: do.
12486
12487 * nnmail.el: do.
12488
12489 * gnus-undo.el: do.
12490
12491 * gnus-picon.el: do.
12492
12493 * gnus-util.el: do.
12494
12495 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12496
12497 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12498
12499 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12500
12501 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12502 handle, as well as a list.
12503
12504 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12505 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12506 (mm-w3m-cid-retrieve): Simplify.
12507
12508 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12509
12510 * message.el (message-kill-to-signature): Allow prefix arg to
12511 specify number of lines to keep before signature.
12512
12513 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12514
12515 (message-kill-to-signature): Change docstring.
12516
12517 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12518
12519 * canlock.el: Always require sha1-el.
12520 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12521
12522 * message.el: Autoload sha1 only when compiling.
12523
12524 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12525
12526 * message.el (message-canlock-generate): Require sha1-el.
12527
12528 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12529
12530 * message.el (message-expand-name): Silence the byte compiler.
12531
12532 2004-01-13 Simon Josefsson <jas@extundo.com>
12533
12534 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12535 Invoke gnus-score-mode. Reported by
12536 bojohan+news@dd.chalmers.se (Johan Bockgård).
12537
12538 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12539 Jim Blandy <jimb@redhat.com> (tiny change).
12540
12541 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12542
12543 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12544
12545 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12546
12547 * spam.el (spam-get-article-as-string): Update to use
12548 gnus-request-article-this-buffer, much simpler.
12549 (spam-get-article-as-buffer): Remove.
12550
12551 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12552
12553 * message.el (message-expand-name): Use EUDC if the user uses that.
12554
12555 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12556
12557 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12558 character for the encoding to avoid consing a string.
12559
12560 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12561 unnecessarily.
12562
12563 * mm-util.el (mm-replace-chars-in-string): Remove.
12564
12565 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12566 of mm-replace-chars-in-string.
12567
12568 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12569
12570 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12571
12572 * mm-util.el (mm-subst-char-in-string): Support inplace.
12573
12574 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12575 a new string in every iteration. Use shy groups.
12576
12577 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12578
12579 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12580 * gnus-soup.el (gnus-soup-group-brew):
12581 * gnus-msg.el (gnus-put-message):
12582 * gnus-move.el (gnus-group-move-group-to-server):
12583 * gnus-kill.el (gnus-batch-score):
12584 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12585 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12586 (gnus-group-update-group, gnus-group-read-group)
12587 (gnus-group-make-group, gnus-group-make-help-group)
12588 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12589 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12590 (gnus-group-sort-by-unread, gnus-group-catchup)
12591 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12592 (gnus-group-yank-group, gnus-group-set-info)
12593 (gnus-group-list-groups):
12594 * gnus.el (gnus-generate-new-group-name):
12595 * gnus-delay.el (gnus-delay-send-queue):
12596 * nnvirtual.el (nnvirtual-catchup-group):
12597 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12598 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12599 (gnus-group-prepare-topics, gnus-topic-check-topology):
12600 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12601 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12602 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12603 (gnus-group-make-articles-read):
12604 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12605 (gnus-group-change-level, gnus-kill-newsgroup)
12606 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12607 (gnus-get-unread-articles, gnus-make-articles-unread)
12608 (gnus-make-ascending-articles-unread): Use accessor
12609 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12610 to get group information for improved readability.
12611
12612
12613 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12614
12615 * gnus-art.el (article-decode-mime-words, article-babel)
12616 (gnus-article-highlight-signature, gnus-article-add-buttons)
12617 (gnus-signature-toggle): Use gnus-with-article-buffer.
12618
12619 * gnus-art.el (gnus-article-highlight-headers)
12620 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12621
12622 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12623 (gnus-article-set-globals, gnus-request-article-this-buffer)
12624 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12625 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12626 (gnus-mime-display-alternative): Use with-current-buffer.
12627
12628 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12629
12630 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12631 also under 80 char limit, and call gnus-error if needed.
12632 (spam-fetch-article-header): Fix - it was a
12633 buffer-local variable (gnus-newsgroup-data).
12634 (spam-find-spam): Use spam-generate-fake-headers, forget about
12635 spam-insert-fake-headers.
12636 (spam-insert-fake-headers): Remove.
12637
12638 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12639
12640 * deuglify.el (gnus-article-outlook-unwrap-lines)
12641 (gnus-outlook-rearrange-article)
12642 (gnus-outlook-repair-attribution-outlook)
12643 (gnus-outlook-repair-attribution-block)
12644 (gnus-outlook-repair-attribution-other): Remove redundant
12645 save-excursion.
12646
12647 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12648
12649 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12650 (spam-fetch-field-subject-fast)
12651 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12652 (spam-fetch-article-header): Add functions to deal with Gnus
12653 internals for fast retrieval of article header data.
12654 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12655
12656 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12657
12658 * pop3.el (pop3-md5): Remove.
12659 (pop3-apop): Replace pop3-md5 with md5.
12660
12661 * mm-bodies.el: base64 is always built-in.
12662
12663 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12664 with-current-buffer.
12665
12666 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12667
12668 * canlock.el (canlock-insert-header): Remove excessive grouping in
12669 regexp.
12670
12671 * gnus-sum.el (gnus-summary-read-document): Ditto.
12672
12673 * gnus-uu.el (gnus-uu-part-number): Ditto.
12674
12675 * html2text.el (html2text-remove-tags): Ditto.
12676 (html2text-format-tags): Ditto.
12677 (html2text-format-single-elements): Ditto.
12678
12679 * mml.el (mml-parse-1): Ditto.
12680
12681 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12682
12683 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12684
12685 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12686
12687 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12688
12689 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12690
12691 2003-11-15 Simon Josefsson <jas@extundo.com>
12692
12693 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12694 (pgg-gpg-lookup-key): Use regexp match instead of
12695 split-string (split-string is different between emacs 21.2 and
12696 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12697
12698 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12699
12700 * gnus-art.el (gnus-mime-view-all-parts)
12701 (gnus-article-part-wrapper, gnus-article-view-part): Use
12702 with-current-buffer.
12703
12704 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12705
12706 * spam.el (spam-disable-spam-split-during-ham-respool)
12707 (spam-spamoracle-database, spam-cache-lookups)
12708 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12709 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12710 (spam-group-ham-marks, spam-group-spam-marks)
12711 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12712 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12713 also add spam-use-blackholes to the statistical checks.
12714 (spam-fetch-field-fast): Add interface to fetching fields, may
12715 become a macro.
12716 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12717 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12718 (spam-insert-fake-headers): Fake an article when needed.
12719 (spam-find-spam): Fake article when possible.
12720 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12721 (spam-check-bogofilter-headers): Use message-fetch-field instead
12722 of nnmail-fetch-field.
12723
12724 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12725
12726 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12727
12728 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12729
12730 * spam.el (spam-split): Do not require spam-use-CHECK to be
12731 enabled if that check is passed to spam-split explicitly; also
12732 fix so 'spam doesn't get converted to spam-split-group when
12733 spam-split-symbolic-return is t.
12734 (spam-find-spam): Find registrations of the article and use those
12735 instead of re-running spam-split to find the spam/ham
12736 classification of the article.
12737 (spam-log-processing-to-registry, spam-log-registered-p)
12738 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12739 Use gnus-error instead of gnus-message.
12740 (spam-log-registration-type): Add function to determine the
12741 classification of a message based on registry entries; will
12742 return nil if both 'spam and 'ham are found.
12743 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12744 a reasonably fast local cache without the loading errors.
12745 (spam-cache-lookups): Set to t by default.
12746 (spam-find-spam): Don't try to guess spam-cache-lookups.
12747 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12748 spam-caches entry.
12749 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12750 caching of whitelist/blacklist entries.
12751 (spam-check-whitelist, spam-check-blacklist): Invoke
12752 spam-from-listed-p with a type, not a cache variable.
12753 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12754
12755 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12756
12757 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12758
12759 * nnmail.el (nnmail-split-fancy): do.
12760
12761 * mml.el (mml-parse): do.
12762
12763 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12764 (gnus-score-adaptive): do.
12765
12766 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12767
12768 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12769 (gnus-mime-button-map): Don't set keymap parent.
12770 (gnus-button-ctan-directory-regexp): Use shy grouping.
12771 (gnus-prev-page-map): Don't set keymap parent.
12772 (gnus-prev-page-map): Remove duplicated one.
12773 (gnus-next-page-map): Don't set keymap parent.
12774 (gnus-mime-security-button-map): Ditto.
12775
12776 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12777 version number.
12778
12779 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12780
12781 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12782
12783 * canlock.el (canlock-sha1-function): Remove.
12784 (canlock-sha1-function-for-verify): Remove.
12785 (canlock-openssl-program): Remove.
12786 (canlock-openssl-args): Remove.
12787 (canlock-ignore-errors): Remove.
12788 (canlock-sha1-with-openssl): Remove.
12789 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12790 (canlock-verify): Don't use canlock-ignore-errors.
12791
12792 * sha1-el.el (sha1-string-external): Make it can return a string
12793 in binary form.
12794 (sha1-region-external): Ditto.
12795 (sha1-string-internal): Ditto.
12796 (sha1-region-internal): Ditto.
12797 (sha1-region): Ditto.
12798 (sha1-string): Ditto.
12799 (sha1): Ditto.
12800
12801 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12802
12803 * spam.el (spam-report-articles-gmane): New command.
12804
12805 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12806
12807 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12808
12809 * run-at-time.el (run-at-time-saved): Remove.
12810 (run-at-time): Doc fix.
12811
12812 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12813
12814 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12815 (gnus-summary-limit-map): Add it.
12816 (gnus-summary-make-menu-bar): do.
12817
12818 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12819
12820 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12821 Make attempt at some caching support (done for BBDB only now).
12822 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12823 addresses to be checked.
12824 (spam-clear-cache-BBDB): Add function, to be invoked by
12825 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12826 (spam-check-BBDB): Check and use the caches, if
12827 spam-cache-lookups is on, remove superfluous (provide).
12828
12829 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12830
12831 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12832
12833 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12834
12835 * run-at-time.el (run-at-time-saved): Move to after the definition
12836 of `run-at-time'.
12837
12838 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12839
12840 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12841 mm-w3m-local-map-property.
12842
12843 * mm-view.el (mm-w3m-mode-map): Remove.
12844 (mm-w3m-local-map-property): Remove.
12845 (mm-inline-text-html-render-with-w3m): Don't use
12846 mm-w3m-local-map-property.
12847
12848 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12849
12850 * run-at-time.el: New file.
12851
12852 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12853 of gnus-set-text-properties.
12854
12855 * gnus-uu.el (gnus-uu-save-article): Ditto.
12856
12857 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12858
12859 * gnus-cite.el (gnus-cite-parse): Ditto.
12860
12861 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12862 of gnus-.
12863
12864 * gnus.el: Changed calls to nnheader-run-at-time and
12865 password-run-at-time throughout to use run-at-time directly.
12866
12867 * password.el: Removed definition of run-at-time.
12868
12869 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12870
12871 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12872 in prompt.
12873
12874 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12875
12876 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12877 XEmacs version.
12878
12879 * dns.el (dns-make-network-process): Use `open-network-stream'
12880 instead of `gnus-xmas-open-network-stream'.
12881
12882 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12883
12884 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12885
12886 * gnus-art.el (gnus-mime-display-alternative)
12887 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12888 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12889 Don't use gnus-local-map-property.
12890
12891 * gnus-util.el (gnus-local-map-property): Remove.
12892
12893 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12894 gnus-completing-read-maybe-default with completing-read.
12895
12896 * gnus-util.el (gnus-completing-read): do.
12897 (gnus-completing-read-maybe-default): Remove.
12898
12899 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12900
12901 * password.el: Only autoload `run-at-time' if not XEmacs.
12902 Only autoload the itimer functions if XEmacs.
12903
12904 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12905
12906 * gnus-art.el (gnus-read-string): Remove.
12907 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12908 read-string.
12909
12910 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12911
12912 * netrc.el: Autoload password-read.
12913 (netrc): Add configuration group.
12914 (netrc-encoding-method, netrc-openssl-path): Add
12915 variables for encoding and decoding of files with symmetric
12916 ciphers.
12917 (netrc-encode): Add assistant function to encode a file with
12918 netrc-encoding-method.
12919 (netrc-parse): Add interactive parameter, added optional
12920 decoding if netrc-encoding-method is non-nil but otherwise
12921 behavior is standard.
12922 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12923 Do s/encode/encrypt/ everywhere.
12924
12925 * spam.el: Remove executable-find autoload.
12926
12927 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12928
12929 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12930
12931 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12932
12933 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12934
12935 * gnus-art.el (gnus-treat-ansi-sequences,
12936 (article-treat-ansi-sequences): New variable and function.
12937 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12938
12939 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12940 Use it.
12941
12942 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12943
12944 * mm-util.el (mm-quote-arg): Remove.
12945
12946 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12947 shell-quote-argument.
12948
12949 * gnus-uu.el (gnus-uu-command): do.
12950
12951 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12952
12953 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12954 with make-char.
12955
12956 * mm-util.el (mm-make-char): Remove.
12957
12958 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12959 add-minor-mode.
12960
12961 * gnus-undo.el (gnus-undo-mode): do.
12962
12963 * gnus-topic.el (gnus-topic-mode): do.
12964
12965 * gnus-sum.el (gnus-dead-summary-mode): do.
12966
12967 * gnus-start.el (gnus-slave-mode): do.
12968
12969 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12970
12971 * gnus-ml.el (gnus-mailing-list-mode): do.
12972
12973 * gnus-gl.el (gnus-grouplens-mode): do.
12974
12975 * gnus-draft.el (gnus-draft-mode): do.
12976
12977 * gnus-dired.el (gnus-dired-mode): do.
12978
12979 * gnus-ems.el (gnus-add-minor-mode): Remove.
12980
12981 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12982 Replace gnus-char-width with char-width.
12983
12984 * gnus-ems.el (gnus-char-width): Remove.
12985
12986 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12987 Replace gnus-char-width with char-width.
12988
12989 * gnus-ems.el (gnus-char-width): Remove.
12990
12991 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12992 definition.
12993 Remove Emacs 20 hash table compatibility code.
12994
12995 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12996 20 compatibility code.
12997
12998 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12999
13000 * smime.el (smime-point-at-eol): Replace with point-at-eol.
13001
13002 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
13003 with point-at-{eol,bol}.
13004
13005 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
13006
13007 * imap.el (imap-point-at-eol): Replace with point-at-eol.
13008
13009 * flow-fill.el (fill-flowed-point-at-bol)
13010 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
13011
13012 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
13013 Replace with point-at-{eol,bol} throughout all files.
13014
13015 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
13016
13017 * ntlm.el (ntlm-string-as-unibyte): New macro.
13018 (ntlm-build-auth-response): Use it.
13019
13020 Remove Emacs 20 stuff:
13021 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
13022 of delq and copy-sequence.
13023 * gnus-art.el (popup-menu): Remove the compiler macro.
13024 * nnmail.el (nnmail-split-fancy): Don't support customizing with
13025 Emacs 20.
13026
13027 2004-01-05 Simon Josefsson <jas@extundo.com>
13028
13029 * ntlm.el: Fix namespace. Change smb-passwd-hash into
13030 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
13031 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
13032 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
13033 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
13034 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
13035 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
13036 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
13037 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
13038 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
13039 ntlm-string-permute, string-lshift into ntlm-string-lshift,
13040 string-xor into ntlm-string-xor. Suggested by
13041 Jesper Harder <harder@myrealbox.com>.
13042
13043 * ntlm.el: Don't include poem.
13044
13045 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
13046 Jesper Harder <harder@myrealbox.com>.
13047
13048 * sasl-ntlm.el, ntlm.el, md4.el: New files.
13049
13050 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
13051 probably breaks emacs with DL patch, but do we care? Is anyone
13052 still using the DL stuff?)
13053
13054 * sieve-manage.el: Use the password package.
13055 (sieve-manage-read-passwd): Remove.
13056 (sieve-manage-interactive-login): Use password. Re-add
13057 condition-case around loop.
13058
13059 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
13060 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
13061 the password package.
13062
13063 2003-02-19 Simon Josefsson <jas@extundo.com>
13064
13065 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
13066 token.
13067
13068 2002-08-07 Simon Josefsson <jas@extundo.com>
13069
13070 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
13071 (sieve-manage-authenticators):
13072 (sieve-manage-authenticator-alist): Add some SASL mechs.
13073 (sieve-sasl-auth): New function.
13074 (sieve-manage-cram-md5-auth):
13075 (sieve-manage-plain-auth): Rewrite using SASL library.
13076 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
13077 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
13078 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
13079 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
13080
13081 2004-01-05 Simon Josefsson <jas@extundo.com>
13082
13083 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
13084 New files.
13085
13086 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13087
13088 * gnus-group.el (gnus-no-groups-message): Update.
13089
13090 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
13091
13092 2003-11-09 Simon Josefsson <jas@extundo.com>
13093
13094 * imap.el: Support for ID IMAP extension (RFC 2971).
13095 (imap-local-variables): Add imap-id.
13096 (imap-id): New variable.
13097 (imap-id): New function.
13098 (imap-parse-response): Parse untagged ID response.
13099 * nnimap.el (nnimap-id): New variable.
13100 (nnimap-open-connection): Use it.
13101
13102 2003-12-28 Simon Josefsson <jas@extundo.com>
13103
13104 * gnus-score.el (gnus-score-edit-all-score): New.
13105 * gnus-group.el (gnus-group-score-map): Bind it to W e.
13106
13107 2004-01-04 Simon Josefsson <jas@extundo.com>
13108
13109 * password.el: Add.
13110
13111 2004-01-04 Mario Lang <lang@zid.tugraz.at>
13112
13113 * dns.el: Add support for AAAA records (see RFC 3596)
13114
13115 * Fix typo PRT -> PTR
13116
13117 * Parse MX, PTR and SOA replies (see RFC 1035)
13118
13119 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13120
13121 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
13122
13123 * Moved to Changelog.2.
13124
13125 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13126
13127 * gnus.el (gnus-version-number): Bump version.
13128
13129 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13130
13131 * gnus.el: No Gnus v0.1 is released.
13132
13133 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
13134
13135 * gnus.el: No Gnus v0.0 is released.
13136
13137 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
13138
13139 * gnus.el (gnus-version-number): Bump.
13140 (gnus-version): No.
13141
13142 See ChangeLog.2 for earlier changes.
13143
13144 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
13145
13146 This file is part of GNU Emacs.
13147
13148 GNU Emacs is free software: you can redistribute it and/or modify
13149 it under the terms of the GNU General Public License as published by
13150 the Free Software Foundation, either version 3 of the License, or
13151 (at your option) any later version.
13152
13153 GNU Emacs is distributed in the hope that it will be useful,
13154 but WITHOUT ANY WARRANTY; without even the implied warranty of
13155 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13156 GNU General Public License for more details.
13157
13158 You should have received a copy of the GNU General Public License
13159 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13160
13161 ;; Local Variables:
13162 ;; coding: utf-8
13163 ;; fill-column: 79
13164 ;; add-log-time-zone-rule: t
13165 ;; End:
13166
13167 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4