Synch with Gnus trunk.
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2010-05-06 Tommi Vainikainen <thv@iki.fi> (tiny change)
2
3 * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4
5 2010-05-06 Katsumi Yamaoka <yamaoka@jpl.org>
6
7 * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8 gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9
10 2010-05-03 Juanma Barranquero <lekktu@gmail.com>
11
12 * mm-util.el (mm-decompress-buffer): Use `delete-file';
13 alias `jka-compr-delete-temp-file' no longer exists.
14
15 2010-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
16
17 Use define-minor-mode in Gnus where applicable.
18 * mml.el (mml-mode): Use define-minor-mode.
19 * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
20 (gnus-undo-mode): Use define-minor-mode.
21 * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
22 (gnus-dead-summary-mode): Use define-minor-mode.
23 * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
24 Initialize in declaration.
25 (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
26 * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
27 (gnus-mailing-list-mode): Use define-minor-mode.
28 * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
29 (gnus-draft-mode): Use define-minor-mode.
30 * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
31 (gnus-dired-mode): Use define-minor-mode.
32
33 2010-05-01 Andreas Seltenreich <seltenreich@gmx.de>
34
35 * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
36 handles on recursive mml-to-mime translation and check them for
37 boundary delimiter collisions. Reported by: Greg Troxel.
38
39 2010-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
40
41 * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
42
43 2010-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
44
45 * mm-util.el (mm-find-buffer-file-coding-system):
46 * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
47
48 2010-04-22 Andreas Seltenreich <seltenreich@gmx.de>
49
50 * message.el (message-generate-headers): Record insertion of optional
51 headers as well. Otherwise the check to prevent repeated insertion of
52 optional headers is a no-op.
53
54 2010-04-17 Teodor Zlatanov <tzz@lifelogs.com>
55
56 * smime.el: Don't mention CVS.
57
58 * nnrss.el (nnrss-fetch): Don't mention CVS.
59
60 * nnir.el: Don't mention CVS.
61
62 2010-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
63
64 * gnus-sum.el (gnus-summary-bookmark-make-record):
65 Add `location' field.
66
67 2010-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
68
69 * gnus-sum.el: Add bookmark declarations to silence the compiler.
70 (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
71 Use with-current-buffer to silence the byte-compiler.
72 (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
73 bother to require `gnus'.
74 (gnus-summary-bookmark-jump): Don't forget to autoload. Simplify.
75
76 2010-04-12 Thierry Volpiatto <thierry.volpiatto@gmail.com>
77
78 * gnus-sum.el (gnus-summary-bookmark-make-record)
79 (gnus-summary-bookmark-jump): New functions.
80 (gnus-summary-mode): Setup bookmark support.
81
82 2010-04-01 Andreas Schwab <schwab@linux-m68k.org>
83
84 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
85 if set.
86
87 2010-03-31 Katsumi Yamaoka <yamaoka@jpl.org>
88
89 * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
90 gnus-article-browse-html-save-cid-image; make it work recursively for
91 forwarded messages as well.
92 (gnus-article-browse-html-parts): Work when prefix arg is given.
93 (gnus-article-browse-html-article): Doc fix.
94
95 2010-03-30 Chong Yidong <cyd@stupidchicken.com>
96
97 * message.el (message-default-mail-headers):
98 (message-default-headers): Carry the value mail-default-headers over
99 into message-default-mail-headers, rather than message-default-headers.
100
101 2010-03-30 Martin Stjernholm <mast@lysator.liu.se>
102
103 * mm-decode.el (mm-add-meta-html-tag): Add option to override the
104 charset.
105
106 * gnus-art.el (gnus-article-browse-html-parts): Force the correct
107 charset into the <meta> tag when the article is encoded to utf-8.
108
109 2010-03-30 Katsumi Yamaoka <yamaoka@jpl.org>
110
111 * gnus-art.el (gnus-article-browse-delete-temp-files):
112 Delete directories as well.
113 (gnus-article-browse-html-parts): Work for images that do not specify
114 file names; delete temp directory when quitting; insert header at the
115 right place; use file: scheme for image files.
116
117 2010-03-30 Eric Schulte <schulte.eric@gmail.com>
118
119 * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
120 (gnus-article-browse-html-parts): Use it to make temporary cid image
121 files in addition to html file so that browser may display them.
122
123 2010-03-29 Katsumi Yamaoka <yamaoka@jpl.org>
124
125 * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
126
127 2010-03-29 Teodor Zlatanov <tzz@lifelogs.com>
128
129 * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
130
131 2010-03-27 Teodor Zlatanov <tzz@lifelogs.com>
132
133 * auth-source.el (auth-sources): Change default to be simpler.
134 Explain about Secret Service API sources. Improve Customize options.
135 (auth-source-pick): Change to accept any number of search parameters.
136 Implement fallbacks iteratively, not recursively. Add scoring on the
137 second pass and sort by score. Call Secret Service API when needed.
138 (auth-source-user-or-password): Use it. Call Secret Service API
139 directly when needed to get the user name and the password.
140
141 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
142
143 * message.el (message-interactive): Doc fix.
144 (message-qmail-inject-args): Reflow.
145 (message-kill-to-signature): Fix typo in docstring.
146
147 * smiley.el (smiley-buffer): Fix typo in docstring.
148
149 2010-03-24 Glenn Morris <rgm@gnu.org>
150
151 * mail-source.el (gnus-message): Declare.
152 (mail-source-delete-old-incoming): Require gnus-util.
153
154 2010-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
155
156 * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
157
158 * message.el (ecomplete-setup): Autoload it for Emacs <23.
159
160 * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
161 password-cache's default if it is not bound.
162 (mml-secure-passphrase-cache-expiry): Default to 16 that is
163 password-cache-expiry's default if it is not bound.
164
165 * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
166 available in Emacs 21.
167
168 2010-03-23 Teodor Zlatanov <tzz@lifelogs.com>
169
170 * auth-source.el (auth-sources): Fix up definition so extra parameters
171 are always inline.
172
173 2010-03-22 Martin Stjernholm <mast@lysator.liu.se>
174
175 * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
176 wasn't updated after mismatch. Clear cached mailbox info correctly
177 when uidvalidity changes.
178 (nnimap-group-prefixed-name): New function to avoid some code
179 duplication.
180 (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
181 (nnimap-request-group): Use it.
182 (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
183 (nnimap-update-unseen): Significantly improved speed of Gnus startup
184 with many imap folders. This is done by caching the group status from
185 the imap server persistently in a group parameter `imap-status'. (This
186 was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
187 but not persistently, so every Gnus startup was still very slow.)
188
189 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
190
191 * auth-source.el: Set up autoloads. Bump to 23.2 because of the
192 secrets.el dependency.
193 (auth-sources): Add optional user name. Add secrets.el configuration
194 choice (unused right now).
195
196 2010-03-20 Teodor Zlatanov <tzz@lifelogs.com>
197
198 * gnus-sum.el (gnus-summary-make-menu-bar): Let
199 `gnus-registry-install-shortcuts' fill in the functions.
200
201 * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
202 warnings.
203 (gnus-registry-misc-menus): Variable to hold registry mark menus.
204 (gnus-registry-install-shortcuts): Populate and use it in a
205 `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
206
207 2010-03-20 Martin Stjernholm <mast@lysator.liu.se>
208
209 * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
210 In-place substitutions for the group name encoding/decoding.
211 (nnimap-find-minmax-uid, nnimap-possibly-change-group)
212 (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
213 (nnimap-retrieve-headers-progress, nnimap-request-article-part)
214 (nnimap-update-unseen, nnimap-request-list)
215 (nnimap-retrieve-groups, nnimap-request-update-info-internal)
216 (nnimap-request-set-mark, nnimap-split-to-groups)
217 (nnimap-split-articles, nnimap-request-newgroups)
218 (nnimap-request-create-group, nnimap-request-accept-article)
219 (nnimap-request-delete-group, nnimap-request-rename-group)
220 (nnimap-acl-get, nnimap-acl-edit): Use them. Replace `mbx' with
221 `encoded-mbx' for consistency.
222 (nnimap-close-group): Call `imap-current-mailbox' instead of using the
223 variable `imap-current-mailbox'.
224
225 * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
226 (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
227
228 2010-03-20 Bojan Petrovic <bpetrovi@f.bg.ac.rs>
229
230 * pop3.el (pop3-display-message-size-flag): Display message size byte
231 counts during POP3 download.
232 (pop3-movemail): Use it.
233 (pop3-list): Implement listing of available messages.
234
235 2010-03-20 Mark Triggs <mst@dishevelled.net> (tiny change)
236
237 * nnir.el (nnir-get-article-nov-override-function): New function to
238 override the normal NOV retrieval.
239 (nnir-retrieve-headers): Use it.
240
241 2010-03-19 Michael Albinus <michael.albinus@gmx.de>
242
243 * auth-source.el (netrc-machine-user-or-password): Autoload.
244
245 2010-03-19 Glenn Morris <rgm@gnu.org>
246
247 Stop message.el from loading about 40 libraries it doesn't always need.
248 The general approach is to autoload rather than require, and to
249 require in the specific functions rather than the file. (Bug#5642)
250
251 * gmm-utils.el: Don't require wid-edit.
252 (widget-create-child-value, widget-convert, widget-default-get):
253 Autoload.
254
255 * gnus-util.el: Don't require time-date, netrc.
256 (message-fetch-field, gnus-group-name-decode): Declare rather than
257 autoloading.
258 (gnus-fetch-field): Require message.
259 (gnus-decode-newsgroups): Require gnus-group.
260
261 * ietf-drums.el: Don't require time-date.
262
263 * message.el: Don't require hashcash, canlock, ecomplete.
264 Do require mail-utils. Require nnheader only when compiling.
265 (smtpmail-default-smtp-server): Remove declaration.
266 (message-send-mail-function): Check smtpmail-default-smtp-server
267 is bound rather than requiring smtpmail.
268 (message-auto-save-directory, message-insert-signature): Use
269 expand-file-name rather than nnheader-concat.
270 (nnheader-insert-file-contents): Autoload.
271 (hashcash-wait-async): Declare.
272 (message-send-mail): Only call gnus-setup-posting-charset if
273 gnus-group-posting-charset-alist is bound. Require hashcash if needed.
274 (message-send-mail-with-sendmail): Require sendmail.
275 (canlock-password, canlock-password-for-verify): Declare.
276 (message-canlock-password): Require canlock.
277 (nnheader-get-report): Autoload.
278 (gnus-setup-posting-charset): Declare.
279 (message-send-news): Require gnus-msg.
280 (message-make-references, message-make-in-reply-to): Use mail-header-id
281 rather than the alias mail-header-message-id.
282 (ecomplete-add-item, ecomplete-save): Declare.
283 (message-put-addresses-in-ecomplete): Require ecomplete.
284 (ecomplete-display-matches): Autoload.
285
286 * mm-decode.el: Don't require mailcap, gnus-util.
287 (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
288 (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
289 Autoload.
290 (mailcap-mime-extensions): Declare.
291
292 * mm-encode.el: Don't require mailcap.
293 (mailcap-extension-to-mime): Autoload.
294
295 * mml-sec.el: Don't require password-cache.
296
297 * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
298 (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
299 (mml-minibuffer-read-type): Require mailcap.
300 (mml-preview): Require gnus-msg.
301
302 * mml1991.el: Require password-cache.
303 (password-cache-expiry): Remove declaration.
304
305 * mml2015.el: Require password-cache.
306 (password-cache-expiry): Remove declaration.
307
308 * nneething.el (mailcap): Require mailcap.
309
310 * nnheader.el: (declare-function): Add compatibility stub.
311 (message-remove-header): Declare rather than autoload.
312 (nnheader-replace-header): Require message.
313
314 * nnimap.el (declare-function): Add compatibility stub.
315 (netrc-parse, netrc-machine-user-or-password): Declare.
316 (nnimap-open-connection): Require netrc.
317
318 * nntp.el (declare-function): Add compatibility stub.
319 (netrc-parse, netrc-machine, netrc-get): Declare.
320 (nntp-send-authinfo): Require netrc.
321
322 * rfc2047.el: Don't require qp.
323 (quoted-printable-encode-region, quoted-printable-decode-string):
324 Autoload.
325
326 * sieve-mode.el: Don't require easymenu.
327 (easy-menu-add-item): Autoload it.
328
329 * spam-stat.el (time-to-number-of-days): Autoload it.
330
331 2010-03-17 Kevin Ryde <user42@zip.com.au>
332
333 * mml.el (mml-read-tag): Unquote values with `read' to reverse
334 prin1 in mml-insert-tag (just stripping the quotes gave wrong
335 value if any backslash escapes).
336
337 2010-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
338
339 * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
340 if it is available. (bug#5647)
341
342 2010-02-26 Glenn Morris <rgm@gnu.org>
343
344 * message.el (message-send-mail-function): Change the default, so that
345 it inherits from a customized send-mail-function. (Bug#5643)
346
347 2010-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * gnus-art.el (gnus-treat-display-x-face): Don't burp if
350 shell-command-to-string signals an error (bug#5299).
351
352 2010-02-24 Glenn Morris <rgm@gnu.org>
353
354 * message.el (message-smtpmail-send-it)
355 (message-send-mail-with-mailclient): Doc fixes.
356
357 2010-02-16 Glenn Morris <rgm@gnu.org>
358
359 * message.el (message-default-mail-headers): Change the default value
360 to ease the transition from mail-mode to message-mode. (Bug#5555)
361
362 2010-01-17 Chong Yidong <cyd@stupidchicken.com>
363
364 * message.el (message-mail): Just pass yank-action on to message-setup.
365 (message-setup): Handle (FUN . ARGS) form of yank-action.
366 (message-with-reply-buffer, message-widen-reply)
367 (message-yank-original): Handle non-buffer values of
368 message-reply-buffer (Bug#4080).
369 (message-setup-1): Prefer to save message-reply-buffer as a buffer.
370
371 2010-01-17 Juanma Barranquero <lekktu@gmail.com>
372
373 * nnmairix.el (nnmairix-group-delete-recreate-this-group):
374 Fix typo in docstring.
375
376 2010-01-08 Jason Rumney <jasonr@gnu.org>
377
378 * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
379 response.
380
381 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
382
383 * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
384
385 * message.el (message-check-news-header-syntax): Protect against a
386 string that `rfc822-addresses' returns when parsing fails.
387
388 2010-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
389
390 * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
391 (gnus-previous-char-property-change): New functions.
392
393 * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
394
395 2010-01-05 Andreas Schwab <schwab@linux-m68k.org>
396
397 * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
398 (gnus-summary-recenter): Use it instead of forward-line. (Bug#5257)
399
400 2010-01-02 Chong Yidong <cyd@stupidchicken.com>
401
402 * message.el (message-exchange-point-and-mark): Rework last change to
403 avoid using optional arg of exchange-point-and-mark, for backward
404 compatibility.
405
406 2010-01-01 Chong Yidong <cyd@stupidchicken.com>
407
408 * message.el (message-exchange-point-and-mark): Call
409 exchange-point-and-mark with an argument rather than setting
410 mark-active by hand (Bug#5175).
411
412 2009-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
413
414 * nntp.el (nntp-service-to-port): Work for service expressed with
415 numeric string; replace [:digit:] with [0-9] for XEmacs.
416
417 2009-12-17 Glenn Morris <rgm@gnu.org>
418
419 * gnus-group.el (gnus-bug-group-download-format-alist):
420 Change emacs entry to debbugs.gnu.org. Bump :version.
421
422 2009-12-13 Reiner Steib <Reiner.Steib@gmx.de>
423
424 * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
425
426 2009-12-12 Reiner Steib <Reiner.Steib@gmx.de>
427
428 * message.el (message-info): Explain why we use `Info-goto-node'.
429
430 2009-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
431
432 * message.el (message-completion-in-region): New compatibility function.
433 (message-expand-group): Use it.
434
435 2009-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
436
437 * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
438 with no unread article should be listed if the 2nd arg `predicate' is
439 given.
440
441 2009-11-29 Juri Linkov <juri@jurta.org>
442
443 * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
444 when it is fboundp in GNU Emacs 23.1. Put `isearch-scroll' property
445 on `gnus-recenter'. (Bug#4698, Bug#4981)
446
447 2009-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
448
449 * message.el (message-from-style, message-interactive)
450 (message-signature): Always set default values from the corresponding
451 mail-* variables.
452 (message-cite-prefix-regexp, message-sendmail-envelope-from)
453 (message-yank-prefix, message-indentation-spaces)
454 (message-signature-file, message-default-headers): Use boundp rather
455 than (featurep 'xemacs) to check if the corresponding mail-* variables
456 exist.
457
458 2009-11-20 Chong Yidong <cyd@stupidchicken.com>
459
460 * message.el (message-send-mail-with-sendmail): Revert last change.
461
462 2009-11-19 Chong Yidong <cyd@stupidchicken.com>
463
464 * message.el (message-from-style, message-interactive)
465 (message-cite-prefix-regexp, message-sendmail-envelope-from)
466 (message-yank-prefix, message-indentation-spaces, message-signature)
467 (message-signature-file, message-default-headers): For GNU Emacs, set
468 default values from the corresponding mail-* variables.
469 (message-send-mail-with-sendmail): Use envelope-from only if
470 mail-specify-envelope-from is non-nil.
471
472 2009-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
473
474 * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
475 containing tspecial characters if they have been already quoted.
476
477 2009-10-24 Glenn Morris <rgm@gnu.org>
478
479 * gnus-art.el (help-xref-stack-item): Define for compiler.
480
481 2009-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
482
483 * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
484
485 2009-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
486
487 * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
488 (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
489
490 2009-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
491
492 * gnus.el (gnus-overlay-get): New alias to overlay-get.
493 (gnus-overlays-in): New alias to overlays-in.
494
495 * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
496 gnus-overlay-get, and gnus-delete-overlay.
497 (gnus-summary-show-thread): Make it work as well for systems in which
498 next-single-char-property-change is not available.
499 (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
500
501 2009-10-14 Reiner Steib <Reiner.Steib@gmx.de>
502
503 * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
504
505 2009-10-14 Dan Nicolaescu <dann@ics.uci.edu>
506
507 * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
508 and XEmacs that don't have `remove-overlays'.
509
510 2009-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
511
512 * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
513 (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
514 selective display. Use overlays instead.
515
516 2009-10-04 Juanma Barranquero <lekktu@gmail.com>
517
518 * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
519
520 2009-09-29 Juanma Barranquero <lekktu@gmail.com>
521
522 * spam-stat.el (spam-stat-load): Fix typo in message.
523
524 2009-09-23 Juanma Barranquero <lekktu@gmail.com>
525
526 * gnus-art.el (gnus-article-encrypt-body):
527 * message.el (message-check-recipients):
528 * mm-util.el (mm-codepage-setup):
529 * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
530 (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
531
532 2009-09-22 Daiki Ueno <ueno@unixuser.org>
533
534 * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
535 * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
536 keys from the menu if mm-{sign,encrypt}-option is 'guided.
537 * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
538 * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
539
540 2009-09-18 Glenn Morris <rgm@gnu.org>
541
542 * gnus-diary.el (gnus-diary-check-message):
543 * message.el (message-insert-formatted-citation-line):
544 * nnbabyl.el (top-level):
545 * nndiary.el (nndiary-schedule):
546 Fix typos in condition-case handlers.
547
548 2009-09-15 Katsumi Yamaoka <yamaoka@jpl.org>
549
550 * gnus-art.el (gnus-article-edit-part): Work for the buffer
551 configuration that provides the sole article window in a frame;
552 position point correctly after deleting a part.
553
554 2009-09-14 Adam Sjøgren <asjo@koldfront.dk>
555
556 * spam.el (spam-unregister-on-reregister): Add boolean variable.
557 (spam-resolve-registrations-routine): Use it to unregister articles
558 that change status.
559
560 2009-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
561
562 * nnrss.el (nnrss-request-article): Remove binding of
563 default-enable-multibyte-characters that has gotten needless by
564 the 2007-07-13 change in rfc2047-encode-message-header.
565
566 * mml.el (mml-insert-multipart): Error on the message header.
567 (mml-insert-part): Error on the message header; position point at
568 the end of a MIME tag.
569
570 2009-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
571
572 * gnus-util.el (with-no-warnings): Define it for old Emacsen.
573 (gnus-float-time): Alias to float-time if it exists.
574
575 * ecomplete.el (with-no-warnings): Define it for old Emacsen.
576 (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
577 float-time is available; suppress compile warning for time-to-seconds.
578
579 2009-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
580
581 * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
582 may break data. Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
583 Add the optional argument `encoding' that overrides the default.
584
585 * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
586 mm-encode-buffer.
587
588 2009-09-04 Glenn Morris <rgm@gnu.org>
589
590 * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
591 mm-disable-multibyte, rather than default-enable-multibyte-characters.
592 * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
593 mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
594 * mm-util.el (mm-with-unibyte-current-buffer)
595 (mm-find-buffer-file-coding-system):
596 * yenc.el (yenc-decode-region): Use default-value rather than
597 default-enable-multibyte-characters.
598
599 2009-09-03 Glenn Morris <rgm@gnu.org>
600
601 * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
602 * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
603 than default-enable-multibyte-characters.
604
605 2009-09-02 Karl Kleinpaste <karl@kleinpaste.org>
606
607 * gnus-art.el (gnus-article-read-summary-keys):
608 Fix gnus-buffer-configuration's value temporarily used.
609
610 2009-09-02 Glenn Morris <rgm@gnu.org>
611
612 * gnus-util.el (gnus-float-time): New function.
613 * gnus-delay.el (gnus-delay-article):
614 * gnus-sum.el (gnus-thread-latest-date):
615 * gnus-util.el (gnus-user-date): Use gnus-float-time.
616 * nnspool.el (nnspool-request-newgroups):
617 Use gnus-float-time rather than time-to-seconds.
618 * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
619
620 * gnus-art.el (gnus-signature-face, gnus-header-from-face)
621 (gnus-header-subject-face, gnus-header-newsgroups-face)
622 (gnus-header-name-face, gnus-header-content-face):
623 * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
624 (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
625 (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
626 (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
627 (gnus-cite-face-11):
628 * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
629 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
630 (gnus-server-closed-face, gnus-server-denied-face)
631 (gnus-server-offline-face):
632 * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
633 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
634 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
635 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
636 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
637 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
638 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
639 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
640 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
641 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
642 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
643 (gnus-summary-selected-face, gnus-summary-cancelled-face)
644 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
645 (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
646 (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
647 (gnus-summary-high-undownloaded-face)
648 (gnus-summary-low-undownloaded-face)
649 (gnus-summary-normal-undownloaded-face)
650 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
651 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
652 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
653 (gnus-splash-face):
654 * message.el (message-header-to-face, message-header-cc-face)
655 (message-header-subject-face, message-header-newsgroups-face)
656 (message-header-other-face, message-header-name-face)
657 (message-header-xheader-face, message-separator-face)
658 (message-cited-text-face, message-mml-face):
659 * sieve-mode.el (sieve-control-commands-face)
660 (sieve-action-commands-face, sieve-test-commands-face)
661 (sieve-tagged-arguments-face):
662 * spam.el (spam-face):
663 Mark face aliases with "-face" in the name as obsolete.
664
665 2009-09-01 Glenn Morris <rgm@gnu.org>
666
667 * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
668 than goto-line.
669
670 2009-08-31 Katsumi Yamaoka <yamaoka@jpl.org>
671
672 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
673 Don't move point if the command is invoked inside the message header.
674
675 2009-08-29 Stefan Monnier <monnier@iro.umontreal.ca>
676
677 * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
678 (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
679 * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
680 * nnir.el (nnir-swish-e-index-file):
681 * gnus-sum.el (gnus-summary-delete-marked-as-read)
682 (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
683 (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
684 * gnus-msg.el (gnus-inews-mark-gcc-as-read):
685 * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
686 (gnus-treat-display-xface): Add Emacs version of obsolescence.
687
688 2009-08-28 Katsumi Yamaoka <yamaoka@jpl.org>
689
690 * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
691 Don't save excursion.
692
693 2009-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
694
695 * nnheader.el (nnheader-find-file-noselect):
696 * mm-util.el (mm-insert-file-contents):
697 Use (default-value 'major-mode) instead of default-major-mode.
698
699 2009-08-27 Stefan Monnier <monnier@iro.umontreal.ca>
700
701 * nnrss.el (nnrss-request-article): Avoid default-fill-column.
702
703 2009-08-25 Glenn Morris <rgm@gnu.org>
704
705 * nnir.el (top-level): Don't require cl at run-time.
706 (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
707 Replace cl-function substitute with gnus-replace-in-string.
708 (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
709 (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
710 (nnir-run-find-grep): Replace cl-functions find-if and subseq with
711 simplified expansions.
712
713 2009-08-22 Glenn Morris <rgm@gnu.org>
714
715 * gnus-art.el (gnus-button-patch): Use forward-line rather than
716 goto-line.
717
718 2009-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
719
720 * gnus-group.el (gnus-safe-html-newsgroups): New user option.
721
722 * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
723 (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
724 (gnus-mm-display-part, gnus-mime-display-single)
725 (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
726 override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
727
728 * gnus-sum.el
729 (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
730 (gnus-summary-move-article): Add expirable mark to articles copied or
731 moved to group that has auto-expire turned on if the option is non-nil.
732
733 2009-07-24 Glenn Morris <rgm@gnu.org>
734
735 * gnus-demon.el (gnus-demon-add-nntp-close-connection):
736 Fix typo. (Bug#3903)
737
738 2009-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
739
740 * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
741 gnus-article-read-summary-keys rather than gnus-summary-edit-article
742 that should not be used for draft articles.
743 (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
744 that has no concern in minor mode keys.
745 (gnus-article-summary-command, gnus-article-summary-command-nosave):
746 Abolish.
747
748 2009-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
749
750 * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
751 article without making inquiry to a user for unknown encoding.
752
753 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
754 (nnmaildir--scan): Assume i-node and device number that file-attributes
755 returns might be cons-cell.
756
757 2009-07-16 Teodor Zlatanov <tzz@lifelogs.com>
758
759 * auth-source.el: Remove docs now in auth.texi. Don't use
760 `gnus-message' for logging. Add new variables `auth-source-debug' and
761 `auth-source-hide-passwords' and use them.
762
763 2009-07-15 Glenn Morris <rgm@gnu.org>
764
765 * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
766
767 2009-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
768
769 * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
770 excessive whitespace from the default values of title and description.
771
772 2009-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
773
774 * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
775 mail-fetch-field to fetch Content-Description header in order to
776 exclude newlines.
777
778 2009-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
779
780 * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
781 to deleted part.
782
783 2009-05-30 David Engster <dengste@eml.cc>
784
785 * nnmairix.el: Remove old documentation in the commentary block.
786 (nnmairix-request-group): Do not update active file for nnml back ends.
787 (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
788 end so that overview files are ignored.
789 (nnmairix-update-groups): Make updating the groups more robust by using
790 marks.
791 (nnmairix-determine-original-group-from-path): Circumvent mairix bug
792 with dollar characters in message-id.
793
794 2009-04-28 Reiner Steib <Reiner.Steib@gmx.de>
795
796 * spam.el: Use dns-query instead of query-dns. Was renamed on
797 2008-12-25 in dns.el.
798
799 2009-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
800
801 * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
802 could happen if the text is only composed of spaces and/or tabs.
803
804 2009-03-03 Brian Sniffen <bts@evenmere.org> (tiny change)
805
806 * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
807 when sending a queued message to avoid extra mml tags.
808
809 2009-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
810
811 * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
812
813 2009-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
814
815 * gnus-dired.el: Remove autoload for gnus-setup-message.
816 (gnus-dired-attach): Fake this-command value to prevent Gnus from
817 displaying Gnus logo; always use compose-mail.
818
819 2009-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
820
821 * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
822
823 2009-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
824
825 * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
826 (gnus-nocem-issuers): List currently active issuers; fix custom type.
827 (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
828 available.
829 (gnus-nocem-epg-verify): New function.
830
831 2009-02-15 Reiner Steib <Reiner.Steib@gmx.de>
832
833 * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
834
835 2009-02-15 Glenn Morris <rgm@gnu.org>
836
837 * gnus-util.el (rmail-insert-rmail-file-header)
838 (rmail-count-new-messages, rmail-show-message): Remove unnecessary
839 autoloads.
840 (rmail-default-rmail-file): Remove unnecessary declaration.
841 (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
842
843 2009-02-14 Glenn Morris <rgm@gnu.org>
844
845 * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
846 variable (only used in gnus-util, which declares it anyway).
847 (rmail-output-to-rmail-file): Remove autoload of deleted function,
848 which was only needed by gnus-art (changed to not use it any more).
849 (rmail-insert-rmail-file-header): Remove autoload of deleted function,
850 only used in gnus-util, which autoloads it itself.
851 (rmail-update-summary): Fix autoload.
852
853 * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
854 rather than rmail-output-to-rmail-file.
855
856 2009-02-07 Glenn Morris <rgm@gnu.org>
857
858 * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
859 autoload of function that no longer exists.
860 (rmail-toggle-header): Declare.
861 (message-forward-rmail-make-body): Handle mbox Rmail.
862
863 2009-01-31 Glenn Morris <rgm@gnu.org>
864
865 * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
866 2009-01-09 change.
867
868 2009-01-26 Teodor Zlatanov <tzlatanov@jumptrading.com>
869
870 * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
871 (auth-source-forget-all-cached): New convenience function.
872 (auth-source-user-or-password): Accept list of modes or a single mode.
873
874 * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
875 auth-source modes.
876
877 * nnimap.el (nnimap-open-connection): Use list of
878 auth-source modes.
879
880 * nntp.el (nntp-send-authinfo): Use list of
881 auth-source modes.
882
883 2009-01-16 Teodor Zlatanov <tzz@lifelogs.com>
884
885 * auth-source.el: Update docs to reflect epa-file-enable is to be used
886 now.
887
888 2009-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
889
890 * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
891 coding system in XEmacs; add a workaround for XEmacs.
892
893 2009-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
894
895 * mm-util.el (mm-coding-system-priorities): Protect against nil value
896 of current-language-environment.
897
898 2009-01-13 Reiner Steib <Reiner.Steib@gmx.de>
899
900 * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
901 available at runtime.
902
903 2009-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
904
905 * gnus-art.el (article-date-ut): Fix end point of narrowing.
906
907 2009-01-11 Aidan Kehoe <kehoea@parhasard.net>
908
909 * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
910 the greatest positive fixnum value doesn't work under an XEmacs with
911 bignum support; use the most-positive-fixnum constant instead,
912 available since Emacs 21.1 with cl and XEmacs 21.1.
913
914 2009-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
915
916 * gnus-sum.el (gnus-summary-next-article): Revert last change by which
917 XEmacs gets not to work.
918
919 2009-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
920
921 * mm-util.el (mm-coding-system-priorities): Allow the value like
922 "Japanese (UTF-8)" of current-language-environment.
923
924 2009-01-09 Glenn Morris <rgm@gnu.org>
925
926 * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
927 with last-command-event.
928
929 2009-01-08 Reiner Steib <Reiner.Steib@gmx.de>
930
931 * message.el (message-fix-before-sending): Amend comment.
932
933 2009-01-07 David Engster <dengste@eml.cc>
934
935 * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
936 simplified server definitions by converting it via
937 gnus-server-to-method.
938
939 2009-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
940
941 * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
942 parameter's operands.
943
944 2009-01-06 David Engster <dengste@eml.cc>
945
946 * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
947 primary select method (for gnus-group-mark-article-as-read).
948
949 2009-01-06 Tassilo Horn <tassilo@member.fsf.org>
950
951 * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
952 `(gnus)Face', not `(gnus)X-Face'.
953
954 2009-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
955
956 * mm-util.el (mm-ucs-to-char): New function.
957
958 * mm-url.el (mm-url-decode-entities): Use it.
959
960 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
961
962 * message.el (message-fix-before-sending): Add `eight-bit' to
963 illegible-text check.
964
965 2009-01-03 Michael Olson <mwolson@gnu.org>
966
967 * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
968 `headers' is nil. This can occur if the IMAP server does not have
969 permissions to read messages from a folder, but can write new messages
970 to the folder.
971 (nnimap-request-article-part): Do not insert `data' if it is nil.
972
973 2009-01-01 Dave Love <fx@gnu.org>
974
975 * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
976
977 * nnimap.el: Fix author email.
978 (nnimap-split-rule): Add FIXME comment.
979 (nnimap-debug): Fix doc string.
980
981 2008-12-25 Katsumi Yamaoka <yamaoka@jpl.org>
982
983 * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
984 overlay-arrow-position and overlay-arrow-string buffer-local; no need
985 to check if those variables exist (first appeared in Emacs 18.50).
986
987 2008-12-24 Katsumi Yamaoka <yamaoka@jpl.org>
988
989 * mm-util.el (mm-line-number-at-pos): New function.
990
991 * spam-report.el (spam-report-process-queue): Use it.
992
993 2008-12-24 David Engster <dengste@eml.cc>
994
995 * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
996 parameters that haven't existed as variables as buffer-local variables.
997
998 2008-12-23 Dave Love <fx@gnu.org>
999
1000 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
1001 cadar.
1002
1003 * sieve-manage.el (sieve-manage-starttls-p): Renamed from
1004 imap-starttls-p.
1005 (sieve-manage-starttls-open): Renamed from imap-starttls-open.
1006
1007 2008-12-22 Reiner Steib <Reiner.Steib@gmx.de>
1008
1009 * spam-report.el (spam-report-gmane-max-requests): New constant.
1010 (spam-report-gmane-wait): New variable.
1011 (spam-report-gmane-ham, spam-report-gmane-spam)
1012 (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
1013 spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
1014 the server.
1015
1016 * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
1017 Add explanations.
1018
1019 * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
1020 nnheader-accept-process-output and nnheader-read-timeout if available.
1021 (pop3-movemail): Use it.
1022
1023 * message.el (message-check-news-body-syntax): Fix signature check if
1024 there's an attachment.
1025
1026 2008-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
1027
1028 * mm-util.el: Add comments to the mm- emulating functions.
1029
1030 2008-12-21 Reiner Steib <Reiner.Steib@gmx.de>
1031
1032 * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported
1033 by Stephen Berman <stephen.berman@gmx.net>.
1034
1035 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org>
1036
1037 * mm-util.el (mm-substring-no-properties): New function.
1038 (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
1039 (mm-special-display-p): Enable those lambda forms to be byte compiled.
1040 (mm-string-to-multibyte): Doc fix.
1041
1042 * mml.el (mml-attach-file): Use mm-substring-no-properties.
1043
1044 2008-12-18 Reiner Steib <Reiner.Steib@gmx.de>
1045
1046 * mml.el (mml-attach-file): Strip text properties from file name.
1047 (Bug#1574)
1048
1049 2008-12-16 Glenn Morris <rgm@gnu.org>
1050
1051 * mm-util.el (mm-charset-override-alist): Declare for compiler.
1052
1053 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
1054
1055 * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
1056 knows since the charset specified might be a bogus alias that
1057 mm-charset-synonym-alist provides.
1058
1059 2008-12-15 Reiner Steib <Reiner.Steib@gmx.de>
1060
1061 * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
1062 "ISO_8859-1".
1063
1064 * gnus-start.el (gnus-backup-startup-file): Improve doc string.
1065
1066 2008-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
1067
1068 * mm-util.el (mm-charset-eval-alist):
1069 Define it before mm-charset-to-coding-system.
1070 (mm-charset-to-coding-system): Add optional argument `silent';
1071 define it before mm-charset-override-alist.
1072 (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
1073 default value if it can be used in Emacs currently running;
1074 silence mm-charset-to-coding-system.
1075
1076 2008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1077
1078 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
1079 `allow-override' which says whether to use `mm-charset-override-alist'.
1080 (rfc2047-decode-encoded-words): Use it.
1081
1082 * mm-util.el (mm-charset-override-alist): Fix custom type;
1083 add `(gb2312 . gbk)' to choices.
1084
1085 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1086
1087 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
1088 fast.
1089
1090 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1091
1092 2008-12-04 Naohiro Aota <nao.aota@gmail.com>
1093
1094 * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
1095 on links.
1096
1097 * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
1098
1099 2008-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
1100
1101 * message.el (message-idna-to-ascii-rhs-1): Protect against local
1102 users' addresses that don't have domain parts.
1103 (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
1104 rather than message-narrow-to-head since there will be the message
1105 header separator.
1106
1107 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
1108
1109 * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
1110 since the result is inserted in a unibyte buffer anyway.
1111 (nnimap-demule-use-string-to-multibyte): Remove.
1112 (nnimap-demule): Alias it to mm-string-to-multibyte.
1113
1114 2008-11-29 Reiner Steib <Reiner.Steib@gmx.de>
1115
1116 * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
1117 variable for debugging bug#464 and bug#1174.
1118 (nnimap-demule): Use it.
1119
1120 2008-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1121
1122 * gnus-score.el (gnus-score-find-trace): Handle default score in total
1123 score calculation correctly.
1124
1125 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
1126
1127 * message.el (message-send-mail): Just set the buffer to unibyte
1128 rather than use mm-with-unibyte-current-buffer which does a lot more.
1129 (message-send-mail-partially): Don't bother with
1130 mm-with-unibyte-current-buffer since it's already been made unibyte by
1131 message-send-mail.
1132
1133 2008-11-11 Teodor Zlatanov <tzz@lifelogs.com>
1134
1135 * nnrss.el (nnrss-make-hash-index): Debug message of full item.
1136
1137 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
1138
1139 * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
1140
1141 2008-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
1142
1143 * starttls.el (starttls-any-program-available): Rewritten so it doesn't
1144 require itself and to remove `with-no-warnings'.
1145
1146 2008-11-03 Teodor Zlatanov <tzz@lifelogs.com>
1147
1148 * starttls.el (starttls-any-program-available): Get the name of the
1149 available TLS layer program.
1150 (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
1151 well as the host name in the "opening" message.
1152
1153 * auth-source.el (auth-source-cache, auth-source-do-cache)
1154 (auth-source-user-or-password): Cache passwords and logins by default,
1155 allow override with `auth-source-do-cache'.
1156 (auth-source-forget-user-or-password): Allow users to remove cache
1157 entries if needed.
1158
1159 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
1160
1161 * ietf-drums.el (ietf-drums-remove-comments): Localize second
1162 condition-case to only the forward-sexp call.
1163
1164 2008-10-31 Teodor Zlatanov <tzz@lifelogs.com>
1165
1166 * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
1167 quotes contained. Make it more robust regardless by an extra
1168 condition-case wrapper.
1169
1170 2008-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
1171
1172 * nnml.el (nnml-request-expire-articles): Check if the function set to
1173 `nnmail-expiry-target' returns the symbol `delete'.
1174
1175 * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1176
1177 * nnmail.el (nnmail-expiry-target): Fix custom type.
1178
1179 2008-10-02 Glenn Morris <rgm@gnu.org>
1180
1181 * mm-util.el (mm-codepage-setup): Tweak codepage error.
1182 Silence compiler warning.
1183
1184 2008-09-30 Chong Yidong <cyd@stupidchicken.com>
1185
1186 * mml.el (mml-menu): Don't assume mml2015 is bound.
1187
1188 2008-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
1189
1190 * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
1191 exists.
1192
1193 2008-09-27 Glenn Morris <rgm@gnu.org>
1194
1195 * gnus-util.el (mail-header-remove-comments): Autoload it.
1196
1197 2008-09-27 Andreas Schwab <schwab@suse.de>
1198
1199 * gnus-util.el (gnus-split-references): Strip comments.
1200 (gnus-parent-id): Likewise.
1201
1202 2008-09-26 Reiner Steib <Reiner.Steib@gmx.de>
1203
1204 * message.el (message-confirm-send): Fix version.
1205
1206 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
1207
1208 * message.el (message-idna-to-ascii-rhs-1): Use
1209 mail-extract-address-components rather than mail-header-parse-addresses
1210 that is an alias by default to ietf-drums-parse-addresses that does not
1211 support non-ASCII names in headers' contents.
1212
1213 2008-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1214
1215 * message.el (message-confirm-send): Fixed variable documentation to
1216 avoid the "y/n" wording.
1217
1218 2008-09-25 Francis Litterio <flitterio@gmail.com> (tiny change)
1219
1220 * message.el (message-set-auto-save-file-name): Save to a different
1221 filename so multiple messages (especially drafts) can be recovered.
1222
1223 2008-09-24 Teodor Zlatanov <tzz@lifelogs.com>
1224
1225 * message.el (message-confirm-send): Add appropriate version.
1226
1227 2008-09-22 Teodor Zlatanov <tzz@lifelogs.com>
1228
1229 * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
1230 defvar.
1231
1232 2008-09-22 Daiki Ueno <ueno@unixuser.org>
1233
1234 * mm-view.el (mm-pkcs7-signed-magic): Use literals.
1235 (mm-pkcs7-enveloped-magic): Ditto.
1236
1237 2008-09-17 Simon Josefsson <simon@josefsson.org>
1238
1239 * sieve-manage.el (sieve-manage-is-string): Accept literals too.
1240 Reported by Arnt Gulbrandsen <arnt@oryx.com>.
1241
1242 2008-09-16 Teodor Zlatanov <tzz@lifelogs.com>
1243
1244 * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
1245 default, it's better.
1246
1247 2008-09-11 Teodor Zlatanov <tzz@lifelogs.com>
1248
1249 * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
1250 summary line gnus-number property and ignore them (with a warning
1251 message).
1252
1253 2008-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
1254
1255 * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
1256 macro caddr in the interactive form since it won't be expanded.
1257
1258 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1259
1260 * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
1261 `charset'; fix name of function called recursively.
1262 (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
1263
1264 2008-09-09 Katsumi Yamaoka <yamaoka@jpl.org>
1265
1266 * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
1267 (gnus-mime-set-charset-parameters): New function.
1268 (gnus-mime-view-part-as-charset): Use it to correctly display part
1269 specifying wrong charset.
1270
1271 2008-09-08 David Engster <dengste@eml.cc>
1272
1273 * nnmairix.el (nnmairix-create-server-and-default-group): Require match
1274 in completing-read for back end server.
1275
1276 2008-09-03 Teodor Zlatanov <tzz@lifelogs.com>
1277
1278 * message.el (message-confirm-send): New variable to confirm sending a
1279 message.
1280 (message-send): Use it.
1281
1282 2008-08-30 Teodor Zlatanov <tzz@lifelogs.com>
1283
1284 * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
1285
1286 2008-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
1287
1288 * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
1289
1290 2008-08-21 Teodor Zlatanov <tzz@lifelogs.com>
1291
1292 * gnus-registry.el (gnus-registry-max-track-groups): New variable to
1293 prevent tracking too many groups.
1294 (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
1295 Use it.
1296
1297 2008-08-11 Ralf Angeli <angeli@caeruleus.net>
1298
1299 * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
1300 moving point to the bottom of the window in order to avoid recentering.
1301
1302 2008-08-11 Katsumi Yamaoka <yamaoka@jpl.org>
1303
1304 * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
1305 (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
1306 (gnus-article-beginning-of-window): Fix calculation.
1307
1308 2008-08-08 Katsumi Yamaoka <yamaoka@jpl.org>
1309
1310 * gnus-msg.el (gnus-summary-supersede-article)
1311 (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
1312 value of gnus-newsgroup-charset to decode non-MIME encoded text in
1313 message header.
1314
1315 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1316
1317 * message.el:
1318 * gnus-start.el:
1319 * gnus-registry.el: Remove VMS support.
1320
1321 2008-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
1322
1323 * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
1324 macro.
1325 (rfc2104-hash): Use it.
1326
1327 2008-07-30 Reiner Steib <Reiner.Steib@gmx.de>
1328
1329 * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
1330 (gnus-summary-sort-by-most-recent-date): New commands.
1331 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
1332 and menu entries.
1333
1334 2008-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
1335
1336 * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
1337 don't redisplay article for raw contents; remove plural articles stuff.
1338
1339 * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
1340 prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
1341 on gnus-summary-save-article; display results properly.
1342
1343 2008-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
1344
1345 * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
1346
1347 2008-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
1348
1349 * gnus-art.el (gnus-summary-save-in-pipe): Consider
1350 gnus-save-all-headers.
1351
1352 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1353
1354 * gnus-util.el (ns-focus-frame): Remove declaration.
1355 (gnus-select-frame-set-input-focus): Undo previous change. Treat ns
1356 like x.
1357
1358 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1359
1360 * rfc2104.el (rfc2104-zero): Delete defconst.
1361 (rfc2104-hex-alist): Likewise.
1362 (rfc2104-hex-to-int): Delete func.
1363 (rfc2104-hexstring-to-bitstring): Likewise.
1364 (rfc2104-nybbles): New defconst.
1365 (rfc2104-hash): Rewrite for speed.
1366
1367 2008-07-16 Glenn Morris <rgm@gnu.org>
1368
1369 * gnus-util.el (ns-focus-frame): Declare for compiler.
1370
1371 2008-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
1372
1373 * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
1374 set as a group parameter.
1375 (gnus-summary-save-in-pipe): Work when it is called independently.
1376 (gnus-summary-pipe-to-muttprint): Don't modify
1377 gnus-summary-pipe-output-default-command.
1378
1379 2008-07-10 Stefan Monnier <monnier@iro.umontreal.ca>
1380
1381 * message.el (message-send-mail-with-sendmail):
1382 Display the error message.
1383
1384 2008-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
1385
1386 * gnus-art.el (gnus-default-article-saver):
1387 Add gnus-summary-save-in-pipe to choices.
1388 (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
1389 gnus-summary-pipe-output-default-command as the default command.
1390 (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
1391 instead of gnus-last-shell-command.
1392
1393 * gnus-sum.el (gnus-summary-pipe-output-default-command):
1394 New user option.
1395 (gnus-summary-muttprint-program): Mention the value will be changed.
1396 (gnus-summary-save-article): Force showing of all headers.
1397 (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
1398
1399 2008-07-01 Rupert Swarbrick <rswarbrick@googlemail.com> (tiny change)
1400
1401 * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
1402
1403 2008-07-02 Juanma Barranquero <lekktu@gmail.com>
1404
1405 * nnimap.el (nnimap-id):
1406 * sieve-manage.el (sieve-manage-open): Doc fixes.
1407
1408 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
1409
1410 * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
1411 if available.
1412
1413 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1414
1415 * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
1416
1417 * nnkiboze.el (nnkiboze-generate-group):
1418 Use explicit mm-disable-multibyte rather than mm-with-unibyte.
1419
1420 * nnmairix.el: Require CL.
1421
1422 2008-06-15 David Engster <dengste@eml.cc>
1423
1424 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
1425
1426 2008-06-14 Aidan Kehoe <kehoea@parhasard.net>
1427
1428 * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
1429 New macros that expand to an `aset'/`aref' call under Emacs, and to a
1430 runtime choice under XEmacs.
1431
1432 * gnus-sum.el (gnus-summary-set-display-table):
1433 Use `gnus-put-display-table', `gnus-get-display-table',
1434 `gnus-set-display-table' for the display table, instead of `aset'.
1435
1436 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
1437
1438 * nnmairix.el: Add autoloads.
1439
1440 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de>
1441
1442 * nnmairix.el (nnmairix-delete-recreate-group)
1443 (nnmairix-update-and-clear-marks): Fix error messages.
1444
1445 2008-06-14 David Engster <dengste@eml.cc>
1446
1447 * nnmairix.el: Upgrade to version 0.6.
1448 (nnmairix-group-toggle-propmarks-this-group)
1449 (nnmairix-group-toggle-readmarks-this-group)
1450 (nnmairix-group-delete-recreate-this-group)
1451 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
1452 (nnmairix-remove-tick-mark-original-article): New commands.
1453 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
1454 (nnmairix-propagate-marks-to-nnmairix-groups)
1455 (nnmairix-only-use-registry, nnmairix-allowfast-default)
1456 (nnmairix-marks-cache, nnmairix-version-output): New variables.
1457 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
1458 functions needed for marks propagation and manipulation of read marks.
1459 (nnmairix-update-groups): New function.
1460 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
1461 (nnmairix-determine-original-group-from-registry)
1462 (nnmairix-determine-original-group-from-path)
1463 (nnmairix-get-group-from-file-path, nnmairix-map-range)
1464 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
1465 New helper functions.
1466 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
1467 keystrokes for new commands.
1468 (nnmairix-delete-and-create-on-change): Doc string cleanup.
1469 (nnmairix-request-group): Check allow-fast group parameter.
1470 (nnmairix-request-create-group): Set allow-fast group parameter if
1471 nnmairix-allowfast-default is set.
1472 (nnmairix-close-group): Propagate marks upon closing if needed.
1473 (nnmairix-group-toggle-threads-this-group): Use new.
1474 nnmairix-group-toggle-parameter helper function.
1475 (nnmairix-search): Better check for empty search result.
1476 (nnmairix-goto-original-article): Use new helper functions for
1477 determining original article.
1478 (nnmairix-show-original-article): Make sure message-id is in brackets.
1479 (nnmairix-call-mairix-binary): Change variable name.
1480 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
1481 helper function.
1482 (nnmairix-widget-toggle-activate): Fix doc string.
1483
1484 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
1485
1486 * nnir.el: Require edmacro when compiling with XEmacs.
1487 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
1488 available in Emacs 21.
1489
1490 2008-06-11 Glenn Morris <rgm@gnu.org>
1491
1492 * gnus-util.el (x-focus-frame):
1493 * gnus.el (image-size):
1494 * mm-decode.el (image-size): Declare.
1495
1496 * gnus-picon.el (declare-function): Add compat definition.
1497 (image-size): Declare.
1498
1499 * gnus-group.el (tool-bar-map):
1500 * gnus-sum.el (tool-bar-map): Define for compiler.
1501
1502 * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
1503
1504 * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
1505
1506 * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
1507 * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
1508 * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
1509 * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
1510 * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
1511 * sieve-manage.el, spam-report.el, spam.el:
1512 Remove unnecessary eval-and-compile of autoloads.
1513
1514 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
1515
1516 * auth-source.el: Precise Tramp doc.
1517
1518 2008-06-07 Glenn Morris <rgm@gnu.org>
1519
1520 * nnmairix.el: Remove unnecessary eval-when-compile.
1521
1522 2008-06-06 Kai Großjohann <grossjohann@ls6.cs.uni-dortmund.de>
1523
1524 * nnir.el: New file.
1525
1526 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1527
1528 * gnus-util.el (gnus-read-shell-command): New function.
1529 * mm-decode.el (mm-pipe-part):
1530 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
1531
1532 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
1533
1534 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
1535
1536 2008-06-03 Glenn Morris <rgm@gnu.org>
1537
1538 * pop3.el (nnheader-accept-process-output): Autoload it.
1539
1540 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
1541
1542 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
1543 are not 2-digit hexadecimal characters that follow `%'s.
1544
1545 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
1546
1547 * message.el (message-bogus-recipient-p): Fix type in doc string.
1548 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
1549 (message-bogus-addresses): Rename from message-bogus-address-regexp.
1550 Improve custom options.
1551 (message-bogus-recipient-p): Adjust accordingly.
1552
1553 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
1554
1555 * nnmairix.el: Require edmacro when compiling with XEmacs.
1556
1557 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
1558
1559 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
1560 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
1561
1562 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
1563
1564 * auth-source.el: Add more docs.
1565
1566 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
1567
1568 * nnheader.el (nnheader-read-timeout): Change the default timeout from
1569 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
1570 retrieval faster in some cases, but might make CPU usage larger. If
1571 this has any bad side effects, we might revert this change.
1572
1573 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
1574 seems to make mail retrieval much, much faster.
1575 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
1576 unconditionally.
1577
1578 * gnus-draft.el (gnus-group-send-queue): Bind
1579 message-send-mail-partially-limit to nil to avoid being prompted.
1580
1581 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
1582
1583 * mml.el (mml-attach-buffer): Prompt for `disposition'.
1584
1585 * message.el (message-bogus-address-regexp): Fix and improve custom
1586 type.
1587 (message-setup-hook): Add message-check-recipients as custom option.
1588
1589 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
1590
1591 * message.el (message-cite-function): Remove bogus autoload which crept
1592 in during merge from v5-10.
1593
1594 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
1595
1596 * nnimap.el (nnimap-open-connection): Fix login/password bug.
1597
1598 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
1599
1600 * auth-source.el: Preliminary Tramp docs.
1601 (auth-sources): Change the default auth-sources to use
1602 EPA .gpg files.
1603
1604 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
1605
1606 * nntp.el: Autoload `auth-source-user-or-password'.
1607 (nntp-send-authinfo): Use it.
1608
1609 * nnimap.el: Autoload `auth-source-user-or-password'.
1610 (nnimap-open-connection): Use it.
1611
1612 * auth-source.el: Added docs on using with url-auth. Import gnus-util
1613 for the gnus-message function.
1614 (auth-source-user-or-password): Use it.
1615
1616 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
1619 rfc2104-hexstring-to-byte-list. Return a unibyte string.
1620 (rfc2104-hash): Use it.
1621
1622 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
1623
1624 * gnus-art.el (gnus-article-toggle-truncate-lines):
1625 Don't use `iff' in docstring.
1626
1627 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
1628
1629 * gnus-registry.el: Adjusted copyright dates and added a keyword.
1630
1631 * gnus-util.el (gnus-extract-address-component-name)
1632 (gnus-extract-address-component-email): Convenience functions around
1633 `gnus-extract-address-components'.
1634
1635 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1636 Use `gnus-extract-address-component-email' to fix bug of comparing full
1637 sender name to `user-mail-address'.
1638
1639 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
1640
1641 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
1642 catch/throw to optimize.
1643 (gnus-registry-find-keywords): Just use member to find a keyword.
1644
1645 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
1646
1647 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
1648 is current before calling gnus-server-prepare.
1649 (gnus-server-setup-buffer, gnus-server-update-server)
1650 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
1651
1652 2008-05-04 Juri Linkov <juri@jurta.org>
1653
1654 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
1655 (mailcap-file-default-commands): Use mailcap-replace-in-string
1656 instead of replace-regexp-in-string, and mailcap-delete-duplicates
1657 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
1658
1659 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
1660
1661 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
1662
1663 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
1664
1665 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
1666 hooks.
1667 (gnus-update-read-articles): Speed up non-marks-using users.
1668 (gnus-use-marks): Define gnus-use-marks.
1669 (gnus-propagate-marks): Rename variable to something more sensible.
1670
1671 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
1672
1673 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
1674 (gmm-image-load-path-for-library): Fix typos in docstrings.
1675 (gmm-message): Reflow docstring.
1676
1677 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
1678
1679 * mail-source.el (mail-source-set-1, mail-source-bind):
1680 Move auth-source code out of the macro to clean it up and fix bugs.
1681
1682 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
1683
1684 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
1685 by sender if it's equal to user-mail-address, it's likely to be
1686 useless.
1687
1688 * mail-source.el (mail-source-bind): Don't use user or password if they
1689 are not bound. Unintern them if they are nil. Don't use server unless
1690 it's bound, and default it to empty string otherwise.
1691
1692 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
1693
1694 * mail-source.el: Load auth-source.el.
1695 (mail-source-bind): Add comments. Call auth-source-user-or-password to
1696 get user name or password, if auth-sources is set up.
1697
1698 * gnus-registry.el (gnus-registry-split-strategy): New variable for
1699 strategy of splitting with parent.
1700 (gnus-registry-split-fancy-with-parent)
1701 (gnus-registry-post-process-groups): Use it and fix prior
1702 bug (returning a list as the split result).
1703
1704 * auth-source.el (auth-sources): Remove server parameter.
1705 (auth-source-pick, auth-source-user-or-password)
1706 (auth-source-user-or-password-imap)
1707 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1708 (auth-source-user-or-password-sftp)
1709 (auth-source-user-or-password-smtp): Remove server parameter.
1710
1711 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
1712
1713 * smime.el (smime-sign-region, smime-encrypt-region)
1714 (smime-decrypt-region):
1715 Remove redundant calls to `generate-new-buffer-name'.
1716
1717 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
1718
1719 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
1720 Don't use QP for message/rfc822.
1721 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
1722
1723 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
1724
1725 * sieve-manage.el (sieve-string-bytes): Remove.
1726 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
1727 correct byte-length only if the process's coding-system is the same as
1728 the one used internally by Emacs to represent strings.
1729
1730 2008-04-22 Juri Linkov <juri@jurta.org>
1731
1732 * mailcap.el (mailcap-file-default-commands): New function.
1733
1734 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
1735
1736 * message.el (message-signature-separator, message-cite-function):
1737 Change custom version.
1738
1739 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
1740
1741 * mm-decode.el (mm-display-external): Make temp file read-only.
1742
1743 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
1744
1745 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
1746 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
1747 `C-c C-f d'.
1748
1749 2008-04-12 Adrian Aichner <adrian@xemacs.org>
1750
1751 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
1752
1753 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
1754
1755 * auth-source.el: Added docs.
1756 (auth-sources): Modify format to support server.
1757 (auth-source-pick, auth-source-user-or-password)
1758 (auth-source-user-or-password-imap)
1759 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1760 (auth-source-user-or-password-sftp)
1761 (auth-source-user-or-password-smtp): Add server parameter.
1762
1763 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
1764
1765 * gnus-registry.el: Initialize the registry when gnus-registry-install
1766 is t.
1767
1768 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
1769
1770 * compface.el (uncompface): Make buffer unibyte.
1771
1772 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1773
1774 * mail-source.el (mail-source-value):
1775 Prefer fboundp to functionp so it works with macros as well.
1776
1777 2008-04-05 Glenn Morris <rgm@gnu.org>
1778
1779 * gnus-ems.el (mm-disable-multibyte): Autoload it.
1780
1781 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
1782
1783 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
1784 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
1785
1786 * nnheader.el (nnheader-init-server-buffer): Change buffer's
1787 multibyteness after rather than before erasing it.
1788
1789 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
1790 mm-with-multibyte.
1791 (gnus-request-article-this-buffer): Make sure the proper decoding is
1792 used if gnus-original-article-buffer happens to be unibyte.
1793
1794 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
1795 default-enable-multibyte-characters.
1796
1797 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
1798 default-enable-multibyte-characters.
1799
1800 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
1801
1802 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
1803
1804 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1807 Fix last change in case the element is not even a symbol.
1808
1809 2008-04-02 Simon Josefsson <simon@josefsson.org>
1810
1811 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
1812 imap-enable-exchange-bug-workaround.
1813 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
1814
1815 2008-04-01 Simon Josefsson <simon@josefsson.org>
1816
1817 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
1818 a 100 byte status-checks into a 2-3MB transfer for each group.
1819 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
1820 to enable bug workaround or not.
1821 (nnimap-find-minmax-uid): Only enable workaround conditionally.
1822
1823 2008-03-31 Glenn Morris <rgm@gnu.org>
1824
1825 * message.el (mml2015-use): Declare for compiler.
1826 (message-info): Require mml2015 when appropriate.
1827
1828 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
1829
1830 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
1831 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
1832 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
1833 (nntp-service-to-port): New function.
1834 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
1835 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
1836 (nntp-open-netcat-stream): New function.
1837 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
1838
1839 2008-03-29 Sven Joachim <svenjoac@gmx.de>
1840
1841 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
1842
1843 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
1844
1845 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
1846
1847 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
1848
1849 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
1850
1851 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
1852
1853 * message.el (message-signature-separator): Change default.
1854 Improve custom type.
1855 (message-cite-function): Change default to
1856 message-cite-original-without-signature.
1857
1858 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
1859 toggle.
1860
1861 * message.el (message-check-news-body-syntax): Fix signature check.
1862 (message-setup-1): Mark buffer as unmodified _after_ running
1863 message-setup-hook and handling message-alternative-emails.
1864 (message-shorten-references): Be more strict when building list of
1865 valid references to comply with GNKSA.
1866
1867 * gnus-group.el (gnus-read-ephemeral-bug-group)
1868 (gnus-read-ephemeral-debian-bug-group)
1869 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
1870
1871 * message.el (message-info): Don't use booleanp which isn't supported
1872 in Emacs 21 and XEmacs.
1873
1874 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
1875
1876 * gnus-group.el (gnus-gmane-group-download-format): Rename from
1877 gnus-group-gmane-group-download-format.
1878 (gnus-group-read-ephemeral-gmane-group): Rename from
1879 gnus-group-read-ephemeral-gmane-group.
1880 (gnus-read-ephemeral-gmane-group-url): Rename from
1881 gnus-group-read-ephemeral-gmane-group-url.
1882 (gnus-bug-group-download-format-alist): New variable.
1883 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
1884 (gnus-read-ephemeral-emacs-bug-group): New commands.
1885
1886 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
1887
1888 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
1889 (gnus-visible-headers): Improve custom type.
1890
1891 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
1892
1893 * mml.el (mml-menu): Add workarounds for XEmacs.
1894
1895 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
1896 X-Boundary header.
1897
1898 * message.el (message-simplify-recipients): Fix previous commit.
1899
1900 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
1901
1902 * mm-util.el (mm-set-buffer-multibyte): New function.
1903 * mm-decode.el (mm-copy-to-buffer): Use it.
1904
1905 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
1906 Prefer fboundp to functionp so it works with macros as well.
1907
1908 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
1909
1910 * message.el (message-alter-recipients-discard-bogus-full-name):
1911 New function.
1912 (message-alter-recipients-function): New variable.
1913 (message-get-reply-headers): Use it.
1914 (message-replace-header): New helper function.
1915 (message-recipients-without-full-name): New variable.
1916 (message-simplify-recipients): New command.
1917
1918 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
1919
1920 * message.el (message-info): Handle EasyPG manual.
1921
1922 * mml.el (mml-menu): Add entry for EasyPG.
1923
1924 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
1925
1926 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
1927 parameter.
1928
1929 * message.el (message-disassociate-draft): Specify drafts group name
1930 fully.
1931
1932 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
1933
1934 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
1935 unnecessary duplicates from the match list.
1936
1937 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
1938
1939 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
1940 args of `how-many' of which the XEmacs version doesn't take; declare
1941 Info-index-next as function.
1942
1943 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
1944
1945 * gnus-score.el (gnus-score-headers): Fix handling of
1946 gnus-inhibit-slow-scoring.
1947
1948 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
1949 string.
1950 (gnus-button-url-regexp): Improve handling of parenthesis.
1951 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
1952 (gnus-button-handle-info-keystrokes): Handle index entries.
1953
1954 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
1955
1956 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
1957 Incoming* files.
1958
1959 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
1960
1961 * auth-source.el (auth-sources): Renamed from auth-source-choices.
1962 (auth-source-pick): Use it.
1963
1964 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
1965
1966 * auth-source.el (auth-source-protocols)
1967 (auth-source-protocols-customize, auth-source-choices): Added and
1968 modified variable customizations and defaults.
1969 (auth-source-pick, auth-source-user-or-password)
1970 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
1971 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
1972 (auth-source-user-or-password-sftp)
1973 (auth-source-user-or-password-smtp): Use new variables and provide an
1974 interface to netrc.el.
1975
1976 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
1977
1978 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
1979 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
1980 Make sure the nntp port to specify is a string.
1981
1982 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * nntp.el: Use with-current-buffer.
1985 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
1986 dubious mm-with-unibyte-current-buffer.
1987 (nntp-with-open-group-function): New function extracted from
1988 nntp-with-open-group macro.
1989 (nntp-with-open-group): Use the function, so it's easier to debug.
1990 Add indentation and debugging info.
1991 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
1992 the use of the netcat alternatives.
1993
1994 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
1995 Avoid mm-string-as-multibyte as well.
1996
1997 * nnweb.el (nnweb-insert-html):
1998 Remove use of nnheader-string-as-multibyte.
1999
2000 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
2001 (nnheader-string-as-multibyte): Remove.
2002
2003 * mm-view.el: Use inhibit-read-only.
2004 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
2005 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
2006 or unibyte-string.
2007
2008 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
2009 (mm-uu-yenc-extract): Use with-current-buffer.
2010
2011 * gnus-soup.el (gnus-soup-send-packet): Don't use
2012 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
2013
2014 * nnmh.el: Use with-current-buffer.
2015 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
2016 mm-string-as-multibyte on the output of mm-encode-coding-string.
2017
2018 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
2019 (nnimap-request-move-article): Use with-current-buffer.
2020
2021 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
2022 inserting the handle-buffer's text, so the implicit multibyte->unibyte
2023 conversion uses string-make-unibyte rather than string-as-unibyte.
2024
2025 * gnus-msg.el: Use with-current-buffer.
2026
2027 * message.el (message-ignored-resent-headers): Add "Delivered-To".
2028
2029 2008-03-10 Daiki Ueno <ueno@unixuser.org>
2030
2031 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
2032 string for caching if it is 'PIN.
2033
2034 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
2035
2036 * mail-source.el (mail-source-delete-old-incoming-confirm):
2037 Change default to nil.
2038 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
2039
2040 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
2041
2042 * gnus-art.el (gnus-narrow-to-page): Position point properly.
2043 (gnus-article-goto-prev-page): Work for articles having ^L's.
2044
2045 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
2046
2047 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
2048
2049 2008-03-07 Karl Fogel <kfogel@red-bean.com>
2050
2051 * gnus-bookmark.el: Adjust for renames in bookmark.el.
2052 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
2053 (gnus-bookmark-jump): Adjust some variable names.
2054
2055 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
2056
2057 * auth-source.el: New package.
2058 (auth-source-choices): Add customization entry point variable.
2059
2060 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
2061 bug.
2062
2063 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
2064
2065 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
2066 (gnus-registry-initialize, gnus-registry-install-p): Use it.
2067 (gnus-registry-install-shortcuts): Rename from
2068 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
2069 the `gnus-registry-mark-map' keymap dynamically from
2070 `gnus-registry-marks'. The generated functions update the summary line
2071 when a registry mark is added or deleted, and will call
2072 `gnus-registry-install-p' (see the comments in the code).
2073 (gnus-registry-user-format-function-M): Use concat intelligently.
2074
2075 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
2076 the registry mark functions.
2077
2078 2008-03-05 Glenn Morris <rgm@gnu.org>
2079
2080 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
2081 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
2082 gnus-art.
2083 (top-level): No need to load own source when compiling.
2084
2085 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
2086
2087 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
2088 Suggested by <chris.anderton@zetnet.co.uk>.
2089
2090 2008-03-04 Glenn Morris <rgm@gnu.org>
2091
2092 * gnus-sum.el (top-level): No need to require gnus when compiling,
2093 since unconditionally required near start of file.
2094 (gnus-summary-display-while-building): Move definition before use.
2095
2096 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
2097
2098 * gnus-registry.el (gnus-registry-user-format-function-M): Add
2099 formatting function.
2100
2101 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
2102
2103 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
2104 with plists.
2105 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
2106 Use new format.
2107
2108 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
2109
2110 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
2111 `where-is-internal' that returns a range of key sequences.
2112
2113 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2114
2115 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
2116
2117 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
2118 (gnus-summary-jump-to-group): Consider windows on other displayed
2119 frames as well. Similar changes might be needed elsewhere, but that's
2120 the one I've bumped into during my use.
2121
2122 * nndoc.el (nndoc-oe-dbx-type-p):
2123 * gnus-msg.el (gnus-debug):
2124 * gnus-group.el (gnus-update-group-mark-positions):
2125 Use mm-string-to-multibyte.
2126
2127 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
2128
2129 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
2130 doesn't handle NotDashEscaped.
2131
2132 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
2133 (mml-dnd-attach-options): Fix typo in custom choice.
2134
2135 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
2136 nndoc-article-type to mbox.
2137 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
2138
2139 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
2140 to nil, instead of html2text.
2141
2142 * imap.el (imap-debug): Add `imap-ping-server'.
2143
2144 * gnus-bookmark.el: Add FIXMEs.
2145
2146 * message.el (message-form-letter-separator)
2147 (message-send-form-letter-delay): New variables.
2148 (message-send-form-letter): Use them. New command to send form
2149 letters. Requested by Uwe Siart.
2150 (message-send-mail-function): Doc fix. Add "Other" custom option.
2151
2152 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
2153
2154 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
2155 empty author.
2156
2157 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
2158
2159 * gnus-registry.el (gnus-registry-marks): Add variable for
2160 customization of marks and their appearance.
2161 (gnus-registry-read-mark): Use it.
2162 (gnus-registry-do-marks): Add utility function to loop through
2163 `gnus-registry-marks'.
2164 (gnus-registry-install-shortcuts-and-menus): Add function to install
2165 shortcuts and menus.
2166 (gnus-registry-initialize): Use it.
2167 (gnus-registry-default-mark): Clarify documentation.
2168
2169 2008-02-29 Glenn Morris <rgm@gnu.org>
2170
2171 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
2172 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
2173 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
2174 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
2175 Change defcustom :version from 23.0 to 23.1.
2176
2177 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
2178
2179 * gnus-registry.el (gnus-registry-follow-group-p)
2180 (gnus-registry-post-process-groups): Add functions to aid registry
2181 splitting and improve logging. Clarify behavior in function
2182 documentation.
2183 (gnus-registry-split-fancy-with-parent): Use them.
2184
2185 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2186
2187 * gnus-art.el: Use with-current-buffer.
2188
2189 2008-02-27 David Engster <dengste@eml.cc>
2190
2191 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
2192 Express real group name in the response.
2193
2194 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2195
2196 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
2197 (nnmairix-last-server, nnmairix-current-server): Defvar them.
2198 (nnmairix-goto-original-article): Defvar gnus-registry-install and
2199 autoload gnus-registry-fetch-group when compiling.
2200 (nnmairix-request-group-with-article-number-correction): Remove
2201 unreferenced argument passed to nnmairix-call-backend.
2202
2203 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
2204
2205 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
2206 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
2207 Wilde.
2208
2209 2008-02-27 Glenn Morris <rgm@gnu.org>
2210
2211 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
2212 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
2213 variables to defconsts. Convert comments to doc-strings.
2214 (nnmairix-last-server, nnmairix-current-server): Convert from free
2215 variables to defvars. Convert comments to doc-strings.
2216 (gnus-registry-fetch-group): Autoload.
2217 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
2218 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
2219 (nnmairix-widget-build-editable-fields): Use car cddr rather than
2220 caddr.
2221 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
2222 nnmairix-request-group-with-article-number-correction call.
2223 (nnmairix-fast, nnmairix-group): New, less general names, for free
2224 variables passed from nnmairix-request-group to
2225 nnmairix-request-group-with-article-number-correction. Declare.
2226 (nnmairix-request-group-with-article-number-correction):
2227 Use nnmairix-fast, nnmairix-group rather than fast, group.
2228
2229 2008-02-26 David Engster <dengste@eml.cc>
2230
2231 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
2232 version 0.5.
2233
2234 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
2235
2236 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
2237 instead of making an extra function call. Don't add the current group
2238 to articles only when they have the group. Use
2239 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
2240 Reported by David <de_bb@arcor.de>.
2241
2242 2008-02-24 Miles Bader <miles@gnu.org>
2243
2244 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
2245 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
2246 (mm-find-mime-charset-region):
2247 * mm-bodies.el (mm-encode-body):
2248 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
2249
2250 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
2251
2252 * mail-source.el (mail-source-delete-incoming): Change default.
2253 Supplement doc string.
2254
2255 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
2256
2257 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
2258
2259 * nnmail.el (nnmail-message-id-cache-file): Derive from
2260 `gnus-home-directory'.
2261
2262 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
2263
2264 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
2265 Document negative prefix.
2266
2267 * gnus-group.el (gnus-group-read-group): Document negative prefix.
2268
2269 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2270
2271 * message.el (message-unsent-separator): Add the Exim bounce
2272 separator.
2273
2274 2008-02-10 Daiki Ueno <ueno@unixuser.org>
2275
2276 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
2277 list.
2278 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
2279 recipient/signer list.
2280
2281 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
2282
2283 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
2284 fbound (Emacs 23 unicode), signal an error.
2285
2286 2008-02-08 Glenn Morris <rgm@gnu.org>
2287
2288 * gnus-art.el (pgg-display-output-buffer): Declare as function.
2289
2290 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
2291
2292 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
2293 ports to the calls to `netrc-machine-user-or-password' in addition to
2294 "imap" and "imaps".
2295
2296 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
2297
2298 * gnus.el (gnus-group-startup-message): Add `find-image' call before
2299 image-load-path is let-bound. Reported by Harald Hanche-Olsen
2300 <hanche@math.ntnu.no>.
2301
2302 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
2303
2304 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
2305
2306 2008-02-01 Zhang Wei <id.brep@gmail.com>
2307
2308 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
2309
2310 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
2311
2312 2008-02-01 Miles Bader <miles@gnu.org>
2313
2314 * mml.el (mml-parse-1): Remove apparently vestigial use of
2315 `mm-hack-charsets'.
2316 * mm-bodies.el (mm-encode-body): Likewise.
2317
2318 2008-02-01 Kenichi Handa <handa@m17n.org>
2319
2320 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
2321 rfc2104-hexstring-to-bitstring and changed to return a byte list.
2322 (rfc2104-hash): Convert the result of concat to unibyte string.
2323
2324 2008-02-01 Dave Love <fx@gnu.org>
2325
2326 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
2327 coding-system-for-read.
2328 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
2329
2330 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
2331 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
2332 (mm-find-mime-charset-region): Remove hack-charsets stuff.
2333
2334 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
2335
2336 * mail-source.el (mail-sources): Add `group' choice.
2337
2338 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
2339 parameter `in-group' to control into which group the articles go.
2340 Add treatment of `group' mail-source.
2341
2342 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2343
2344 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
2345 * message.el (message-beginning-of-line): Use featurep instead of bound
2346 tests in order to resolve conditionals at compile time.
2347
2348 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
2349
2350 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
2351
2352 * mm-decode.el (mm-dissect-buffer): Decode description.
2353
2354 * mml.el (mml-to-mime): Encode message header first.
2355
2356 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
2357
2358 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
2359 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
2360
2361 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
2362
2363 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
2364
2365 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
2366
2367 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
2368 prefix keys.
2369 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
2370 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
2371 gnus-xmas.el.
2372
2373 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
2374
2375 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
2376 Add new variables for article mark management.
2377 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
2378 list of extra data entries which, when present, will indicate that the
2379 article ID should not be trimmed from the registry.
2380 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
2381 functions.
2382 (gnus-registry-read-mark): New function to read a mark name from the
2383 user.
2384 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
2385 (gnus-registry-set-article-mark-internal): New functions to add and
2386 remove marks.
2387 (gnus-registry-get-article-marks): New function to show the marks for
2388 an article, or retrieve them for further use.
2389
2390 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
2391
2392 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
2393 keys when no argument is given.
2394
2395 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
2396
2397 * gnus-sum.el (gnus-article-sort-by-random)
2398 (gnus-thread-sort-by-random): Fix doc strings. Reported by
2399 jidanni@jidanni.org.
2400
2401 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
2402
2403 * gnus-art.el (gnus-article-describe-bindings): New function.
2404 (gnus-article-read-summary-keys): Use it.
2405 (gnus-article-mode-map): Bind `C-h b' to it.
2406
2407 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
2408
2409 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
2410 XEmacs.
2411 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
2412 against non-character events.
2413
2414 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2415
2416 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
2417 command.
2418 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
2419 instead of END. Change name of the temp file.
2420 (gnus-group-gmane-group-download-format): Add doc string. Make it
2421 customizable.
2422
2423 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
2424
2425 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
2426 bind `S W' to gnus-article-wide-reply-with-original; set default
2427 binding to gnus-article-read-summary-send-keys.
2428 (gnus-article-read-summary-keys): Fix the order of keys; display
2429 continuation keys correctly in the echo area; describe bindings
2430 correctly when keys end with `C-h'.
2431 (gnus-article-read-summary-send-keys): New function.
2432 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
2433 for gnus-article-read-summary-send-keys; display continuation keys
2434 correctly in the echo area.
2435 (gnus-article-reply-with-original): Ignore prefix argument.
2436 (gnus-article-wide-reply-with-original): New function.
2437
2438 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
2439
2440 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
2441 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
2442
2443 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
2444
2445 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
2446 (gnus-group-read-ephemeral-gmane-group): New command.
2447
2448 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
2449
2450 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
2451
2452 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
2453
2454 * message.el (message-send-mail-function): Increase custom version.
2455
2456 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
2457 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
2458
2459 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
2460
2461 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
2462 html parts correctly; support forwarded messages.
2463 (gnus-article-browse-html-article): Remove work buffers.
2464
2465 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
2466 compiling.
2467 (netrc-bound-and-true-p): New macro.
2468 (netrc-parse): Use it instead of bound-and-true-p that is not available
2469 in XEmacs 21.4.
2470
2471 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
2472
2473 * gnus-registry.el (gnus-registry-mark-article)
2474 (gnus-registry-article-marks): Add functionality to mark articles
2475 through the Gnus registry.
2476
2477 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
2478 (netrc-parse): Use encrypt-file-alist to determine if
2479 encrypt-find-model or encrypt-insert-file-contents should be used.
2480
2481 2007-12-19 Glenn Morris <rgm@gnu.org>
2482
2483 * mml.el (message-options-set, message-narrow-to-head)
2484 (message-in-body-p, message-mail-p, message-encode-message-body):
2485 Autoload.
2486 (message-remove-header, message-narrow-to-headers-or-head)
2487 (message-subscribed-p, message-make-mail-followup-to)
2488 (message-position-on-field, message-news-p)
2489 (message-options-set-recipient, message-generate-headers)
2490 (message-sort-headers): Declare as functions.
2491
2492 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
2493
2494 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
2495 convention in doc string.
2496
2497 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
2498
2499 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
2500 title to html parts.
2501 (gnus-article-browse-html-article): Pass message header to it.
2502
2503 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
2504
2505 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
2506
2507 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
2508 or password compatible with XEmacs.
2509
2510 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
2511
2512 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
2513 format document.
2514 (gnus-mime-delete-part): Don't write description line if empty.
2515 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
2516
2517 2007-12-14 Johan Bockgård <bojohan@gnu.org>
2518
2519 * gnus-sum.el (gnus-summary-mark-unread-as-read)
2520 (gnus-summary-mark-read-and-unread-as-read)
2521 (gnus-summary-mark-current-read-and-unread-as-read)
2522 (gnus-summary-mark-unread-as-ticked): Doc fix.
2523 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
2524
2525 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
2526
2527 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
2528 Christoph Conrad <christoph.conrad@gmx.de>.
2529
2530 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
2531
2532 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
2533 yes-or-no-p.
2534
2535 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
2536
2537 * mm-decode.el (mm-add-meta-html-tag): New function.
2538 (mm-save-part-to-file, mm-pipe-part): Use it.
2539
2540 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
2541 gnus-y-or-n-p instead of y-or-n-p.
2542 (gnus-article-browse-html-parts): Work with message/external-body; use
2543 mm-add-meta-html-tag.
2544
2545 2007-12-11 Glenn Morris <rgm@gnu.org>
2546
2547 * gnus-cache.el: Require gnus-sum not just when compiling.
2548
2549 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
2550
2551 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
2552 definitions before use.
2553
2554 * mm-decode.el: Require gnus-util.
2555 (mm-remove-part): Only call delete-annotation on XEmacs.
2556
2557 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
2558
2559 * nnmail.el: Require gnus-int.
2560
2561 * spam.el: Move `require's before `eval-when-compile's.
2562
2563 * gnus-ems.el (gnus-alive-p):
2564 * gnus-fun.el (message-goto-eoh):
2565 * gnus-util.el (gnus-group-name-decode):
2566 * mail-source.el (gnus-compress-sequence):
2567 * message.el (Info-goto-node, format-spec):
2568 * mm-bodies.el (message-options-get):
2569 * mm-decode.el (mm-view-pkcs7):
2570 * mm-util.el (gmm-write-region):
2571 * mml-smime.el (mml-compute-boundary)
2572 (gnus-completing-read-with-default):
2573 * mml.el (widget-button-press, gnus-make-hashtable):
2574 * mml1991.el (mm-decode-content-transfer-encoding)
2575 (mm-encode-content-transfer-encoding)
2576 (message-options-get, message-options-set):
2577 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
2578 * nnfolder.el (gnus-request-group):
2579 * nnheader.el (ietf-drums-unfold-fws):
2580 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
2581 * smime.el (gnus-run-mode-hooks):
2582 * spam-stat.el (gnus-message): Autoload.
2583
2584 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
2585 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
2586 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
2587 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
2588 Add declare-function compatibility definition.
2589
2590 * gnus-cache.el (nnvirtual-find-group-art):
2591 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
2592 (gnus-add-image, gnus-add-wash-type):
2593 * gnus-group.el (nnkiboze-score-file):
2594 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
2595 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
2596 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
2597 (message-tokenize-header, gnus-get-buffer-create)
2598 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
2599 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
2600 * gnus.el (gnus-group-decoded-name):
2601 * mail-source.el (imap-capability):
2602 * mm-bodies.el (message-options-set):
2603 * mm-decode.el (gnus-configure-windows):
2604 * mm-extern.el (message-goto-body):
2605 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
2606 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
2607 (epg-sub-key-validity, message-options-set):
2608 * mml.el (widget-event-point, gnus-configure-windows):
2609 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
2610 * mml2015.el (epg-check-configuration, epg-configuration)
2611 (message-options-set):
2612 * nndb.el (nndb-request-article):
2613 * nnfolder.el (gnus-request-create-group):
2614 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
2615 * nnmaildir.el (gnus-group-mark-article-read):
2616 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
2617 * rfc1843.el (message-fetch-field):
2618 * spam.el (gnus-extract-address-components):
2619 Declare as functions.
2620
2621 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
2622
2623 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
2624
2625 2007-12-09 Glenn Morris <rgm@gnu.org>
2626
2627 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
2628
2629 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
2630 * message.el, mm-view.el, sieve-manage.el, smime.el:
2631 Add declare-function compatibility definition.
2632
2633 * gnus-art.el (w3-region, w3m-region, Info-menu):
2634 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
2635 * gnus-sum.el (gnus-get-predicate):
2636 * gnus-util.el (mm-append-to-file, w32-focus-frame):
2637 * message.el (mail-abbrev-in-expansion-header-p):
2638 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
2639 (w3m-detect-meta-charset, w3m-region):
2640 * sieve-manage.el (password-read, password-cache-add)
2641 (password-cache-remove):
2642 * smime.el (password-read-and-add): Declare as functions.
2643
2644 2007-12-08 David Kastrup <dak@gnu.org>
2645
2646 * gnus-sum.el (gnus-summary-simplify-subject-query):
2647 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
2648 `message'.
2649
2650 2007-12-07 Glenn Morris <rgm@gnu.org>
2651
2652 * gnus-art.el (article-make-date-line): Revert previous change.
2653
2654 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
2655
2656 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
2657
2658 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
2659
2660 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
2661 Call gnus-add-to-range ranges only once with a prepared article-list.
2662
2663 2007-12-06 Paul Jarc <prj@po.cwru.edu>
2664
2665 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
2666 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
2667 group names with backslashes. Reported by Tassilo Horn
2668 <tassilo@member.fsf.org>.
2669
2670 2007-12-06 Deepak Goel <deego3@gmail.com>
2671
2672 * gnus-art.el (article-make-date-line):
2673 * gnus-start.el (gnus-load):
2674 * pop3.el (pop3-read-response): Fix buggy call to `error'.
2675
2676 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2677
2678 * gnus-art.el (gnus-use-idna)
2679 * gnus-start.el (gnus-site-init-file)
2680 * message.el (message-use-idna)
2681 * mm-uu.el (mm-uu-hide-markers)
2682 * smiley.el (smiley-style): Revert changes that suppress warnings.
2683
2684 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2685
2686 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
2687 specify charset to html source. Reported by Christoph Conrad
2688 <christoph.conrad@gmx.de>.
2689
2690 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
2691
2692 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
2693 idna-program in order to suppress byte compile warning issued by XEmacs
2694 that came to byte compile the default value section of defcustom forms
2695 recently.
2696
2697 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
2698 value of installation-directory.
2699
2700 * message.el (message-use-idna): Don't directly refer to the value of
2701 idna-program.
2702
2703 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
2704
2705 * smiley.el (smiley-style): Don't directly call face-attribute.
2706
2707 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
2708
2709 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
2710
2711 * gnus-dired.el: Reduce Gnus dependencies.
2712 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
2713 require. Use autoloads instead.
2714 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
2715 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
2716 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
2717 (gnus-dired-mode): Adjust doc string.
2718 (gnus-dired-mail-mode): New variable.
2719 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
2720 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
2721 (gnus-dired-mail-buffers): New function. Return mail or message
2722 composition buffers.
2723 (gnus-dired-attach): Use it.
2724 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
2725 NO-DECODE.
2726 (gnus-dired-print): Use `gnus-print-buffer' depending on
2727 `gnus-dired-mail-mode'.
2728
2729 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2730
2731 * rfc2047.el (rfc2047-encoded-word-regexp)
2732 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
2733 explaining what regexp patterns are for.
2734
2735 2007-12-04 Glenn Morris <rgm@gnu.org>
2736
2737 * password.el: Move to ../password-cache.el.
2738
2739 * mml1991.el (password-read, password-cache-add, password-cache-remove):
2740 * mml2015.el (password-read, password-cache-add, password-cache-remove):
2741 * mml-smime.el (password-read, password-cache-add)
2742 (password-cache-remove):
2743 No need to autoload, since mml-sec requires password.
2744
2745 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
2746 * message.el (gnus-extract-address-components):
2747 * mml-smime.el (gnus-extract-address-components): Define for compiler.
2748
2749 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
2750 password.
2751
2752 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
2753
2754 * mailcap.el: Reduce dependencies.
2755 (mail-header-parse-content-type): Autoload.
2756 (mailcap-delete-duplicates): New alias.
2757 (mailcap-mime-info): Add optional argument NO-DECODE.
2758 (mailcap-mime-types): Use mailcap-delete-duplicates.
2759
2760 * message.el (message-ignored-supersedes-headers): Add "X-ID".
2761
2762 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2763
2764 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
2765 function.
2766
2767 * gnus-uu.el (gnus-uu-decode-yenc): New command.
2768 (gnus-uu-yenc-article): New function.
2769
2770 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
2771
2772 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
2773 buffer.
2774
2775 2007-12-02 Glenn Morris <rgm@gnu.org>
2776
2777 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
2778 Move to ../net.
2779
2780 * binhex.el, uudecode.el: Move to ../mail.
2781
2782 * encrypt.el: Remove file.
2783
2784 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
2785
2786 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
2787 matches on patches.
2788
2789 * gnus-art.el (gnus-article-browse-html-article): Mention
2790 `mm-text-html-renderer' in the doc string.
2791
2792 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
2793 string. Add comments.
2794
2795 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
2796 if rhs is ASCII.
2797
2798 2007-12-01 Glenn Morris <rgm@gnu.org>
2799
2800 * dig.el, dns.el: Move to ../net.
2801 * format-spec.el, hex-util.el, sha1.el: Move to ../.
2802
2803 * mail-source.el (top-level): Require format-spec before
2804 eval-when-compile.
2805
2806 2007-11-30 Glenn Morris <rgm@gnu.org>
2807
2808 * encrypt.el: Require password, rather than autoloading password-read.
2809
2810 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
2811
2812 * gnus.el (gnus-method-to-server): Add an optional parameter so the
2813 caller can indicate whether the cache should be disregarded for this
2814 call. This way the result of the call is reproducible at all times and
2815 can be considered a canonical server name for the supplied method.
2816 (gnus-agent-method-p): Canonicalize server names by pushing their
2817 method through `gnus-method-to-server' using the no-cache argument.
2818
2819 * gnus-srvr.el (gnus-server-insert-server-line): Call
2820 `gnus-method-to-server' with `no-cache' argument.
2821
2822 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
2823 gnus-agent-possibly-synchronize-flags as this should be called when the
2824 server is actually being opened.
2825 (gnus-agent-possibly-synchronize-flags)
2826 (gnus-agent-possibly-synchronize-flags-server): Move check for the
2827 flags file of an agentized server to the latter function.
2828
2829 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
2830 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
2831 after a connection has been established successfully.
2832
2833 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
2834
2835 * gnus-art.el (article-display-face): Force to display face if called
2836 interactively; check if gnus-article-x-face-too-ugly matches author.
2837 (article-display-x-face): Display face even if From header is missing
2838 as article-display-face does.
2839
2840 2007-11-28 Richard Stallman <rms@gnu.org>
2841
2842 * md4.el: Move to ../.
2843 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
2844
2845 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
2846
2847 * mail-source.el (mail-sources): Default to fetch from file for
2848 compatibility with default of nnmail-spool-file.
2849
2850 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
2851
2852 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
2853 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
2854 to look for encoded word that should be encoded again.
2855 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
2856 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
2857 encoding pattern.
2858 (rfc2047-decode-region): Switch strict regexp and loose one according
2859 to rfc2047-allow-irregular-q-encoded-words.
2860
2861 2007-11-26 Simon Josefsson <simon@josefsson.org>
2862
2863 * imap.el: Move to ../net directory.
2864
2865 2007-11-25 Romain Francoise <romain@orebokech.com>
2866
2867 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
2868
2869 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
2870
2871 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
2872 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
2873
2874 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
2875 `nnmail-spool-file'.
2876
2877 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
2878 `nnmail-spool-file'.
2879
2880 * gnus-move.el (gnus-change-server): Ditto.
2881
2882 * gnus-kill.el (gnus-batch-score): Ditto.
2883
2884 * gnus-cache.el (gnus-jog-cache): Ditto.
2885
2886 * gnus-msg.el (gnus-summary-reply):
2887 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
2888
2889 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
2890
2891 * gnus-cache.el (gnus-cache-generate-nov-databases):
2892 Use nnml-generate-nov-databases-directory instead of
2893 nnml-generate-nov-databases-1.
2894
2895 2007-11-24 Glenn Morris <rgm@gnu.org>
2896
2897 * message.el (message-tool-bar-retro): Update for rename
2898 mail_send.xpm->mail-send.xpm.
2899
2900 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2901
2902 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2903 `smime-ldap-search' for Emacs 22 and up.
2904
2905 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
2906
2907 * hashcash.el: Move to ../mail directory.
2908
2909 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
2910
2911 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
2912 `smime-ldap-search' for Emacs 22 and up.
2913
2914 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2915
2916 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
2917
2918 * message.el (message-send-mail-function): Fix error convention.
2919 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
2920 (message-widen-reply, message-send-mail, message-talkative-question)
2921 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
2922 (message-clone-locals, message-send-news): Use with-current-buffer.
2923 (message-insert-or-toggle-importance): Remove unused var `valid'.
2924 (message-make-references): Remove unused var `new-references'.
2925 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
2926
2927 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
2928
2929 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
2930 (spam-split-symbolic-return-positive): Reflow docstring.
2931 (spam-backends, spam-summary-exit-behavior)
2932 (spam-mark-ham-unread-before-move-from-spam-group)
2933 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
2934 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
2935 (spam-clear-cache, spam-backend-check, spam-install-backend)
2936 (spam-install-statistical-backend, spam-list-of-processors)
2937 (spam-group-processor-p, spam-split, spam-bogofilter-score)
2938 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
2939 (spam-check-crm114, spam-initialize, spam-unload-hook):
2940 Fix typos in docstrings.
2941
2942 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2943
2944 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
2945 been checked if they have never been read and those group levels are
2946 higher than the one that a user specified.
2947
2948 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
2949
2950 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
2951 foreign groups unless a group level is specified by a user.
2952 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
2953
2954 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
2955
2956 * message.el (message-send-mail-function): Require sendmail.
2957
2958 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
2959
2960 * message.el (message-send-mail-function): Check for smtpmail too.
2961
2962 * utf7.el (utf7-encode, utf7-decode): Use coding system
2963 `utf-7'/`utf-7-imap' from utf-7.el' if available.
2964
2965 * message.el (message-send-mail-function): New function.
2966 (message-send-mail-function): Set default using
2967 message-send-mail-function. Adjust doc string.
2968 (message-send-mail-with-mailclient): New function.
2969
2970 2007-11-17 Richard Stallman <rms@gnu.org>
2971
2972 * assistant.el: Remove file.
2973
2974 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
2975
2976 * smime.el (from):
2977 * rfc2047.el (message-posting-charset):
2978 * qp.el (mm-use-ultra-safe-encoding):
2979 * pop3.el (parse-time-months):
2980 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
2981 * nnml.el (files):
2982 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
2983 (jka-compr-compression-info-list, ange-ftp-path-format)
2984 (efs-path-regexp):
2985 * nndiary.el (files):
2986 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
2987 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
2988 (epg-digest-algorithm-alist, inhibit-redisplay)
2989 (password-cache-expiry):
2990 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
2991 (pgg-output-buffer, password-cache-expiry):
2992 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
2993 (efs-path-regexp):
2994 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
2995 (inhibit-redisplay):
2996 * mm-uu.el (file-name, start-point, end-point, entry)
2997 (gnus-newsgroup-name, gnus-newsgroup-charset):
2998 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
2999 (latin-unity-ucs-list):
3000 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
3001 (mm-uu-binhex-decode-function):
3002 * message.el (gnus-message-group-art, gnus-list-identifiers)
3003 (rmail-enable-mime-composing, gnus-local-organization)
3004 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
3005 (gnus-read-active-file, facemenu-add-face-function)
3006 (facemenu-remove-face-function, gnus-article-decoded-p)
3007 (tool-bar-mode):
3008 * mail-source.el (display-time-mail-function):
3009 * gnus-util.el (nnmail-pathname-coding-system)
3010 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
3011 (gnus-original-article-buffer, gnus-user-agent)
3012 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
3013 (xemacs-codename, sxemacs-codename, emacs-program-version):
3014 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
3015 * gnus-start.el (gnus-agent-covered-methods)
3016 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
3017 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
3018 (gnus-newsgroup-headers, gnus-group-list-mode)
3019 (gnus-group-mark-positions, gnus-newsgroup-data)
3020 (gnus-newsgroup-unreads, nnoo-state-alist)
3021 (gnus-current-select-method, mail-sources)
3022 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
3023 (nnmail-spool-file, gnus-cache-active-hashtb):
3024 * gnus-mh.el (mh-lib-progs):
3025 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
3026 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
3027 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
3028 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
3029 (gnus-group-buffer):
3030 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
3031 (font-lock-set-defaults):
3032 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
3033 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
3034 (gnus-summary-post-menu, total-parts, type, condition, length):
3035 * gnus-agent.el (gnus-agent-read-agentview):
3036 * flow-fill.el (show-trailing-whitespace):
3037 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
3038 eval-and-compile wrappers for byte compiler pacifiers.
3039
3040 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
3041 (mm-display-inline-fontify): Check for featurep 'xemacs not
3042 extent-list.
3043
3044 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
3045 itimer-list.
3046 (mm-create-image-xemacs): Only do something for XEmacs.
3047 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
3048
3049 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
3050
3051 * gnus-registry.el (gnus-adaptive-word-syntax-table):
3052 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
3053
3054 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
3055
3056 * nnimap.el (nnimap-split-download-body):
3057 * gnus-demon.el (gnus-demon):
3058 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
3059
3060 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
3061
3062 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
3063 macros.
3064 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
3065 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
3066 copy data from unibyte buffer to multibyte current buffer.
3067 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
3068 to copy data from unibyte current buffer to multibyte buffer.
3069 (nntp-make-process-buffer): Make process buffer unibyte.
3070
3071 * pop3.el (pop3-open-server): Fix typo in Lisp code.
3072
3073 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
3074
3075 * pop3.el (pop3-open-server): Accept and process data more robustly at
3076 connexion start to avoid spurious "POP SSL connexion failed" errors.
3077
3078 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3079
3080 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
3081 read group names.
3082
3083 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
3084
3085 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
3086
3087 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
3088
3089 * nnmail.el (nnmail-parse-active): Make group names unibyte.
3090 (nnmail-save-active): Use a unibyte buffer when saving active file,
3091 which may contain non-ASCII group names.
3092
3093 * nnml.el (nnml-request-group): Decode group names in messages.
3094
3095 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
3096
3097 * message.el (message-citation-line-function)
3098 (message-insert-formatted-citation-line): Fix spelling of
3099 `message-insert-formated-citation-line'.
3100
3101 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
3102
3103 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
3104
3105 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
3106
3107 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
3108 nnmail-pathname-coding-system.
3109
3110 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
3111 that a user enters; decode group names in messages.
3112
3113 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
3114
3115 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3116
3117 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
3118
3119 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
3120
3121 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
3122 risky local variable.
3123
3124 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
3125
3126 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
3127
3128 * encrypt.el: Improve documentation to fix function name typo.
3129 Reported by Daiki Ueno <ueno@unixuser.org>.
3130
3131 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
3132
3133 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
3134 even if the point is not in the last page of an article.
3135 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
3136 back to the previous page.
3137
3138 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
3139
3140 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
3141
3142 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3143
3144 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
3145
3146 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
3147
3148 * message.el (message-check-news-body-syntax): Avoid
3149 mm-string-as-multibyte.
3150 (message-hide-headers): Don't assume (point-min)==1.
3151
3152 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3153
3154 * message.el (message-remove-blank-cited-lines): Fix if remove is
3155 given.
3156 (message-bogus-address-regexp): New variable.
3157 (message-bogus-recipient-p): New function.
3158 (message-check-recipients): New command.
3159 (message-syntax-checks): Add `bogus-recipient'.
3160 (message-fix-before-sending): Add `bogus-recipient'.
3161
3162 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
3163 (gnus-treat-body-boundary): Don't test window-system.
3164
3165 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
3166
3167 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
3168
3169 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3170
3171 * gnus.el: Bump version to Gnus v5.13.
3172
3173 2007-10-28 Miles Bader <miles@gnu.org>
3174
3175 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
3176 at compile-time too.
3177
3178 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
3179
3180 * gnus-msg.el (gnus-message-setup-hook): Add
3181 `message-remove-blank-cited-lines' to options.
3182
3183 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3184
3185 * message.el (message-remove-blank-cited-lines): New function.
3186 Suggested by Karl Plästerer.
3187
3188 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3189
3190 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
3191 mapc.
3192
3193 * imap.el (imap-open): Replace mapcar called for effect with mapc.
3194 (top-level): Use mapc to set functions to be traced for debugging.
3195
3196 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
3197 called for effect with while loop.
3198
3199 * message.el (message-talkative-question): Replace mapcar called for
3200 effect with mapc.
3201
3202 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
3203 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
3204 called for effect with dolist.
3205
3206 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
3207
3208 * nndiary.el: Use dolist instead of mapcar to add diary headers to
3209 gnus-extra-headers and nnmail-extra-headers.
3210
3211 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
3212 called for effect with dolist.
3213 (top-level): Use mapc to set functions to be traced for debugging.
3214
3215 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
3216 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
3217 dolist.
3218
3219 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
3220 Replace mapcar called for effect with mapc.
3221 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
3222 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
3223 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
3224 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
3225
3226 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
3227 remove-if that's a cl function.
3228
3229 * webmail.el (webmail-debug): Replace mapcar called for effect with
3230 dolist.
3231
3232 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
3233
3234 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
3235 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
3236 with while loop.
3237
3238 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
3239 functions from article-* functions.
3240 (gnus-multi-decode-header): Replace mapcar called for effect with
3241 dolist.
3242
3243 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
3244 (gnus-bookmark-show-details): Replace mapcar called for effect with
3245 while loop.
3246
3247 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
3248 called for effect with while loop.
3249
3250 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
3251 with dolist.
3252
3253 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
3254 mapcar called for effect with dolist.
3255
3256 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
3257
3258 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
3259 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
3260 Replace mapcar called for effect with dolist.
3261 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
3262 mapc.
3263
3264 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
3265 Replace mapcar called for effect with dolist.
3266 (gnus-topic-list): Replace mapcar called for effect with mapc.
3267
3268 * gnus.el: Use mapc instead of mapcar to add autoloads.
3269
3270 2007-10-23 Richard Stallman <rms@gnu.org>
3271
3272 * gnus-group.el (gnus-group-highlight): Mark as risky.
3273
3274 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
3275
3276 * gnus.el (gnus-server-to-method): Return method found first in
3277 gnus-newsrc-alist.
3278
3279 * gnus-art.el (gnus-article-highlight-signature)
3280 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
3281 button overlay without the front stickiness.
3282
3283 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
3284
3285 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
3286 overview buffer needed a catch to receive its throw.
3287 (gnus-agent-flush-cache): Declared as interactive to make this function
3288 easier to use.
3289
3290 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
3291
3292 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
3293 `next-line'.
3294
3295 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
3296
3297 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
3298 exclude address matching message-dont-reply-to-names.
3299
3300 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3301
3302 * gnus-util.el (gnus-string<): New function.
3303
3304 * gnus-sum.el (gnus-article-sort-by-author)
3305 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
3306
3307 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
3308
3309 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
3310 the frame-focus tag is set in gnus-buffer-configuration.
3311
3312 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
3313
3314 * gnus-art.el (gnus-article-add-button): Make a button overlay without
3315 the front stickiness.
3316
3317 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3318
3319 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
3320 url pattern; remove duplicate one.
3321 (gnus-article-extend-url-button): New function.
3322 (gnus-article-add-buttons): Use it.
3323 (gnus-button-push): Use concatenated url that it makes.
3324
3325 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
3326
3327 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
3328 (sieve-manage-open): Use `mapc' instead of `mapcar'.
3329
3330 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3331
3332 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
3333 Don't hardcode point-min==1.
3334
3335 2007-09-30 David Kastrup <dak@gnu.org>
3336
3337 * gnus-art.el (gnus-article-reply-with-original)
3338 (gnus-article-followup-with-original): When `transient-mark-mode' is
3339 off, refrain from active-region behavior for followups.
3340
3341 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
3342
3343 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
3344 Fix comment about "iso8859-1".
3345
3346 2007-10-08 Daiki Ueno <ueno@unixuser.org>
3347
3348 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
3349 ones returned from the verify-function.
3350
3351 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
3352 mml2015-extract-cleartext-signature if extraction failed.
3353
3354 2007-10-07 Daiki Ueno <ueno@unixuser.org>
3355
3356 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
3357 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
3358 failed.
3359
3360 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3361
3362 * Relicense "GPLv2 or later" files to "GPLv3 or later".
3363
3364 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
3365
3366 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
3367 to mark a thread as expirable. Add variable `hide' to handle hiding of
3368 thread for both the null and zero (kill/expire thread) universal prefix
3369 cases.
3370 (gnus-summary-expire-thread): Add new function to expire a thread,
3371 using gnus-summary-kill-thread.
3372 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
3373 shortcuts for gnus-summary-expire-thread.
3374 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
3375 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
3376
3377 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
3378
3379 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
3380 extras value, so an extras entry can be deleted.
3381 (gnus-registry-delete-extra-entry): Use it.
3382 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
3383 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
3384 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
3385 storage through the gnus-registry, and provide an appropriate API for
3386 it.
3387
3388 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
3389
3390 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
3391 Suggested by Leo <sdl.web@gmail.com>.
3392
3393 * gnus.el: Do.
3394
3395 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
3396
3397 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
3398 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
3399
3400 * gnus-agent.el (gnus-agent-fetch-headers): Do.
3401
3402 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3403 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
3404
3405 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
3406
3407 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
3408 newline.
3409 (nnmbox-request-accept-article): Don't change article in source buffer;
3410 narrow to header to use message-fetch-field rather than
3411 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
3412 (nnmbox-request-replace-article): Quote lines that'll be misidentified
3413 as delimiters; make sure article ends with newline.
3414 (nnmbox-delete-mail): Correct last position of article to be deleted;
3415 ignore X-Gnus-Newsgroup header in article body.
3416 (nnmbox-save-mail): Quote lines looking like delimiters at the right
3417 positions; make sure article ends with newline.
3418
3419 * message.el (message-display-abbrev): Don't infloop when a user
3420 inserts SPC in the beginning of header.
3421
3422 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
3423
3424 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
3425 list of groups not followed by default. Fix type to be regexp.
3426 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
3427
3428 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
3429
3430 * hmac-def.el (define-hmac-function): Switch from old-style to
3431 new-style backquotes.
3432
3433 * md4.el (md4-make-step): Likewise.
3434
3435 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
3436
3437 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
3438 raw-text coding system when saving .newsrc file, which may contain
3439 non-ASCII group names.
3440
3441 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
3442
3443 * gnus-cus.el (gnus-score-extra): New widget.
3444 (gnus-score-extra-convert): New function.
3445 (gnus-score-customize): Use it for Extra.
3446
3447 2007-08-31 Daiki Ueno <ueno@unixuser.org>
3448
3449 * mml2015.el (mml2015-extract-cleartext-signature): New function.
3450 (mml2015-mailcrypt-clear-verify): Use it.
3451 (mml2015-gpg-clear-verify): Use it.
3452 (mml2015-pgg-clear-verify): Use it.
3453 (mml2015-epg-clear-verify): Replace the current part with the output
3454 from GnuPG; don't extract the plaintext by itself.
3455
3456 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
3457 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
3458 mml2015-clear-verify-function; don't touch the armor headers or
3459 dash-escaped text here.
3460
3461 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
3462
3463 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
3464 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
3465 parts, or application/octet-stream as a last resort.
3466 (gnus-mime-view-part-as-type): Don't toggle display.
3467 (gnus-mime-view-part-as-charset): Don't turn off display before
3468 querying charset.
3469
3470 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
3471 stuff to undisplayer function in Emacs.
3472 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
3473
3474 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
3475 text/calendar parts.
3476
3477 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
3478
3479 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
3480 decoding text/calendar parts.
3481
3482 * message.el (message-forward-make-body-mime): Always mark body as
3483 having no illegible text; remove signed-or-encrypted argument.
3484 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
3485
3486 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
3487 (mml-generate-mime-1): Don't encode body if it is specified to be in
3488 raw form; don't make buffer be unibyte when inserting multibyte string.
3489
3490 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
3491
3492 * sha1.el: Fix up comment style.
3493 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
3494 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
3495
3496 * hex-util.el: Fix up comment style.
3497 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
3498
3499 * gnus-salt.el: Use with-current-buffer.
3500 (gnus-pick-setup-message): Fix long-standing typo.
3501
3502 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
3503
3504 * imap.el (imap-logout-timeout): New variable.
3505 (imap-logout, imap-logout-wait): New functions.
3506 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
3507
3508 * nnimap.el (nnimap-logout-timeout): New server variable.
3509 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
3510 nnimap-logout-timeout.
3511
3512 * gnus-art.el (gnus-article-summary-command-nosave)
3513 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
3514
3515 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
3516
3517 * gnus.el (gnus-maximum-newsgroup): New variable.
3518
3519 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
3520 according to gnus-maximum-newsgroup.
3521
3522 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
3523 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
3524 Limit the range of articles according to gnus-maximum-newsgroup.
3525
3526 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
3527
3528 * gnus-art.el (gnus-sticky-article): Fixed problems described in
3529 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
3530 Don't perform gnus-configure-windows here; reuse existing sticky
3531 article buffer.
3532
3533 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
3534 it doesn't exist in gnus-article-mode.
3535
3536 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
3537
3538 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
3539 (gnus-agent-decoded-group-name): New function.
3540 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
3541 (gnus-agent-expire-group-1): Use it; decode group name in messages.
3542
3543 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
3544
3545 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
3546 Add binding for gnus-sticky-article.
3547 (gnus-summary-exit): Don't kill sticky article buffers.
3548
3549 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
3550 article buffer.
3551 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
3552 (gnus-kill-sticky-article-buffers): New commands.
3553
3554 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
3555
3556 * nntp.el (nntp-xref-number-is-evil): New server variable.
3557 (nntp-find-group-and-number): If it is non-nil, don't trust article
3558 numbers in the Xref header.
3559
3560 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3561
3562 * gnus-agent.el (gnus-agent-read-group): New function.
3563 (gnus-agent-flush-group, gnus-agent-expire-group)
3564 (gnus-agent-regenerate-group): Use it.
3565 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
3566 nnmail-pathname-coding-system.
3567
3568 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
3569
3570 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
3571
3572 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
3573 that are unread as unread, and also as selected so that information of
3574 marks having been changed by a user may be updated when exiting group.
3575
3576 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
3577
3578 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
3579
3580 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
3581
3582 * gnus-art.el (gnus-mime-display-single): Pass part number that is
3583 calculated ignoring signature parts to gnus-treat-article.
3584
3585 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
3586
3587 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
3588 a point here in order to keep the window start.
3589 (gnus-insert-mime-security-button): Make a button overlay without the
3590 front stickiness.
3591 (gnus-mime-display-security): Goto the end of a button.
3592
3593 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
3594
3595 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
3596
3597 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
3598 group-name-at-point.
3599 (gnus-group-completing-read): New function that offers decoded
3600 non-ASCII group names for completion.
3601 (gnus-fetch-group, gnus-group-read-ephemeral-group)
3602 (gnus-group-jump-to-group, gnus-group-make-group-simple)
3603 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
3604 (gnus-group-fetch-control): Use it.
3605 (gnus-fetch-group): Use group-name-at-point for the initial value
3606 rather than the default value; use gnus-alive-p.
3607
3608 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
3609 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
3610 (gnus-summary-post-news): Use gnus-group-completing-read.
3611
3612 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
3613 (gnus-read-move-group-name): Decode group name for completion.
3614
3615 2007-07-31 Teodor Zlatanov <tzz@lifelogs.com>
3616
3617 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
3618 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
3619 Yamaoka slightly modified the code).
3620
3621 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
3622
3623 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
3624 (nnmail-split-incoming): Bind it.
3625
3626 * nnml.el (nnml-group-name-charset): New function.
3627 (nnml-decoded-group-name): Use it; don't decode group name if
3628 nnmail-group-names-not-encoded-p is non-nil.
3629 (nnml-encoded-group-name): New function.
3630 (nnml-group-pathname): Inline nnml-decoded-group-name.
3631 (nnml-request-expire-articles): Decode group name in message.
3632 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
3633 nnmail-pathname-coding-system.
3634 (nnml-save-mail, nnml-active-number): Work with decoded group names and
3635 not decoded ones according to nnmail-group-names-not-encoded-p.
3636 (nnml-generate-active-info): Use nnml-encoded-group-name.
3637
3638 2007-08-08 Glenn Morris <rgm@gnu.org>
3639
3640 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
3641 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
3642 doc-strings and comments.
3643
3644 2007-07-25 Glenn Morris <rgm@gnu.org>
3645
3646 * Relicense all FSF files to GPLv3 or later.
3647
3648 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
3649
3650 * gnus-sum.el (gnus-summary-move-article): Make
3651 gnus-summary-respool-article work.
3652
3653 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
3654
3655 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
3656 string.
3657
3658 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
3659
3660 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
3661 that should be ignored when comparing distant RSS articles with local
3662 ones.
3663 (nnrss-make-hash-index): New function. Create a hash index according
3664 to the ignored fields.
3665 (nnrss-check-group): Use it.
3666
3667 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
3668
3669 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
3670
3671 * gnus-art.el (article-decode-group-name): Decode Xref header too.
3672
3673 * gnus-group.el (gnus-group-make-group): Encode group name here unless
3674 the new optional argument ENCODED is non-nil.
3675 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
3676 coding system for encoding group name.
3677 (gnus-group-make-rss-group): Pass un-encoded group name to
3678 gnus-group-make-group.
3679 (gnus-group-set-info): Tell gnus-group-make-group that group name is
3680 encoded.
3681
3682 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
3683 Encode group name to which articles are moved or copied.
3684 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
3685 coding system for encoding Newsgroup, Followup-To and Xref headers.
3686
3687 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
3688 marks; use nnheader-file-coding-system to write a file.
3689 (nnagent-retrieve-headers): Bind file-name-coding-system to
3690 nnmail-pathname-coding-system.
3691
3692 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
3693
3694 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
3695 (nnml-request-article, nnml-request-create-group)
3696 (nnml-request-rename-group, nnml-find-id)
3697 (nnml-possibly-change-directory, nnml-possibly-create-directory)
3698 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
3699 (nnml-save-marks): Use nnml-group-pathname instead of
3700 nnmail-group-pathname.
3701
3702 (nnml-request-create-group, nnml-request-expire-articles)
3703 (nnml-request-move-article, nnml-request-delete-group)
3704 (nnml-deletable-article-p, nnml-possibly-create-directory)
3705 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
3706 (nnml-open-marks): Bind file-name-coding-system to
3707 nnmail-pathname-coding-system.
3708
3709 (nnml-request-article): Pass server argument to nnml-find-group-number.
3710 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
3711 server argument to nnml-possibly-create-directory.
3712 (nnml-request-accept-article): Pass server argument to
3713 nnml-active-number and nnml-save-mail.
3714 (nnml-find-group-number): Pass server argument to nnml-find-id.
3715 (nnml-request-update-info): Pass server argument to
3716 nnml-marks-changed-p.
3717
3718 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
3719 (nnml-save-mail, nnml-active-number): Add server argument.
3720
3721 (nnml-request-delete-group): Warn if group is missing.
3722 (nnml-get-nov-buffer): Decode group name.
3723 (nnml-generate-active-info): Encode group name.
3724 (nnml-open-marks): Decode group name in messages.
3725
3726 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
3727
3728 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
3729 if it is not specified.
3730 (gnus-article-pipe-part, gnus-article-save-part)
3731 (gnus-article-interactively-view-part, gnus-article-copy-part)
3732 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
3733 (gnus-article-inline-part, gnus-article-save-part-and-strip)
3734 (gnus-article-replace-part, gnus-article-delete-part)
3735 (gnus-article-view-part-as-type): Pass raw prefix argument to
3736 gnus-article-part-wrapper.
3737
3738 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
3739
3740 * gnus-agent.el (gnus-agent-save-active): Bind
3741 nnheader-file-coding-system to gnus-agent-file-coding-system.
3742
3743 * gnus-cache.el (gnus-cache-save-buffers)
3744 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
3745 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
3746 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
3747 (gnus-cache-braid-nov, gnus-cache-braid-heads)
3748 (gnus-cache-generate-active, gnus-cache-rename-group)
3749 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
3750 (gnus-cache-update-overview-total-fetched-for): Bind
3751 file-name-coding-system to nnmail-pathname-coding-system.
3752 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
3753 variables.
3754 (gnus-cache-decoded-group-name): New function.
3755 (gnus-cache-file-name): Use it.
3756 (gnus-cache-generate-active): Use non-decoded group name for active.
3757
3758 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
3759 right place.
3760 (gnus-write-active-file): Don't break non-ASCII group names.
3761
3762 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
3763 nnmail-pathname-coding-system.
3764
3765 * gnus-uu.el (gnus-uu-decode-save): Typo.
3766
3767 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
3768
3769 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
3770
3771 2007-07-14 David Kastrup <dak@gnu.org>
3772
3773 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
3774 finishing actions if we did not edit the article.
3775
3776 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
3777
3778 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
3779 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
3780 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
3781 (gnus-agent-flush-group, gnus-agent-flush-cache)
3782 (gnus-agent-fetch-headers, gnus-agent-load-alist)
3783 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
3784 (gnus-agent-retrieve-headers, gnus-agent-request-article)
3785 (gnus-agent-regenerate-group)
3786 (gnus-agent-update-files-total-fetched-for)
3787 (gnus-agent-update-view-total-fetched-for): Bind
3788 file-name-coding-system to nnmail-pathname-coding-system.
3789 (gnus-agent-group-pathname): Don't encode file names by
3790 nnmail-pathname-coding-system.
3791 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
3792 coding-system-for-write instead of buffer-file-coding-system to
3793 gnus-agent-file-coding-system.
3794
3795 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
3796 Decode group name.
3797
3798 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
3799
3800 * gnus-start.el (gnus-update-active-hashtb-from-killed)
3801 (gnus-read-newsrc-el-file): Make group names unibyte.
3802
3803 * nnmail.el (nnmail-group-pathname): Don't encode file names by
3804 nnmail-pathname-coding-system.
3805
3806 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
3807 (nnrss-request-delete-group): Bind file-name-coding-system to
3808 nnmail-pathname-coding-system.
3809 (nnrss-read-server-data, nnrss-read-group-data): Bind
3810 file-name-coding-system correctly.
3811 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
3812
3813 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
3814 (nntp-server-to-method-cache): New variable.
3815 (nntp-group-pathname): New function that decodes non-ASCII group names.
3816 (nntp-possibly-create-directory, nntp-marks-changed-p)
3817 (nntp-save-marks, nntp-open-marks): Use it.
3818 (nntp-possibly-create-directory, nntp-open-marks):
3819 Bind file-name-coding-system to nnmail-pathname-coding-system.
3820 (nntp-open-marks): Decode group names when bootstrapping marks.
3821
3822 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
3823 Newsgroups and Folowup-To headers.
3824
3825 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
3826
3827 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
3828 (gnus-server-closed-face, gnus-server-denied-face)
3829 (gnus-server-offline-face): Remove variable.
3830 (gnus-server-font-lock-keywords): Use faces that are not aliases.
3831
3832 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
3833 of modifying message-stack directly for XEmacs.
3834
3835 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
3836 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
3837 if the coding-system argument is nil for XEmacs.
3838
3839 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
3840 mm-charset-override-alist.
3841
3842 * rfc2047.el: Don't require base64; require rfc2045 for the function
3843 rfc2045-encode-string.
3844 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
3845 to quote the parameter value.
3846
3847 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
3848
3849 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
3850 form in gnus-group-name-charset-method-alist.
3851
3852 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
3853 overrides the default layout edit-form.
3854
3855 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
3856
3857 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
3858
3859 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
3860
3861 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
3862 as unfetched articles.
3863
3864 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
3865
3866 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
3867
3868 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
3869
3870 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
3871 original back end that keeps marks in the local system.
3872
3873 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
3874
3875 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
3876 arg of pop-to-buffer for XEmacs.
3877 (gnus-article-read-summary-keys): Ditto; don't restore window
3878 configuration if summary command ends up with neither article buffer
3879 nor summary buffer; describe bindings if summary keys end with C-h.
3880
3881 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
3882
3883 * message.el (message-fix-before-sending): Skip raw message part to be
3884 forwarded while checking illegible text.
3885 (message-forward-make-body-mime, message-forward-make-body): Mark
3886 signed or encrypted raw message as having no illegible text.
3887
3888 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3889
3890 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
3891 (gnus-message-with-timestamp-1): New macro.
3892 (gnus-message-with-timestamp): New function.
3893 (gnus-message): Use them.
3894
3895 * nnheader.el (nnheader-message): Use them.
3896
3897 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
3898
3899 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
3900 .newsrc.eld file.
3901
3902 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
3903
3904 * gnus-agent.el (gnus-agent-fetch-headers)
3905 (gnus-agent-retrieve-headers): Bind
3906 gnus-decode-encoded-address-function to identity.
3907
3908 * nntp.el (nntp-send-xover-command): Recognize an xover command is
3909 available also when the server returns simply a dot.
3910
3911 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
3912
3913 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
3914
3915 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
3916
3917 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
3918
3919 * gnus-ems.el (gnus-x-splash): Make it work.
3920
3921 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
3922 from being used.
3923
3924 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
3925
3926 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
3927 the front stickiness.
3928 (gnus-article-summary-command-nosave): Correct the order of the
3929 arguments passed to pop-to-buffer.
3930 (gnus-article-read-summary-keys): Ditto; make it work properly when the
3931 summary command ends up with the article buffer.
3932
3933 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
3934 the same faces.
3935
3936 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
3937
3938 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
3939
3940 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
3941
3942 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
3943 * gnus-sum.el (gnus-summary-highlight):
3944 * mail-source.el (mail-source-delete-old-incoming-confirm):
3945 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
3946
3947 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
3948
3949 * gnus-art.el (gnus-mime-view-part-externally)
3950 (gnus-mime-view-part-internally): Fix predicate function passed to
3951 completing-read.
3952
3953 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
3954
3955 * gnus.el (gnus-update-message-archive-method): Add :version.
3956
3957 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
3958
3959 * gnus.el (gnus-update-message-archive-method): New variable.
3960
3961 * gnus-start.el (gnus-setup-news): Update saved "archive" method
3962 according to gnus-message-archive-method if
3963 gnus-update-message-archive-method is non-nil.
3964
3965 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
3966
3967 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
3968 by Loic Dachary <loic@dachary.org>.
3969 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
3970
3971 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
3972
3973 * message.el (message-pop-to-buffer): Add switch-function argument.
3974 (message-mail): Pass switch-function argument to it.
3975
3976 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
3977
3978 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
3979 Improve doc string.
3980
3981 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
3982
3983 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
3984 (gnus-header-content)
3985 * gnus-cite.el (gnus-cite-10)
3986 * gnus-srvr.el (gnus-server-closed)
3987 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
3988 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
3989 (gnus-group-mail-3-empty, gnus-group-mail-low)
3990 (gnus-group-mail-low-empty, gnus-splash)
3991 * message.el (message-header-to, message-header-cc)
3992 (message-header-subject, message-header-other, message-header-name)
3993 (message-header-xheader, message-separator, message-cited-text)
3994 (message-mml): Lighten colors of faces used for dark background.
3995
3996 2007-05-24 Simon Josefsson <simon@josefsson.org>
3997
3998 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
3999 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
4000
4001 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4002
4003 * message.el (message-narrow-to-headers-or-head):
4004 Ignore mail-header-separator in the body.
4005
4006 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
4007
4008 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
4009 same as window size.
4010
4011 2007-05-22 Kevin Ryde <user42@zip.com.au>
4012
4013 * message.el (message-font-lock-keywords): Use message-header-xheader
4014 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
4015 ahead of the anything pattern, to get it recognised.
4016
4017 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
4018
4019 * gnus-sum.el (gnus-articles-to-read)
4020 (gnus-summary-insert-old-articles): Don't truncate group name for
4021 `read-string'.
4022
4023 * gnus-util.el (gnus-limit-string): Delete this function.
4024
4025 * gnus-sum.el (gnus-simplify-subject-fully): Use
4026 `truncate-string-to-width' instead.
4027
4028 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
4029
4030 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
4031 if, on summary exit, the next group has to be selected.
4032 (gnus-summary-exit): Use it.
4033
4034 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
4035
4036 * gnus-art.el (gnus-article-mode): Fix comment about displaying
4037 non-break space.
4038
4039 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
4040
4041 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
4042 Check if group is not a directory.
4043 (nnfolder-request-expire-articles): Don't delete articles if the target
4044 group is not available.
4045
4046 * nnml.el (nnml-request-create-group): Properly check if group is not a
4047 file.
4048 (nnml-request-expire-articles): Don't delete articles if the target
4049 group is not available.
4050
4051 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
4052 Don't quote characters that are within parentheses.
4053
4054 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
4055
4056 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
4057 (gnus-handle-ephemeral-exit): Select article according to it.
4058
4059 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4060
4061 * message.el (message-insert-formated-citation-line): Remove newline.
4062 (message-citation-line-format): Add final \n here so that the user can
4063 avoid a blank line.
4064
4065 2007-05-03 Dan Christensen <jdc@uwo.ca>
4066
4067 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4068 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4069 Update lanl/arXiv support.
4070
4071 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4072
4073 * gnus.el: Bump version number.
4074
4075 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4076
4077 * gnus.el (gnus-version-number): Bump version.
4078
4079 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4080
4081 * gnus.el: No Gnus v0.6 is released.
4082
4083 2007-04-27 Didier Verna <didier@xemacs.org>
4084
4085 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
4086 * gmm-utils.el (gmm-regexp-concat): here.
4087 * message.el: Don't require 'gnus-util.
4088 (message-dont-reply-to-names): Handle name change above.
4089 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
4090
4091 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4092
4093 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
4094 since the initial value varies according to the system.
4095
4096 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4097
4098 * mm-util.el (mm-charset-synonym-alist): Defcustom.
4099
4100 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
4101
4102 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
4103
4104 2007-04-24 Didier Verna <didier@xemacs.org>
4105
4106 Improve the type of gnus-ignored-from-addresses.
4107 * gnus-util.el (gnus-orify-regexp): New function.
4108 * message.el (gnus-util): Require it.
4109 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
4110 * gnus-sum.el (gnus-ignored-from-addresses): New function.
4111 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
4112
4113 2007-04-24 Didier Verna <didier@xemacs.org>
4114
4115 * gnus-sum.el:
4116 * gnus-utils.el: Fix some trailing whitespaces.
4117
4118 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
4119
4120 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
4121 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
4122 article's Message-ID; refer parent article in summary buffer.
4123
4124 * message.el (message-bounce): Call mime-to-mml.
4125
4126 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4127
4128 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
4129
4130 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4131
4132 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
4133 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
4134 displayed of multipart/alternative part if it is invoked from summary
4135 buffer.
4136
4137 * mm-view.el (mm-inline-text-html-render-with-w3m)
4138 (mm-inline-text-html-render-with-w3m-standalone)
4139 (mm-inline-render-with-function): Use mail-parse-charset by default.
4140
4141 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
4142
4143 * parse-time.el (parse-time-string-chars): Check if CHAR
4144 is less than the length of parse-time-syntax.
4145
4146 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
4147
4148 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
4149 from gnus-newsgroup-processable.
4150
4151 2007-04-16 Didier Verna <didier@xemacs.org>
4152
4153 * gnus-msg.el (gnus-configure-posting-styles): Handle
4154 message-signature-directory properly with :file syntax. Reported by
4155 "Leo".
4156
4157 2007-04-11 Didier Verna <didier@xemacs.org>
4158
4159 New user option: message-signature-directory.
4160 * gnus-msg.el (gnus-configure-posting-styles): Support it.
4161 * message.el (message-insert-signature): Ditto.
4162 * message.el (message-signature-file): Doc update.
4163 * message.el (message-signature-directory): New.
4164
4165 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
4166
4167 * gnus-msg.el (gnus-inews-yank-articles): Use
4168 message-exchange-point-and-mark instead of exchange-point-and-mark.
4169
4170 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
4171
4172 * message.el (message-yank-original): Make sure cited text ends with
4173 newline; don't exchange point and mark.
4174
4175 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
4176
4177 * tls.el (open-tls-stream): Properly handle case where there
4178 is no associated buffer.
4179
4180 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
4181
4182 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
4183 message-yank-original, make sure (< mark TEXT point).
4184
4185 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
4186
4187 * message.el (message-fill-column): New variable.
4188 (message-mode): Use it. Add comment on a possible new hook.
4189
4190 * nnmail.el (nnmail-spool-file): Mark as obsolete.
4191 (nnmail-get-new-mail): Reformat.
4192
4193 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
4194
4195 * gmm-utils.el: Fix Commentary.
4196 (gmm-tool-bar-from-list): Fix typo in doc string.
4197
4198 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
4199
4200 * message.el (message-yank-original): Don't switch point and mark
4201 unnecessarily to put point and mark as documented.
4202
4203 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
4204
4205 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
4206 from the message heads.
4207
4208 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
4209
4210 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
4211 article buffer does not have a window. This may not be the best
4212 solution but is certainly better than setting the start of the null,
4213 that is the current, window.
4214
4215 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
4216
4217 * gnus-draft.el (gnus-draft-setup-hook): New hook.
4218 (gnus-draft-setup): Run it.
4219
4220 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
4221 gnus-score-fast-scoring. Allow regexp.
4222 (gnus-score-headers): Use it.
4223
4224 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
4225 XEmacs.
4226
4227 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
4228 string.
4229 (gnus-button-alist): Also catch `<f1> k ...'.
4230 (gnus-treat-display-x-face): Fix doc string.
4231
4232 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4233
4234 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
4235 evaluation of gnus-extended-version to ensure correct generation of the
4236 User-Agent header when message-generate-headers-first is used.
4237
4238 2007-03-24 Simon Josefsson <simon@josefsson.org>
4239
4240 * hashcash.el (hashcash-generate-payment-async): Don't crash if
4241 hashcash-path is nil. Don't call callback with incorrect number of
4242 parameters if val is 0.
4243
4244 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4245
4246 * message.el (message-required-news-headers):
4247 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
4248
4249 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
4250
4251 * message.el (message-generate-new-buffers): Change the meaning of the
4252 nil value; add `standard' to the choices; treat t as `unique'; improve
4253 doc string.
4254 (gnus-select-frame-set-input-focus): Autoload.
4255 (message-buffer-name): Search for the existing message buffer if
4256 message-generate-new-buffers is nil or `standard'; treat the value t of
4257 message-generate-new-buffers as `unique'.
4258 (message-pop-to-buffer): Raise the frame already displaying the message
4259 buffer; clear the echo area after querying.
4260 (message-setup): Pass the `continue' argument to compose-mail.
4261 (message-mail): Prefer `switch-function' if it is given; search for the
4262 existing message buffer if the `continue' argument is non-nil; pass
4263 continue and switch-function arguments to compose-mail by way of
4264 message-setup.
4265 (message-mail-other-window): Adjust argument of message-setup.
4266 (message-mail-other-frame): Ditto.
4267
4268 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4269
4270 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
4271 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
4272 to turn font-lock on when turning gnus-message-citation-mode on.
4273
4274 2007-03-06 Daiki Ueno <ueno@unixuser.org>
4275
4276 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
4277 (mml-smime-function-alist): New variable; add epg as the backend.
4278 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
4279 mml-smime- functions instead.
4280 * mm-view.el: Require smime.
4281
4282 2007-03-05 Didier Verna <didier@xemacs.org>
4283
4284 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
4285 instead of just inheritance for posting styles.
4286 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
4287
4288 2007-02-24 John Paul Wallington <jpw@pobox.com>
4289
4290 * tls.el (tls-certtool-program): Fix custom type.
4291
4292 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4293
4294 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
4295 and point-at-eol instead of line-(beginning|end)-position.
4296
4297 * assistant.el (assistant-parse-buffer): Ditto.
4298
4299 2007-02-28 Daiki Ueno <ueno@unixuser.org>
4300
4301 * mml2015.el (mml2015-epg-find-usable-key): New function.
4302 (mml2015-epg-sign): Use it.
4303 (mml2015-epg-encrypt): Use it.
4304
4305 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
4306
4307 * message.el (message-make-in-reply-to): Quote name containing
4308 non-ASCII characters. It will make the RFC2047 encoder cause an error
4309 if there are special characters. Reported by NAKAJI Hiroyuki
4310 <nakaji@jp.freebsd.org>.
4311
4312 2007-02-27 Didier Verna <didier@xemacs.org>
4313
4314 Include the group parameters as well as the topic ones in the
4315 inheritance filter process.
4316 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
4317 argument GROUP-PARAMS-LIST.
4318 * gnus-topic.el (gnus-group-topic-parameters): Use it.
4319
4320 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
4321
4322 * nntp.el (nntp-never-echoes-commands)
4323 (nntp-open-connection-functions-never-echo-commands): New variables.
4324 (nntp-send-command): Use them.
4325
4326 2007-02-20 Daiki Ueno <ueno@unixuser.org>
4327
4328 * mml2015.el (mml2015-epg-verify): Simplified.
4329
4330 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
4331
4332 * mml.el (mml-content-disposition-alist): New user option.
4333 (mml-content-disposition): New function.
4334 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
4335 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
4336
4337 2007-02-19 Daiki Ueno <ueno@unixuser.org>
4338
4339 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
4340 verification.
4341
4342 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4343
4344 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
4345 articles posted in the last 24 hours.
4346
4347 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
4348
4349 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
4350
4351 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
4352
4353 * nntp.el (nntp-send-command): Don't wait for echoes when
4354 nntp-open-ssl-stream is used.
4355
4356 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
4357
4358 * gnus-cite.el (gnus-test-font-lock-add-keywords)
4359 (gnus-message-add-citation-keywords)
4360 (gnus-message-remove-citation-keywords): Remove.
4361 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
4362 directly, make the variables in font-lock-defaults buffer-local, add
4363 gnus-message-citation-keywords to them and then update the value of
4364 font-lock-keywords.
4365
4366 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
4367
4368 * message.el (message-cite-original-1): Don't call
4369 gnus-article-highlight-citation.
4370
4371 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
4372 citations; fix line count.
4373
4374 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
4375
4376 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
4377 (gnus-message-add-citation-keywords)
4378 (gnus-message-remove-citation-keywords): Use it; fix the emulating
4379 versions of font-lock-add-keywords and font-lock-remove-keywords to
4380 work with XEmacs correctly.
4381
4382 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
4383
4384 * gnus-cite.el (gnus-cite-face-list): Set the values of
4385 gnus-message-max-citation-depth and gnus-message-citation-keywords.
4386 (gnus-message-max-citation-depth): Use defvar rather than defconst.
4387 (gnus-message-cite-prefix-regexp): New variable.
4388 (gnus-message-search-citation-line): Use it; protect against long
4389 citation prefix; fill match data with nil rather than 0 for XEmacs; set
4390 the 0th match data for Emacs.
4391 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
4392 (gnus-message-add-citation-keywords): Append keywords rather than
4393 prepending; emulate font-lock-add-keywords if it is not available.
4394 (gnus-message-remove-citation-keywords): Emulate
4395 font-lock-remove-keywords if it is not available.
4396
4397 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
4398
4399 * message.el (message-cite-prefix-regexp): Set the value of
4400 gnus-message-cite-prefix-regexp.
4401
4402 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4403
4404 * nnweb.el (nnweb-google-parse-1): Update parser.
4405
4406 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4407
4408 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
4409
4410 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4411
4412 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
4413 regexp.
4414
4415 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
4416
4417 * uudecode.el (uudecode-string-to-multibyte): New function emulating
4418 string-to-multibyte.
4419 (uudecode-decode-region-internal): Use it.
4420
4421 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
4422
4423 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
4424 custom choice.
4425
4426 * gnus-art.el (gnus-signature-limit): Fix custom choice.
4427
4428 2007-01-22 Daiki Ueno <ueno@unixuser.org>
4429
4430 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
4431
4432 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
4433 `write-region' to respect `mm-inhibit-file-name-handlers'.
4434
4435 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
4436
4437 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
4438 Use gnus-home-directory instead of "~/" or "$HOME".
4439
4440 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
4441
4442 * encrypt.el (encrypt-insert-file-contents): Add better prompt
4443 to mention filename.
4444 Add comments at beginning regarding usage.
4445 (encrypt-write-file-contents): Change interactive so a string is
4446 acceptable. If the file has no associated model, show an error instead
4447 of a nonsense prompt.
4448
4449 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4450
4451 * spam.el (spam-bsfilter-ham-switch): Fix typo.
4452 Thanks to Yoshihiko Yamada for kind notification of this typo.
4453
4454 2007-01-12 Kenichi Handa <handa@m17n.org>
4455
4456 * uudecode.el (uudecode-decode-region-internal): Make it work in a
4457 multibyte buffer.
4458
4459 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
4460
4461 * gnus-score.el (gnus-score-fast-scoring): New variable.
4462 (gnus-score-headers): Use it.
4463
4464 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
4465
4466 * message.el (message-cite-original-1): Call
4467 gnus-article-highlight-citation if requested.
4468 (message-make-from): Allow name and address as optional arguments.
4469
4470 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
4471
4472 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
4473 bugs to doc string.
4474 (gnus-button-alist): Add mid\\|message-id.
4475 (gnus-button-fetch-group): Extend for use in
4476 `browse-url-browser-function'.
4477 (gnus-button-url-regexp): Try to catch paired parentheses like in
4478 Wikipedia URLs.
4479
4480 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
4481 Suggested by Simon Krahnke <overlord@gmx.li>.
4482
4483 2007-01-13 Romain Francoise <romain@orebokech.com>
4484
4485 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
4486 Update copyright.
4487
4488 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
4489
4490 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
4491
4492 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
4493
4494 * gnus-registry.el (gnus-registry-unfollowed-groups)
4495 (gnus-registry-split-fancy-with-parent): Fix documentation.
4496
4497 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
4498
4499 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
4500 from nnweb groups.
4501
4502 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
4503
4504 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
4505 Xref urls. Erase buffer before requesting head.
4506
4507 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4508
4509 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
4510
4511 * gnus-soup.el (gnus-soup): New custom group. Make user variables
4512 customizable.
4513
4514 2007-01-05 Daiki Ueno <ueno@unixuser.org>
4515
4516 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
4517 no signing key is found.
4518 (mml2015-epg-encrypt): Ask user whether to skip or abort if
4519 no encrypting and/or signing key is found.
4520
4521 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
4522
4523 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
4524
4525 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4526
4527 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
4528 headers read from disk with the ones newly found in the current search.
4529 This should no longer cause problems, because the article numbers in
4530 Gmane's `nov.php' output are ignored since the previous change.
4531
4532 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4533
4534 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
4535
4536 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
4537
4538 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
4539
4540 2007-01-01 Romain Francoise <romain@orebokech.com>
4541
4542 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4543
4544 2006-12-31 Steve Youngs <steve@sxemacs.org>
4545
4546 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
4547 `define-minor-mode' macro definition expanded properly.
4548 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
4549 exclude it there.
4550
4551 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
4552 of 2006-12-30. The default is nil on (S)XEmacs already because of the
4553 `fboundp' test.
4554 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
4555 This is OK to autoload in (S)XEmacs now.
4556
4557 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4558
4559 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
4560 keystroke.
4561 (gnus-summary-limit-to-singletons): Fix typo.
4562
4563 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
4564 else fails.
4565
4566 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4567
4568 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
4569 docstring.
4570
4571 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
4572 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
4573 (gnus-summary-insert-dormant-articles): Fix typo in message.
4574
4575 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
4576
4577 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
4578 nil for XEmacs.
4579 (gnus-message-citation-mode): Don't autoload in XEmacs.
4580
4581 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
4582
4583 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
4584
4585 * nnimap.el (nnimap-expunge-search-string): Mention
4586 nnimap-search-uids-not-since-is-evil in docstring.
4587
4588 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
4589
4590 * spam.el: Revert to make-obsolete-variable because
4591 define-obsolete-variable-alias is not supported in Emacs 21.
4592
4593 * spam.el (spam-ifile-path, spam-ifile-database-path)
4594 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
4595 make-obsolete-variable.
4596 (spam-bsfilter-path, spam-bsfilter-program)
4597 (spam-spamassassin-path, spam-spamassassin-program)
4598 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
4599 use "path" inappropriately.
4600 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
4601 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
4602 variable names.
4603
4604 2006-12-28 Daiki Ueno <ueno@unixuser.org>
4605
4606 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
4607 summary buffer.
4608
4609 * password.el (password-cache-remove): Use clear-string to burn
4610 password, if available.
4611
4612 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
4613
4614 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
4615
4616 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
4617
4618 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
4619 (gnus-message-highlight-citation): Move defcustom here from
4620 gnus-cite.el.
4621 (gnus-message-citation-mode): Autoload.
4622
4623 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
4624 checks to make it compile with XEmacs.
4625 (gnus-message-citation-mode): New minor mode.
4626 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
4627 (gnus-message-highlight-citation): New variables.
4628 (gnus-message-search-citation-line)
4629 (gnus-message-add-citation-keywords)
4630 (gnus-message-remove-citation-keywords)
4631 (turn-on-gnus-message-citation-mode)
4632 (turn-off-gnus-message-citation-mode): New functions.
4633
4634 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
4635
4636 * gnus-cite.el: Enable highlighting of different citation levels in
4637 message-mode.
4638
4639 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
4640
4641 * message.el (message-make-fqdn): Fix comment.
4642 (message-bogus-system-names): Add ".local".
4643
4644 * spam.el (spam-ifile-path, spam-ifile-program)
4645 (spam-ifile-database-path, spam-ifile-database)
4646 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
4647 Don't use "path" inappropriately.
4648 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
4649 strings.
4650 (spam-check-ifile, spam-ifile-register-with-ifile)
4651 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
4652 new variable names.
4653
4654 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
4655 (gnus-treat-display-smileys): Simplify using
4656 gnus-image-type-available-p.
4657
4658 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
4659 available.
4660
4661 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
4662
4663 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
4664 one after turning on the buffer's multibyteness instead of decoding
4665 them directly in the unibyte buffer that causes unexpected conversion
4666 in Emacs 23 (unicode).
4667
4668 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4669
4670 * message.el (message-generate-hashcash): Fix custom type.
4671
4672 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
4673
4674 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
4675
4676 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
4677
4678 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
4679 disconnect icons. Add help text.
4680
4681 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
4682
4683 * spam.el (spam-extra-header-to-number): CRM114 spam score is
4684 negated to be consistent with the others we handle.
4685
4686 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
4687
4688 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
4689 version of gnus-summary-buffer to something, so that we can use two
4690 article buffers at the same time.
4691
4692 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
4693
4694 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
4695 trigger all the extra headers.
4696 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
4697 sorting.
4698
4699 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4700
4701 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
4702 solid groups.
4703
4704 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
4705
4706 * legacy-gnus-agent.el: Add Copyright notice.
4707
4708 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
4709
4710 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
4711
4712 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
4713
4714 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
4715
4716 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
4717 to make it work reliably in CVS Emacs.
4718 (gnus-summary-limit-strange-charsets-predicate)
4719 (gnus-summary-limit-to-predicate): New functions.
4720
4721 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
4722
4723 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
4724 specifying array size.
4725 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
4726 array if it is too small.
4727 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
4728 (gnus-sort-threads-loop): New function.
4729
4730 2006-12-06 Chris Moore <dooglus@gmail.com>
4731
4732 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
4733 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
4734
4735 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
4736
4737 * mm-url.el (mm-url-predefined-programs): Call curl with correct
4738 options.
4739
4740 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4741
4742 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
4743 DOS-ing the recipient.
4744
4745 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
4746 the headers when creating the mapping to avoid mismappings.
4747 (nnweb-gmane-create-mapping): Always nix out old mapping.
4748
4749 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
4750
4751 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
4752 and mm-verify-option to never.
4753
4754 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
4755
4756 * message.el (message-signed-or-encrypted-p): New function.
4757 (message-forward-make-body): Use it.
4758
4759 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
4760 Replace encode-coding-string with mm-encode-coding-string.
4761
4762 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
4763
4764 * nneething.el (nneething-decode-file-name): Replace
4765 decode-coding-string with mm-decode-coding-string.
4766
4767 * gnus-int.el (gnus-open-server): Say failed server's name.
4768
4769 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
4770
4771 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
4772 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
4773
4774 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
4775 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
4776 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
4777 (gnus-group-make-directory-group, gnus-group-transpose-groups):
4778 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
4779 (gnus-subscribe-newsgroup, gnus-1):
4780 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
4781 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
4782 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
4783 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
4784
4785 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4786
4787 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
4788 keystroke.
4789 (gnus-summary-limit-to-bodies): Implement headersp.
4790
4791 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4792
4793 * dns.el (query-dns): Protect against "Process dns deleted" strings.
4794
4795 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
4796
4797 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
4798
4799 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
4800
4801 * message.el (message-generate-hashcash): Expand range of values to
4802 include `opportunistic'.
4803 (message-send-mail): Use it.
4804
4805 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4806
4807 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
4808 and comment it.
4809
4810 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
4811
4812 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
4813
4814 * gnus-util.el (gnus-extract-address-components): Improve comment.
4815
4816 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
4817
4818 * gnus-util.el (gnus-extract-address-components): Work with address in
4819 which the name portion contains @.
4820
4821 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
4822
4823 * gnus.el (gnus-start): Move custom group up.
4824 (gnus-select-method): Don't autoload, but make it available for
4825 `customize-variable'.
4826 (gnus-getenv-nntpserver): Don't autoload.
4827
4828 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
4829
4830 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
4831
4832 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
4833
4834 * message.el (message-sendmail-extra-arguments): New variable.
4835 (message-send-mail-with-sendmail): Use it.
4836
4837 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
4838
4839 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
4840 mm-with-unibyte-current-buffer to make string unibyte.
4841
4842 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
4843 mm-string-as-multibyte.
4844
4845 2006-11-14 Daiki Ueno <ueno@unixuser.org>
4846
4847 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
4848 Reported by Werner Koch <wk@gnupg.org>.
4849
4850 2006-11-14 Daiki Ueno <ueno@p360>
4851
4852 * mml2015.el: Autoload epa-select-keys when compiling.
4853
4854 2006-11-13 Daiki Ueno <ueno@unixuser.org>
4855
4856 * mml2015.el (mml2015-epg-sign): Save the signing keys in
4857 message-options.
4858 (mml2015-epg-encrypt): Save the recipient keys in message-options.
4859
4860 2006-11-13 Daiki Ueno <ueno@unixuser.org>
4861
4862 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
4863 EasyPG (< 0.0.6).
4864 (mml2015-always-trust): New user option.
4865 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
4866 prompt.
4867
4868 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
4869
4870 * nntp.el (nntp-authinfo-force): New variable.
4871 (nntp-send-authinfo): Use it.
4872
4873 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
4874
4875 * message.el (message-strip-subject-encoded-words): Allow _not_ to
4876 decode encoded words. Improve prompt. Add comment about forwarding.
4877 (message-replacement-char): Move up.
4878
4879 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
4880
4881 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
4882 instead of gnus-intersection because arguments of gnus-sorted-nunion
4883 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
4884
4885 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
4886
4887 * message.el (message-strip-subject-encoded-words): Reformat prompt.
4888 (message-simplify-subject-functions): Enable
4889 message-strip-subject-encoded-words by default.
4890
4891 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
4892
4893 * message.el (message-strip-subject-encoded-words): New function
4894 (message-simplify-subject-functions): New variable.
4895 (message-simplify-subject): Use it. Fix typo in doc string.
4896 Support message-strip-subject-encoded-words.
4897
4898 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
4899
4900 * gnus-diary.el (gnus-diary-delay-format-function):
4901 * nndiary.el (nndiary-reminders):
4902 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
4903
4904 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
4905
4906 * gnus-art.el (article-hide-boring-headers): Fetch date from
4907 gnus-original-article-buffer to avoid problems with localized date
4908 strings.
4909
4910 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
4911
4912 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
4913
4914 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
4915
4916 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
4917 New variables.
4918 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4919 (mm-charset-synonym-alist): Move some entries to
4920 mm-codepage-iso-8859-list.
4921 (mm-charset-synonym-alist, mm-charset-override-alist): Add
4922 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
4923
4924 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
4925
4926 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
4927
4928 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
4929
4930 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
4931 with Emacs 21 and XEmacs.
4932
4933 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
4934
4935 * spam.el (spam-parse-address): New function for better parsing,
4936 catching errors, etc.
4937 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
4938
4939 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
4940
4941 * mm-view.el: Add interactive arg to html2text autoload.
4942
4943 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
4944
4945 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
4946
4947 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
4948
4949 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
4950 variables.
4951 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
4952 (mm-charset-synonym-alist): Move some entries to
4953 mm-codepage-iso-8859-list.
4954
4955 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
4956
4957 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
4958
4959 * message.el (message-citation-line-format)
4960 (message-insert-formated-citation-line): Fix implementation of %E, %N
4961 and %n according to the doc string.
4962
4963 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
4964
4965 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4966 car-safe to avoid bad parses.
4967
4968 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
4969
4970 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
4971 names.
4972
4973 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
4974
4975 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
4976
4977 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
4978 header.
4979
4980 * message.el (message-draft-headers): Add Date.
4981 (message-headers-to-generate): Fix typo in docstring.
4982
4983 * nndraft.el (nndraft-required-headers): New variable.
4984 (nndraft-generate-headers): Use it.
4985
4986 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
4987
4988 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4989
4990 * gnus-registry.el (gnus-registry-wash-for-keywords)
4991 (gnus-registry-find-keywords): New functions to allow easy searching of
4992 articles that are in the registry.
4993
4994 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
4995
4996 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
4997 ietf-drums-parse-address instead of gnus-extract-address-components.
4998 Reported by Damien Elmes <damien@repose.cx>.
4999
5000 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
5001
5002 * gnus.el (gnus-mime): Remove unused custom group.
5003
5004 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5005
5006 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
5007 "blank line" when searching for end of armor headers.
5008
5009 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
5010
5011 * gmm-utils.el (gmm-write-region): Fix variable name.
5012
5013 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
5014
5015 * gmm-utils.el (gmm-write-region): New function based on compatibility
5016 code from `mm-make-temp-file'.
5017
5018 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
5019
5020 * nnmaildir.el (nnmaildir--update-nov)
5021 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
5022 Use `gmm-write-region'.
5023
5024 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
5025
5026 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
5027 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
5028
5029 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
5030
5031 * message.el (message-replacement-char): New variable.
5032 (message-fix-before-sending): Use it.
5033 (message-simplify-subject): New function to remove duplicate code.
5034 (message-reply, message-followup): Use it.
5035
5036 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
5037 gnus-summary-limit-to-articles.
5038
5039 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
5040
5041 * gnus-util.el (gnus-with-local-quit): New macro.
5042
5043 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
5044
5045 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
5046
5047 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
5048 ignore non-string data.
5049
5050 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
5051
5052 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
5053 non-string data (needs to be done in the registry too).
5054
5055 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
5056
5057 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
5058 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
5059 (gnus-registry-split-fancy-with-parent)
5060 (gnus-registry-fetch-simplified-message-subject-fast)
5061 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
5062 Remove text properties on ingress into the registry and when it's saved.
5063 (gnus-registry-clean-empty-function): Fix bug with cleaning the
5064 registry from entries with no groups.
5065
5066 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
5067
5068 * gnus-util.el (gnus-string-remove-all-properties): Add utility
5069 function to remove string properties.
5070
5071 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
5072
5073 * gmm-utils.el (gmm): Adjust custom version.
5074
5075 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
5076 custom version.
5077
5078 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
5079
5080 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
5081
5082 * gnus-art.el (gnus-insert-prev-page-button)
5083 (gnus-insert-next-page-button): Simplify. Reformat.
5084
5085 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
5086
5087 * gnus-art.el (gnus-insert-prev-page-button)
5088 (gnus-insert-next-page-button): Apply gnus-article-button-face.
5089
5090 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
5091
5092 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
5093
5094 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
5095
5096 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
5097 gnus-article-button-face to MIME and security buttons.
5098
5099 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
5100
5101 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
5102 readable.
5103
5104 2006-09-20 Steve Youngs <steve@sxemacs.org>
5105
5106 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
5107 `browse-url-of-file' instead of `browse-url'.
5108
5109 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5110
5111 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
5112 regexp. Articles containing quotation were cut prematurely.
5113
5114 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
5115
5116 * message.el (message-cite-original-1): Use nobody by default for the
5117 value of From header.
5118 (message-reply): Ditto.
5119
5120 2006-09-11 Daiki Ueno <ueno@unixuser.org>
5121
5122 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
5123 to the gnus-info. This fixes a bug of inline-PGP message verification.
5124 Reported by Michael Piotrowski <mxp@dynalabs.de>.
5125
5126 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
5127
5128 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
5129 mails in the doc string. Add some URLs in comment.
5130 (pop3-movemail): Warn about pop3-leave-mail-on-server.
5131
5132 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
5133
5134 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
5135 backslashes handling and the way to find boundaries of quoted strings.
5136
5137 2006-09-07 Daiki Ueno <ueno@unixuser.org>
5138
5139 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
5140 mml1991-encrypt-to-self is set and mml1991-signers is not set.
5141 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
5142 mml2015-encrypt-to-self is set and mml2015-signers is not set.
5143
5144 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
5145
5146 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
5147 doc string.
5148 (gnus-button-regexp, gnus-button-last): Remove unused variables.
5149
5150 2006-09-06 Simon Josefsson <jas@extundo.com>
5151
5152 * mml2015.el (mml2015-use): Doc fix, mention epg.
5153
5154 2006-09-06 Daiki Ueno <ueno@unixuser.org>
5155
5156 * mml2015.el (mml2015-use): Default to epg, if available.
5157
5158 2006-09-06 Daiki Ueno <ueno@unixuser.org>
5159
5160 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
5161 message-sender.
5162 (mml1991-epg-encrypt): Ditto.
5163 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
5164 message-sender.
5165 (mml2015-epg-encrypt): Ditto.
5166
5167 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
5168
5169 * message.el (message-send-mail-with-sendmail): Look for sendmail in
5170 several common directories.
5171
5172 2006-09-05 Daiki Ueno <ueno@unixuser.org>
5173
5174 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
5175 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
5176
5177 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
5178
5179 * gnus-art.el (article-decode-encoded-words): Make it fast.
5180
5181 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
5182
5183 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
5184
5185 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
5186 in quoted string into `\'.
5187
5188 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5189
5190 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5191 Use standard-syntax-table.
5192
5193 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
5194
5195 * gnus-art.el (gnus-decode-address-function): New variable.
5196 (article-decode-encoded-words): Use it to decode headers which are
5197 assumed to contain addresses.
5198 (gnus-mime-delete-part): Remove useless `or'.
5199
5200 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
5201 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
5202 (gnus-nov-parse-line): Use it to decode From header.
5203 (gnus-get-newsgroup-headers): Ditto.
5204 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
5205
5206 * mail-parse.el (mail-decode-encoded-address-region): New alias.
5207 (mail-decode-encoded-address-string): New alias.
5208
5209 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
5210 New function.
5211 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
5212 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
5213 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
5214 (rfc2047-decode-string): Ditto.
5215 (rfc2047-decode-address-region): New function.
5216 (rfc2047-decode-address-string): New function.
5217
5218 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
5219
5220 * message.el (message-caesar-buffer-body): Allow rotating headers.
5221
5222 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
5223
5224 * message.el (message-insert-formated-citation-line): Fix %f.
5225 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
5226
5227 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
5228
5229 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
5230 (gnus-bookmark-mouse-available-p): New macro.
5231 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
5232 (gnus-bookmark-bmenu-show-infos): Use it.
5233 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
5234 (gnus-bookmark-bmenu-hide-infos): Ditto.
5235 (gnus-bookmark-remove-properties): New function.
5236 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
5237 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
5238 (gnus-bookmark-write-file): Bind coding-system-for-write.
5239 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
5240 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
5241 group before selecting it.
5242 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
5243 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
5244 quit-window if it is not available; use gnus-mouse-2 and bind it to
5245 gnus-bookmark-bmenu-select-by-mouse.
5246 (gnus-bookmark-show-details): Remove unused variable `details-list'.
5247 (gnus-bookmark-bmenu-select-by-mouse): New function.
5248
5249 2006-08-13 Romain Francoise <romain@orebokech.com>
5250
5251 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
5252 space.
5253
5254 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
5255
5256 * compface.el (uncompface): Use binary rather than raw-text-unix.
5257
5258 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
5259
5260 * compface.el (uncompface): Make sure the eol conversion doesn't take
5261 place when communicating with the external programs. Reported by
5262 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5263
5264 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
5265
5266 * nnheader.el (nnheader-insert-head): Fix typo in comment.
5267
5268 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5269
5270 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5271 Make it more robust by parsing author and date independently.
5272
5273 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
5274
5275 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
5276
5277 2006-07-28 Daiki Ueno <ueno@unixuser.org>
5278
5279 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
5280 first matching secret key.
5281 (mml2015-epg-encrypt): Ditto.
5282
5283 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
5284 first matching secret key.
5285 (mml1991-epg-encrypt): Ditto.
5286
5287 * mml2015.el (mml2015-encrypt-to-self): New user option.
5288 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
5289 mml2015-epg-encrypt-to-self is set.
5290
5291 * mml1991.el (mml1991-encrypt-to-self): New variable.
5292 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
5293 mml1991-epg-encrypt-to-self is set.
5294
5295 * mml2015.el (mml2015-signers): New user option.
5296 (mml2015-epg-sign): Reflect the value of mml2015-signers.
5297 (mml2015-epg-encrypt): Allow to select signing keys.
5298
5299 * mml1991.el (mml1991-signers): New variable.
5300 (mml1991-epg-sign): Reflect the value of mml1991-signers.
5301 (mml1991-epg-encrypt): Allow to select signing keys.
5302
5303 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
5304
5305 * nnheader.el (nnheader-insert-head): Make it work even if the file
5306 uses CRLF for the line-break code.
5307
5308 2006-07-25 Daiki Ueno <ueno@unixuser.org>
5309
5310 * mml2015.el: Require mml-sec instead of password.
5311 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
5312 (mml2015-cache-passphrase): Inherit the default value from
5313 mml-secure-cache-passphrase.
5314 (mml2015-passphrase-cache-expiry): Inherit the default value from
5315 mml-secure-passphrase-cache-expiry.
5316
5317 * mml1991.el: Require mml-sec instead of password.
5318 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
5319 (mml1991-cache-passphrase): Inherit the default value from
5320 mml-secure-cache-passphrase.
5321 (mml1991-passphrase-cache-expiry): Inherit the default value from
5322 mml-secure-passphrase-cache-expiry.
5323
5324 * mml-sec.el: Require password.
5325 (mml-secure-verbose): New user option.
5326 (mml-secure-cache-passphrase): New user option.
5327 (mml-secure-passphrase-cache-expiry): New user option.
5328
5329 2006-07-24 Daiki Ueno <ueno@unixuser.org>
5330
5331 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
5332 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
5333 andreas@altroot.de (Andreas Vögele).
5334
5335 FIXME: Use `tiny change'?
5336
5337 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5338
5339 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
5340 workaround for the url package included with Emacs.
5341
5342 * nnweb.el (nnweb-google-create-mapping): Update regexp.
5343
5344 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
5345
5346 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
5347 correctly. This fixes a bug caused by the 2006-05-12 change.
5348
5349 2006-07-18 Karl Fogel <kfogel@red-bean.com>
5350
5351 * nnmail.el (nnmail-article-group): If splitting raises an error, give
5352 some information about the error when saying that the `bogus' mail
5353 group will be used.
5354
5355 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
5356
5357 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
5358 string.
5359
5360 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
5361
5362 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
5363
5364 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5365
5366 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
5367
5368 2006-07-10 Daiki Ueno <ueno@unixuser.org>
5369
5370 * mml1991.el (mml1991-function-alist): Add epg.
5371 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
5372 (mml1991-epg-encrypt): New functions.
5373
5374 2006-07-10 Daiki Ueno <ueno@unixuser.org>
5375
5376 * mml2015.el (mml2015-verbose): New variable.
5377 (mml2015-cache-passphrase): Ditto.
5378 (mml2015-passphrase-cache-expiry): Ditto.
5379 (mml2015-function-alist): Add epg.
5380 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
5381 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
5382 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
5383 functions.
5384
5385 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5386
5387 * message.el (message-cite-original-1): Preserve region when removing
5388 quoted text due to X-No-Archive in order to avoid bogus attribution
5389 when citing multiple messages.
5390
5391 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5392
5393 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
5394 Kenneth Jacker <khj@be.cs.appstate.edu>.
5395
5396 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
5397
5398 * gnus-diary.el (gnus-user-format-function-d)
5399 (gnus-user-format-function-D): Autoload.
5400
5401 * imap.el (Commentary): Fix typo.
5402
5403 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
5404 2006-04-22 contribution.
5405
5406 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5407
5408 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
5409 It didn't really fix the bogosity I'm seeing with solid web groups.
5410
5411 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5412
5413 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
5414 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
5415 created using server names. If we use the feature without declaring
5416 it, Gnus does not properly manage server and group state.
5417
5418 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
5419 bound.
5420
5421 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5422
5423 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
5424 looking up the method using GROUP's prefix before inventing a new one.
5425 It is used on killed/unknown groups in various places where returning
5426 an all-new method isn't expected by the caller.
5427
5428 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
5429 and match semantics of gnus-group-real-prefix.
5430
5431 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
5432
5433 * nnmail.el (nnmail-broken-references-mailers): New variable.
5434 (nnmail-ignore-broken-references): New function generalizing
5435 nnmail-fix-eudora-headers.
5436 (nnmail-fix-eudora-headers): Now obsolete.
5437
5438 * gnus-art.el (gnus-button-handle-custom): Support
5439 `customize-apropos*'.
5440
5441 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
5442
5443 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
5444
5445 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
5446 articles.
5447
5448 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
5449
5450 * message.el (message-cite-reply-above): New variable.
5451 (message-yank-original): Use it.
5452
5453 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
5454
5455 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
5456
5457 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
5458
5459 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
5460 as read.
5461
5462 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
5463
5464 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
5465
5466 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
5467 (gnus-bookmark-default-file): Use gnus-directory.
5468 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
5469 Remove "*" in doc string.
5470 (gnus-bookmark-write-file): Simplify.
5471 (gnus-bookmark-maybe-sort-alist): Use `when'.
5472 (gnus-bookmark-get-bookmark): Fix typo in doc string.
5473 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
5474 FIXME about Emacs 21 and XEmacs compatibility.
5475 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
5476 compatibility.
5477 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
5478 compatibility.
5479 (gnus-bookmark-menu-heading): Fix version.
5480
5481 2006-06-19 Bastien Guerry <bzg@altern.org>
5482
5483 * gnus-bookmark.el: New file.
5484
5485 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
5486
5487 * message.el (message-syntax-checks): Doc fix.
5488
5489 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5490
5491 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
5492 unsubscribed groups as if they were killed ones. It causes duplicate
5493 entries in gnus-newsrc-alist.
5494
5495 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
5496
5497 * message.el (message-syntax-checks): Doc fix.
5498 (message-send-mail): Add check for continuation headers.
5499 (message-check-news-header-syntax): Fix regexp used to check for
5500 continuation headers.
5501
5502 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
5503
5504 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
5505
5506 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
5507
5508 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
5509
5510 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
5511
5512 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
5513 default-truncate-lines.
5514
5515 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
5516
5517 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
5518 to fill the utf-8 entry.
5519
5520 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5521
5522 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
5523
5524 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
5525
5526 * gnus-agent.el (directory-files-and-attributes): Move all the way
5527 forward (the third and final move).
5528 (gnus-agent-read-agentview): Trap reconstruction errors due to
5529 nonexistent directory. Handle by returning nil.
5530
5531 2006-05-30 Didier Verna <didier@xemacs.org>
5532
5533 * message.el (message-dont-reply-to-names): Update the custom type.
5534 * message.el (message-dont-reply-to-names): New defsubst: potentially
5535 convert a list of regexps into a single one.
5536 * message.el (message-get-reply-headers): Use it.
5537 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
5538
5539 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
5540
5541 * gnus-agent.el (directory-files-and-attributes): Move forward.
5542
5543 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
5544
5545 * gnus-ml.el (gnus-mailing-list-subscribe)
5546 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
5547 (gnus-mailing-list-message): Fix doc strings.
5548
5549 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5550
5551 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
5552 of doing it manually.
5553
5554 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
5555
5556 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
5557 comment.
5558
5559 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
5560
5561 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
5562 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
5563 (gnus-agent-read-local): All symbols allocated in my-obarray
5564 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
5565 (gnus-agent-regenerate-group): Check numeric names to see if they are
5566 messages or groups.
5567 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
5568 better way of do this...)
5569
5570 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
5571 'dummy.group' (there should be a better way of do this...)
5572
5573 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
5574
5575 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
5576 (gnus-saved-headers): Ditto.
5577 (gnus-default-article-saver): Mention functions may have properties.
5578 (gnus-article-save): Override gnus-save-all-headers and
5579 gnus-saved-headers by :headers property which saver function may have.
5580 (gnus-summary-save-in-file): Add :headers property.
5581 (gnus-summary-write-to-file): Ditto.
5582
5583 * gnus-sum.el (gnus-summary-save-article): Bind
5584 gnus-prompt-before-saving to t when saving many articles in a file;
5585 always show all headers.
5586
5587 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
5588
5589 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
5590 marks.
5591
5592 * message.el (message-indent-citation): Add optional arguments to allow
5593 using it outside of message buffers.
5594
5595 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
5596 (gnus-article-treat-unfold-headers): Use it.
5597 (gnus-article-truncate-lines): New variable.
5598 (gnus-article-mode): Use it.
5599 (gnus-article-toggle-truncate-lines): New function.
5600
5601 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
5602 gnus-article-toggle-truncate-lines.
5603
5604 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
5605 coding system in XEmacs, use binary.
5606
5607 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
5608
5609 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
5610 after-load-alist.
5611
5612 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
5613 this function should save decoded articles.
5614 (gnus-summary-write-to-file): Use property to specify this function
5615 should save decoded articles and specify gnus-summary-save-in-file
5616 should be used to save articles other than the first one when saving
5617 many articles.
5618 (gnus-summary-save-body-in-file): Use property to specify this
5619 function should save decoded articles.
5620 (gnus-summary-write-body-to-file): Use property to specify this
5621 function should save decoded articles and specify
5622 gnus-summary-save-body-in-file should be used to save articles other
5623 than the first one when saving many articles.
5624
5625 * gnus-sum.el (gnus-summary-save-article): Simplify.
5626
5627 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
5628
5629 * gnus-art.el (gnus-default-article-saver): Add
5630 gnus-summary-write-body-to-file.
5631 (gnus-article-save-coding-system): Don't use coding system object
5632 in XEmacs.
5633 (gnus-read-save-file-name): Add optional `dir-var' argument which
5634 specifies directory in which files are saved; work even if optional
5635 `variable' argument is not specified.
5636 (gnus-summary-write-to-file): Read file name.
5637 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
5638 (gnus-summary-write-body-to-file): New function.
5639
5640 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
5641 (gnus-summary-local-variables): Add it.
5642 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
5643 (gnus-summary-save-article): Remove optional `decode' argument;
5644 determine whether to decode articles by the value of
5645 gnus-default-article-saver; when saving many files using
5646 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
5647 it first and use gnus-summary-save-in-file or
5648 gnus-summary-save-body-in-file thereafter unless
5649 gnus-prompt-before-saving is always; move point to article which
5650 will be saved.
5651 (gnus-summary-save-article-file): Revert.
5652 (gnus-summary-write-article-file): Revert.
5653 (gnus-summary-save-article-body-file): Revert.
5654 (gnus-summary-write-article-body-file): New function.
5655
5656 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
5657
5658 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
5659
5660 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
5661
5662 * gnus-art.el (gnus-default-article-saver): Doc fix.
5663 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
5664 from gnus-summary-save-article-coding-system, and default to a
5665 certain coding system.
5666 (gnus-output-to-file): Add coding cookie and encode text according
5667 to gnus-article-save-coding-system; don't use mm-append-to-file.
5668
5669 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
5670 gnus-art.el and rename to gnus-article-save-coding-system.
5671 (gnus-summary-save-article): Require gnus-art; don't show all
5672 headers if it decodes articles; don't add coding cookie here;
5673 don't bind mm-text-coding-system-for-write.
5674 (gnus-summary-save-article-file): Save decoded articles.
5675 (gnus-summary-write-article-file): When saving many files, use
5676 gnus-summary-write-to-file first and gnus-summary-save-in-file
5677 thereafter unless gnus-prompt-before-saving is always.
5678 (gnus-summary-save-article-body-file): Save decoded articles.
5679
5680 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
5681
5682 * nnrss.el (nnrss-check-group): Bind hash-index.
5683
5684 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
5685
5686 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
5687 its hash index. Store this hash in `nnrss-group-data'.
5688 (nnrss-read-group-data): Update accordingly.
5689
5690 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
5691
5692 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
5693 entry.
5694
5695 * gnus-sum.el (gnus-summary-make-menu-bar): Add
5696 gnus-article-browse-html-article.
5697
5698 2006-05-23 Hynek Schlawack <hynek@ularx.de>
5699
5700 * gnus-sum.el (gnus-summary-mime-map): Add
5701 gnus-article-browse-html-article.
5702 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
5703
5704 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
5705 suitable coding systems in customize.
5706
5707 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
5708
5709 * mail-source.el (mail-sources): Fix custom type.
5710
5711 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
5712
5713 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
5714 (gnus-summary-expire-articles-now): Shorten prompt.
5715
5716 * gmm-utils.el (wid-edit): Require.
5717 (defun-gmm): Renamed from `gmm-defun-compat'.
5718 (gmm-image-search-load-path): Use it.
5719 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
5720
5721 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
5722
5723 * gnus-sum.el (gnus-summary-save-article-coding-system): New
5724 variable.
5725 (gnus-summary-save-article): Add optional `decode' argument. If
5726 it is set and gnus-summary-save-article-coding-system is non-nil,
5727 save decoded article.
5728 (gnus-summary-write-article-file): Save decoded article if
5729 gnus-summary-save-article-coding-system is non-nil.
5730
5731 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
5732 type.
5733
5734 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
5735
5736 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
5737
5738 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
5739
5740 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
5741 first to test gnus-single-article-buffer which may be buffer-local.
5742
5743 * gnus-sum.el (gnus-summary-setup-buffer): Make
5744 gnus-single-article-buffer buffer-local and nil in ephemeral
5745 group; make gnus-article-buffer, gnus-article-current, and
5746 gnus-original-article-buffer always buffer-local.
5747 (gnus-summary-exit): Kill article buffer belonging to ephemeral
5748 group.
5749 (gnus-handle-ephemeral-exit): Don't move to next summary line.
5750
5751 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
5752
5753 * nnml.el (nnml-request-compact-group): Compressed files might not
5754 have .gz extension.
5755
5756 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
5757
5758 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
5759 (mm-copy-to-buffer): Use with-current-buffer.
5760 (mm-display-part): Simplify.
5761 (mm-inlinable-p): Add optional arg `type'.
5762
5763 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
5764
5765 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
5766 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
5767 Try harder to show the attachment internally or externally using
5768 gnus-mime-view-part-as-type.
5769
5770 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
5771
5772 * message.el (message-from-style, message-signature-separator)
5773 (message-user-organization-file, message-send-mail-function)
5774 (message-citation-line-function, message-yank-prefix)
5775 (message-indent-citation-function, message-signature)
5776 (message-signature-file, message-signature-insert-empty-line):
5777 Remove autoloads.
5778
5779 * gnus-art.el (gnus-buttonized-mime-types): Remove
5780 "multipart/signed". Revert 2006-04-26 change.
5781
5782 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
5783
5784 * gnus.el (gnus-version-number): Bump version.
5785
5786 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
5787
5788 * gnus.el: No Gnus v0.5 is released.
5789
5790 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5791
5792 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
5793 fetching articles by message-id.
5794
5795 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
5796
5797 * message.el (hashcash): Require hashcash as normal.
5798
5799 * ecomplete.el (ecomplete-highlight-match-line): Use
5800 point-at-eol.
5801 (ecomplete-highlight-match-line): Use `highlight', because that
5802 face exists in both Emacs and XEmacs.
5803
5804 * message.el (message-display-abbrev): Use point-at-bol.
5805
5806 * mail-source.el: Don't require timer/timer-funcs.
5807
5808 * gnus-async.el: Ditto.
5809
5810 * password.el: Ditto.
5811
5812 * mm-url.el: Ditto.
5813
5814 * mm-util.el: Require timer/timer-funcs.
5815
5816 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5817
5818 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
5819 Close.
5820
5821 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
5822
5823 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
5824 unibyte after clear-decrypt function runs.
5825
5826 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
5827 returns as a unibyte string.
5828
5829 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
5830
5831 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
5832 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
5833 (mml1991-pgg-encrypt): Ditto.
5834
5835 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
5836
5837 * message.el (message-user-organization-file): Check several
5838 locations of the organization file.
5839
5840 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
5841 Add gnus-article-view-part-as-type.
5842
5843 * gnus-art.el (gnus-article-view-part-as-type): New function.
5844
5845 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
5846 .mobi and .travel. Remove .nato, .bitnet and .uucp.
5847
5848 * mml.el: Simplify autoload.
5849 (mml-mode): defvar dnd-protocol-alist instead of using
5850 symbol-value.
5851 (mml-default-directory): New variable.
5852 (mml-minibuffer-read-file): Use it.
5853 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
5854
5855 * message.el (message-citation-line-format): New variable.
5856 (message-insert-formated-citation-line): New function.
5857 (message-citation-line-function): Add
5858 `message-insert-formated-citation-line' to custom type.
5859
5860 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
5861 to doc string.
5862
5863 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
5864 depending on mm-verify-option.
5865
5866 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
5867
5868 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
5869 binding pgg-* variables; reimplement the section which prevents
5870 MIME header from being signed.
5871 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
5872 pgg-text-mode; remove a blank line at the top of body.
5873
5874 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
5875 lines at the top of body; use gnus-newsgroup-charset if there's no
5876 Charset header.
5877
5878 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
5879
5880 * message.el (message-self-insert-commands): Doc fix.
5881
5882 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
5883 (mm-uu-pgp-encrypted-test): Ditto.
5884 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
5885 between header and body; return application/pgp-encrypted handle
5886 if decryption failed; decode decrypted body by charset.
5887
5888 * mm-decode.el (mm-automatic-display): Don't make application/pgp
5889 element match to application/pgp-*.
5890
5891 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5892
5893 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
5894 HTML.
5895
5896 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
5897
5898 * mail-source.el (mail-source-call-script): Message the error
5899 string.
5900
5901 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5902
5903 * gnus-util.el (gnus-byte-compile): Use it.
5904
5905 2006-04-22 xyblor <fake@invalid.email> (tiny change)
5906
5907 * gnus-util.el (kill-empty-logs): New function.
5908
5909 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5910
5911 * message.el (message-mail-alias-type): Doc fix.
5912 (message-mail-alias-type-p): New function.
5913 (message-send): Use it.
5914 (message-mode): Ditto.
5915 (message-strip-forbidden-properties): Ditto.
5916
5917 * ecomplete.el (ecomplete-database-file-coding-system): New
5918 variable.
5919 (ecomplete-save): Use it.
5920 (ecomplete-setup): Use it.
5921
5922 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
5923
5924 * message.el (message-self-insert-commands): New variable.
5925 (message-strip-forbidden-properties): Use it.
5926
5927 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
5928
5929 * message.el (message-put-addresses-in-ecomplete): Use a regexp
5930 that doesn't make XEmacs choke.
5931
5932 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
5933
5934 * gnus-util.el (gnus-replace-in-string):
5935 Prefer replace-regexp-in-string over of replace-in-string.
5936
5937 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
5938
5939 * gnus-util.el (gnus-select-frame-set-input-focus):
5940 Use select-frame-set-input-focus if it is available in XEmacs; use
5941 definition defined in Emacs 22 for old Emacsen.
5942
5943 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
5944
5945 * mm-view.el (mm-inline-text): Use equal instead of equalp.
5946
5947 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
5948
5949 * gnus-registry.el (gnus-registry-cache-save): Remove text
5950 properties when saving via the temp buffer.
5951
5952 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
5953
5954 * message.el (message-generate-hashcash): Honor custom type.
5955
5956 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
5957
5958 * message.el (message-generate-hashcash): Default to non-nil when
5959 hashcash is found.
5960
5961 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
5962 (gnus-refer-thread-limit): Increase default to 500.
5963
5964 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
5965
5966 * flow-fill.el (fill-flowed): Allow delete-space.
5967
5968 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
5969
5970 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
5971 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
5972 Remove autoloads.
5973
5974 2006-04-18 Simon Josefsson <jas@extundo.com>
5975
5976 * message.el (message-generate-hashcash): Default to.
5977
5978 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
5979
5980 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
5981 concatenating segments rather than before concatenating them.
5982
5983 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
5984
5985 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
5986
5987 * imap.el (imap-quote-specials): New function.
5988 (imap-login-auth): Quote specials.
5989
5990 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5991
5992 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
5993
5994 * message.el (message-forward-make-body-plain): Allow
5995 message-forward-ignored-headers to be a list.
5996 (message-remove-ignored-headers): Factor out into function.
5997 (message-forward-make-body-mml): Use it.
5998 * rfc2231.el (rfc2231-parse-string): Remove dead code.
5999 (rfc2231-parse-string): Allow concatanation of parameters that
6000 aren't contiguous. The test case is
6001 (mail-header-parse-content-type "message/external-body;
6002 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
6003 access-type=LOCAL-FILE;
6004 name*1*=plugh%2fhello-sailor%2fbing.pdf")
6005
6006 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
6007
6008 * nntp.el (nntp-accept-process-output): Return the value of
6009 `nnheader-accept-process-output'.
6010
6011 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6012
6013 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
6014 (gnus-button-alist): Recognize more diff formats.
6015 (gnus-button-patch): Strip directory.
6016
6017 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
6018
6019 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
6020 Emacs 22 when setting focus.
6021
6022 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6023
6024 * gnus-art.el (gnus-article-treat-types): Do treatment of
6025 text/x-verbatim parts.
6026 (gnus-button-patch): New command.
6027
6028 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
6029 addresses that contain invalid characters.
6030
6031 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6032
6033 * message.el (message-put-addresses-in-ecomplete): Use
6034 gnus-replace-in-string.
6035 (message-is-yours-p): Use the more correct
6036 mail-header-parse-address instead of
6037 mail-extract-address-components.
6038 (message-put-addresses-in-ecomplete): Fix typo.
6039
6040 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
6041 keystroke.
6042
6043 * gnus-art.el (gnus-treatment-function-alist): Change order of
6044 newsgroups/generic header folding to avoid double-folding.
6045
6046 * message.el (message-hidden-headers): Add X-Draft-From.
6047
6048 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
6049 command.
6050 (gnus-summary-repeat-search-article-backward): New command.
6051
6052 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
6053 groups in the parent topic.
6054
6055 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
6056
6057 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
6058 (spam-extra-header-to-number): Return the CRM114 number as a
6059 number instead of a string.
6060
6061 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
6062
6063 * gnus-art.el (gnus-face-properties-alist): Moved here from
6064 gnus-fun.
6065
6066 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
6067
6068 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6069
6070 * message.el (message-strip-forbidden-properties): Only display on
6071 self-insert-command.
6072
6073 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
6074 reindent.
6075 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
6076
6077 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
6078
6079 * smiley.el (smiley-style): Fix typo.
6080
6081 2006-03-23 Kenichi Handa <handa@m17n.org>
6082
6083 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
6084 instead of set-buffer-multibyte.
6085
6086 2006-03-23 Kenichi Handa <handa@m17n.org>
6087
6088 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6089 buffer and then decode the buffer text if necessary.
6090 (rfc2231-encode-string): Be sure to work on multibyte buffer at
6091 first, and after mm-encode-body, change the buffer to unibyte.
6092
6093 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
6094
6095 * hashcash.el (hashcash-insert-payment-async-2): Use
6096 message-goto-eoh instead of doing it manually.
6097 (mail-add-payment): Use message-narrow-to-header instead of trying
6098 to do the same itself.
6099
6100 * message.el (message-hidden-headers): Add Face.
6101
6102 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
6103 reparenting code.
6104 (gnus-summary-reparent-children): Refactored out code.
6105 (gnus-summary-thread-map): New keystroke.
6106 (gnus-summary-reparent-children): Make into command.
6107
6108 * smiley.el (smiley-style): Default to `medium' if using a large
6109 font.
6110
6111 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
6112 does it itself.
6113
6114 * message.el (message-point-in-header-p): Simplify definition.
6115
6116 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
6117
6118 * nnagent.el (nnagent-request-set-mark): Silence log file
6119 writing.
6120 (nnagent-request-set-mark): Use write-region instead of
6121 append-to-file.
6122
6123 * gnus-sum.el (gnus-read-header): Fudge article number if using a
6124 strange select method.
6125
6126 * ecomplete.el (ecomplete-display-matches): Get highlightling
6127 right.
6128 (ecomplete-display-matches): Use literals.
6129 (ecomplete-display-matches): Disable message logging.
6130
6131 * message.el (message-display-abbrev): Small optimization.
6132
6133 * ecomplete.el (ecomplete-display-matches): Allow automatic
6134 display.
6135
6136 * message.el (message-strip-forbidden-properties): Display
6137 abbrevs.
6138 (message-display-abbrev): Get automatic display right.
6139
6140 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
6141 keystrokes.
6142
6143 2006-04-13 Romain Francoise <romain@orebokech.com>
6144
6145 TODO: Backport to v5-10!
6146
6147 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
6148 Moved here (and renamed) from gnus-registry.el.
6149
6150 * gnus-registry.el: Require gnus-util.
6151 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
6152
6153 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
6154
6155 * gnus-group.el (gnus-group-catchup-current): Change
6156 if-then-else-if-then-else into cond.
6157 (gnus-group-catchup): Indent.
6158 (group-name-at-point): New function.
6159 (gnus-fetch-group): Provide default from thing at point.
6160
6161 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6162
6163 * message.el (message-display-abbrev): Fix regexp.
6164
6165 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
6166 choosing.
6167 (ecomplete-highlight-match-line): Fix up code rewrite, remove
6168 dead variables.
6169
6170 * message.el (message-newline-and-indent): Remove debugging.
6171 (message-display-abbrev): Use new implementation.
6172
6173 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6174
6175 * gnus-art.el (gnus-article-mode): Set
6176 cursor-in-non-selected-windows to nil.
6177
6178 * smiley.el: Revert previous change.
6179 (smiley-data-directory): defvar it before using it in the
6180 defcustom of `smiley-style'.
6181
6182 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6183
6184 * message.el (message-newline-and-indent): New function.
6185
6186 * ecomplete.el: Implement more bits.
6187
6188 * message.el (message-put-addresses-in-ecomplete): Clean up the
6189 string.
6190
6191 * ecomplete.el (ecomplete-add-item): Chop off decimals.
6192
6193 * gnus-sum.el (gnus-summary-save-parts): Bind
6194 gnus-summary-save-parts-counter and use it to make unique file
6195 names.
6196
6197 * gnus-art.el (gnus-ignored-headers): Add some more headers.
6198
6199 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
6200 parameter to say whether to actually parse the individual
6201 addresses.
6202
6203 * message.el (message-put-addresses-in-ecomplete): New function.
6204 (ecomplete): Require.
6205 (message-mail-alias-type): Add ecomplete as an option.
6206
6207 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
6208
6209 * flow-fill.el (fill-flowed): Remove trailing space from blank
6210 quoted lines.
6211
6212 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
6213
6214 * smiley.el (smiley-style): Move definition later to avoid a
6215 compilation warning.
6216
6217 2006-04-12 Kenichi Handa <handa@m17n.org>
6218
6219 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
6220 buffer and then decode the buffer text if necessary.
6221 (rfc2231-encode-string): Be sure to work on multibyte buffer at
6222 first, and after mm-encode-body, change the buffer to unibyte.
6223 Use mm-disable-multibyte instead of set-buffer-multibyte.
6224
6225 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
6226
6227 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
6228 Content-Type header instead of Content-Disposition header.
6229 (gnus-mime-inline-part): Ditto.
6230 (gnus-mime-view-part-as-charset): Ignore charset that the part
6231 specifies.
6232
6233 * mm-decode.el (mm-display-part): Work with external parts and
6234 usual parts similarly.
6235
6236 * mm-extern.el (mm-inline-external-body): Use mm-display-part
6237 instead of gnus-display-mime.
6238
6239 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
6240 instead of with-temp-buffer.
6241
6242 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
6243 tag to summarized topics part in order to encode non-ASCII text.
6244
6245 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6246
6247 * smiley.el (smiley-style): New variable.
6248 (smiley-directory): New function.
6249 (smiley-data-directory): Derive from `smiley-style' using
6250 `smiley-directory'.
6251 (smiley-regexp-alist): Add new entries.
6252
6253 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
6254 (gnus-article-browse-delete-temp): Add :version.
6255
6256 2006-04-11 Arne Jørgensen <arne@arnested.dk>
6257
6258 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
6259 the sieve region.
6260
6261 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6262
6263 * gnus.el (gnus-version-number): Bump version.
6264
6265 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
6266
6267 * gnus.el: No Gnus v0.4 is released.
6268
6269 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
6270
6271 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
6272 layout.
6273
6274 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
6275 unknown charset.
6276
6277 * message.el (message-header-synonyms): Add Original-To to the
6278 default.
6279
6280 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
6281 optional parameter.
6282
6283 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
6284
6285 * gnus-fun.el (gnus): Require it for gnus-directory.
6286
6287 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6288
6289 * gnus-fun.el (gnus-face-properties-alist): Add :version.
6290
6291 2006-04-05 Daiki Ueno <ueno@unixuser.org>
6292
6293 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
6294
6295 2006-04-05 Simon Josefsson <jas@extundo.com>
6296
6297 * password.el (password-reset): New function.
6298
6299 2006-04-05 Daiki Ueno <ueno@unixuser.org>
6300
6301 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
6302 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
6303
6304 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6305
6306 * nnweb.el (nnweb-google-create-mapping): Update regexp.
6307 Some whitespace was matched into the url, which broke browsing hits
6308 > 100 when mm-url-use-external was nil.
6309
6310 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
6311
6312 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
6313 gnus-extra-headers for 'Newsgroups.
6314
6315 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
6316 bound.
6317
6318 2006-04-04 Daiki Ueno <ueno@unixuser.org>
6319
6320 * pgg-gpg.el: Clean up process buffers every time gpg processes
6321 complete.
6322
6323 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
6324
6325 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6326 doc string.
6327
6328 2006-04-03 Daiki Ueno <ueno@unixuser.org>
6329
6330 * pgg-gpg.el (pgg-gpg-process-filter)
6331 (pgg-gpg-wait-for-completion): Check if buffer is alive.
6332
6333 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
6334 lines, temporary fix.
6335
6336 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
6337
6338 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
6339
6340 2006-03-29 Daiki Ueno <ueno@unixuser.org>
6341
6342 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
6343 default-enable-multibyte-characters. This reverts the change from
6344 revision 6.17 which is no longer necessary because the passphrase
6345 is sent separately now. GnuPG messages are unreadable under
6346 multibyte locales with default-enable-multibyte-characters set to
6347 nil.
6348
6349 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
6350
6351 * message.el (message-tool-bar-gnome): Move "spell".
6352
6353 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
6354
6355 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
6356 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
6357 instead.
6358
6359 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
6360
6361 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
6362 newsgroups handling for NNTP overviews which don't include
6363 Newsgroups.
6364
6365 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6366
6367 * message.el (message-resend): Bind message-generate-hashcash to nil.
6368
6369 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6370
6371 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
6372 when searching for already-paid recipients.
6373
6374 2006-03-27 Daiki Ueno <ueno@unixuser.org>
6375
6376 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
6377 passphrases when it is not needed.
6378 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
6379 passphrase stuff from gpg, should only be necessary when you use
6380 gpg with a smartcard.
6381
6382 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
6383
6384 * mml.el (mml-insert-mime): Ignore cached contents of
6385 message/external-body part.
6386
6387 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
6388 (mm-insert-part): Ditto.
6389
6390 2006-03-23 Simon Josefsson <jas@extundo.com>
6391
6392 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
6393 Reiner.
6394 (pgg-gpg-use-agent-p): Use it again.
6395
6396 2006-03-23 Simon Josefsson <jas@extundo.com>
6397
6398 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
6399 older emacsen.
6400 (pgg-gpg-use-agent-p): Don't use it.
6401
6402 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
6403
6404 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
6405 if we can.
6406
6407 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
6408
6409 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
6410 (pgg-gpg-update-agent): New function.
6411 (pgg-gpg-use-agent-p): New function.
6412 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
6413 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
6414 (pgg-gpg-sign-region): Use it.
6415
6416 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
6417
6418 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
6419 Reported by Ralf Wachinger <rwachinger@gmx.de>.
6420
6421 2006-03-21 Simon Josefsson <jas@extundo.com>
6422
6423 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
6424 <wilde@sha-bang.de>.
6425 (pgg-gpg-use-agent): New variable.
6426 (pgg-gpg-process-region): Use it.
6427 (pgg-gpg-encrypt-region): Likewise.
6428 (pgg-gpg-encrypt-symmetric-region): Likewise.
6429 (pgg-gpg-decrypt-region): Likewise.
6430 (pgg-gpg-sign-region): Likewise.
6431 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
6432
6433 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
6434
6435 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
6436
6437 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
6438 Add comment on version.
6439
6440 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
6441
6442 * smiley.el: Add missing test smiley.
6443
6444 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
6445
6446 * mm-decode.el (mm-with-part): New macro.
6447 (mm-get-part): Use it; work with message/external-body as well.
6448 (mm-save-part): Treat name and filename equally.
6449
6450 * mm-extern.el (mm-extern-cache-contents): New function.
6451 (mm-inline-external-body): Use it; force the part to be displayed;
6452 move undisplayer added to the cached handle to the parent.
6453
6454 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
6455 (gnus-mime-view-part-as-type): Work with message/external-body.
6456
6457 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
6458
6459 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
6460
6461 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
6462 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
6463 Emacs.]
6464
6465 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
6466
6467 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
6468 path rather than symbol. Always return list of directories.
6469 Guarantee that image directory comes first. [Sync with image.el,
6470 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
6471
6472 * message.el (message-make-tool-bar): Adjust to new API of
6473 `gmm-image-load-path-for-library'.
6474
6475 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6476
6477 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6478
6479 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6480
6481 * gnus-art.el (gnus-article-only-boring-p):
6482 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
6483 intangible text.
6484 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
6485
6486 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
6487
6488 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
6489 `defun' instead of `gmm-defun-compat'.
6490
6491 2006-03-14 Simon Josefsson <jas@extundo.com>
6492
6493 * message.el (message-unique-id): Don't use message-number-base36
6494 if (user-uid) is a float.
6495 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
6496
6497 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
6498
6499 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
6500
6501 * gnus-art.el (gnus-mime-display-single): Make sure there is an
6502 empty line between a part and a message part.
6503
6504 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6505
6506 * smiley.el: Add more test smileys.
6507 (smiley-data-directory, smiley-regexp-alist)
6508 (gnus-smiley-file-types): Fix doc strings.
6509 (smiley-update-cache): Clear smiley-cached-regexp-alist before
6510 adding new elements.
6511 (smiley-mouse-map): Unused code. Make it a comment.
6512
6513 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
6514
6515 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
6516 scan latest NoCeM messages instead of old ones.
6517 (gnus-nocem-check-article): Fix regexps so as to match to PGP
6518 delimiters that are recently used.
6519 (gnus-nocem-load-cache): Add autoload cookie.
6520
6521 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
6522
6523 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
6524 level which is larger than gnus-use-nocem is specified.
6525
6526 * gnus-group.el (gnus-group-get-new-news): Ditto.
6527
6528 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
6529
6530 * gnus-util.el (gnus-tool-bar-update): New function.
6531
6532 * gnus-group.el (gnus-group-update-tool-bar): New variable.
6533 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
6534
6535 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
6536
6537 * gnus-group.el (gnus-group-redraw-when-idle)
6538 (gnus-group-redraw-check): Remove.
6539 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
6540
6541 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
6542
6543 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
6544 if optional last element is specified in splits (FIELD VALUE...).
6545
6546 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
6547
6548 * message.el (message-make-tool-bar): Rename gmm-image-load-path
6549 to gmm-image-load-path-for-library. Call with no-error argument.
6550 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
6551
6552 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6553
6554 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
6555
6556 * gmm-utils.el (gmm-image-load-path): Remove alias.
6557
6558 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
6559
6560 * gmm-utils.el (gmm-image-load-path): Add alias.
6561
6562 * nnml.el (nnml-generate-nov-databases-directory): Rename from
6563 nnml-generate-nov-databases-1.
6564 (nnml-generate-nov-databases): Use it.
6565 (nnml-generate-nov-databases-directory): Document no-active
6566 argument.
6567
6568 * gmm-utils.el (gmm-image-load-path-for-library): Return single
6569 directory if path is t. Add no-error.
6570
6571 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
6572 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6573
6574 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
6575 resetting gnus-article-browse-html-temp-list.
6576
6577 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
6578 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
6579 Add example to docstring. Rename local variables. Move error
6580 checks to default case in cond and simplify.
6581
6582 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
6583
6584 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
6585 handle is multipart when calling it recursively.
6586 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
6587
6588 2006-03-03 Daniel Pittman <daniel@rimspace.net>
6589
6590 * nnimap.el (nnimap-request-update-info-internal): Optimize.
6591 Don't `gnus-uncompress-range' to avoid excessive memory usage.
6592
6593 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
6594
6595 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
6596 is loaded.
6597
6598 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
6599 loaded.
6600
6601 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
6602
6603 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
6604 to "Emacs 23 (unicode)" in doc string.
6605
6606 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
6607 "Emacs 23 (unicode)" in comment.
6608
6609 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
6610
6611 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
6612
6613 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
6614 characters 160 through 255 in Emacs 23.
6615
6616 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
6617
6618 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
6619 gnus-article-browse-html-temp.
6620 (gnus-article-browse-delete-temp): Make it customizable. Add
6621 `file'. Adjust doc string.
6622 (gnus-article-browse-delete-temp-files): Add argument. Allow
6623 query for each file. Adjust doc string.
6624 (gnus-article-browse-html-parts): Add
6625 `gnus-article-browse-delete-temp-files' to
6626 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
6627
6628 2006-03-02 Hynek Schlawack <hynek@ularx.de>
6629
6630 * gnus-art.el (gnus-article-browse-html-temp)
6631 (gnus-article-browse-delete-temp): New variables.
6632 (gnus-article-browse-delete-temp-files): New function.
6633 (gnus-article-browse-html-parts): Use it.
6634
6635 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
6636
6637 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
6638
6639 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
6640 string.
6641
6642 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
6643 gnus-summary-insert-new-articles when unplugged. Remove
6644 gnus-summary-search-article-forward.
6645
6646 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
6647 display-visual-class instead of display-color-cells.
6648
6649 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
6650
6651 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
6652 message/* containing non-ASCII text properly.
6653
6654 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
6655
6656 * message.el: Require gmm-utils, remove autoloads.
6657 (message-tool-bar): Set default based on
6658 gmm-tool-bar-style.
6659 (message-tool-bar-gnome): Add gmm-customize-mode.
6660
6661 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
6662 gmm-tool-bar-style.
6663 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
6664
6665 * gnus-group.el (gnus-group-tool-bar): Set default based on
6666 gmm-tool-bar-style.
6667 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
6668
6669 * gmm-utils.el (gmm-image-directory): Rename variable from
6670 gmm-image-load-path.
6671 (gmm-image-load-path): Use gmm-image-directory.
6672 (gmm-customize-mode): New function.
6673 (gmm-tool-bar-style): New variable.
6674
6675 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
6676 gnus-group-redraw-line-number.
6677 (gnus-group-redraw-check): Simplify.
6678 (gnus-group-tool-bar-update): Remove redraw check.
6679 (gnus-group-make-tool-bar): Add redraw check.
6680
6681 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
6682
6683 * gnus-art.el (gnus-button): Add missing parentheses.
6684
6685 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
6686
6687 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
6688
6689 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
6690
6691 * gnus-art.el (gnus-button): New face.
6692 (gnus-article-button-face): Use it.
6693
6694 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
6695 gnus-summary-next-page. Re-order.
6696
6697 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
6698 next-node are now included.
6699 (gnus-group-redraw-line-number): New internal variable.
6700 (gnus-group-redraw-check): Helper function for updating the tool
6701 bar.
6702 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
6703
6704 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
6705
6706 * spam.el (spam-spamassassin-score-regexp): New internal variable.
6707 (spam-extra-header-to-number, spam-check-spamassassin-headers):
6708 Use it to match format of Spamassassin 3.0 and later. Reported by
6709 IRIE Tetsuya <irie@t.email.ne.jp>.
6710 (spam-check-bogofilter)
6711 (spam-bogofilter-register-with-bogofilter): Fix args of
6712 `gnus-error' calls.
6713
6714 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
6715
6716 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
6717 unnecessary interaction when sending queued mails. Reported by
6718 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
6719
6720 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
6721
6722 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
6723 first or last are nil.
6724
6725 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6726
6727 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
6728
6729 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6730
6731 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
6732
6733 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
6734
6735 * dns.el (query-dns): Protect more against buggy tcp output.
6736
6737 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
6738
6739 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
6740 nov.php.
6741
6742 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6743
6744 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
6745 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
6746 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
6747 output on the server side.
6748 (nnweb-google-create-mapping): Update regexps and add some
6749 progress indication.
6750
6751 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
6752
6753 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
6754 gnus-agent-toggle-plugged. Re-order icons.
6755 (gnus-group-tool-bar-gnome): Add
6756 gnus-group-{prev,next}-unread-group.
6757 (gnus-group-tool-bar-gnome): Re-order icons.
6758
6759 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
6760 gnus-summary-insert-new-articles.
6761
6762 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
6763 comments.
6764
6765 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
6766 also available in Emacs 21.3.
6767
6768 * message.el (message-fix-before-sending): Change "Emacs 22" to
6769 "Emacs 23 (unicode)" in comment.
6770
6771 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
6772 "Emacs 23 (unicode)" in comment.
6773
6774 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
6775 comment.
6776 (mm-coding-system-p): Add comment about no-MULE XEmacs.
6777
6778 * mm-view.el (mm-fill-flowed): Add :version.
6779
6780 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
6781
6782 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
6783 and load-path.
6784
6785 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
6786
6787 * message.el: Autoload gmm-image-load-path.
6788 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
6789 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
6790 consitency.
6791
6792 * gmm-utils.el (gmm-image-load-path): Also search in
6793 "../etc/images". Don't set gmm-image-load-path if we don't find
6794 the image.
6795
6796 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
6797
6798 * gmm-utils.el (gmm-image-load-path): Don't make
6799 `gmm-image-load-path' include subdirectories which the second arg
6800 `image' might specify.
6801
6802 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
6803 subdirectory to icon file names.
6804
6805 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
6806
6807 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
6808
6809 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
6810 gmm-image-load-path calls.
6811
6812 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6813
6814 * message.el (message-make-tool-bar): Ditto.
6815
6816 * mml.el (mml-preview): Added comment concerning tool bar icons.
6817
6818 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
6819 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
6820
6821 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
6822 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
6823
6824 * message.el (message-tool-bar-gnome): Use new icon names.
6825 (message-make-tool-bar): Use `gmm-image-load-path'.
6826
6827 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
6828 functions from MH-E.
6829 (gmm-image-load-path): New variable from MH-E.
6830 (gmm-image-load-path): New function from MH-E. Added arguments
6831 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
6832 *-image-load-path-called-flag.
6833
6834 2006-02-21 Milan Zamazal <pdm@brailcom.org>
6835
6836 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
6837
6838 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
6839
6840 * nnimap.el (nnimap-request-move-article): Change folder back to
6841 source group before deleting.
6842
6843 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
6844
6845 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
6846
6847 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
6848 mm-url.
6849
6850 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
6851
6852 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
6853
6854 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
6855 coding system which mm-charset-to-coding-system returns for a
6856 given charset is valid.
6857
6858 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
6859
6860 * html2text.el (html2text-remove-tag-list):
6861 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
6862
6863 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6864
6865 * gnus-cus.el: Revert 2005-10-17 change.
6866
6867 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
6868
6869 * gnus-art.el (article-strip-banner): Call
6870 article-really-strip-banner only when the regexp match is made.
6871
6872 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
6873
6874 * gnus-art.el (article-strip-banner): Use
6875 gnus-extract-address-components instead of
6876 mail-header-parse-addresses to make it work with non-ASCII text;
6877 remove mail-encode-encoded-word-string.
6878
6879 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
6880 values which are surrounded with \"...\"; make it never cause a
6881 Lisp error; give up parsing of parameters if it failed in
6882 extracting type.
6883
6884 2006-02-14 Arne Jørgensen <arne@arnested.dk>
6885
6886 * smime.el (smime-cert-by-ldap-1): Fix bug where
6887 `smime-ldap-search' returns results without userCertificates.
6888
6889 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
6890
6891 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
6892
6893 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
6894
6895 * spam.el (spam-check-spamassassin-headers): Adapt format for
6896 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
6897 <ari@mbf.ocn.ne.jp>.
6898 (spam-list-of-processors): Add spam-use-gmane.
6899
6900 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
6901
6902 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
6903 make-temp-file; make it work with XEmacs as well.
6904
6905 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
6906 mm-make-temp-file.
6907
6908 * mm-decode.el (mm-display-external): Use the 3rd arg of
6909 mm-make-temp-file.
6910 (mm-create-image-xemacs): Ditto.
6911
6912 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
6913
6914 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
6915 with message-narrow-to-headers.
6916 (gnus-draft-setup): Narrow to header to run message-fetch-field.
6917 (gnus-draft-check-draft-articles): New function.
6918 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
6919
6920 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
6921
6922 * gnus-art.el (gnus-article-browse-html-parts):
6923 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
6924 Don't use suffix argument for mm-make-temp-file for Emacs 21
6925 compatibility. Remove useless `format'.
6926
6927 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
6928
6929 * nnweb.el (nnweb-google-wash-article): Update regexps.
6930 (nnweb-group-alist): Use defvoo instead of defvar.
6931
6932 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
6933
6934 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
6935 re-loading nn* modules.
6936
6937 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
6938
6939 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
6940 for `tool-bar-mode' and don't check it's default-value.
6941
6942 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6943
6944 * message.el (message-make-tool-bar): Ditto.
6945
6946 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
6947 `substring'. Shorten tmp-file name.
6948
6949 * gnus.el: Remove bogus comment.
6950
6951 2006-02-10 Hynek Schlawack <hynek@ularx.de>
6952
6953 * gnus-art.el (gnus-article-browse-html-parts): New function.
6954 (gnus-article-browse-html-article): New function for viewing html
6955 articles with a browser.
6956
6957 2006-02-09 Daiki Ueno <ueno@unixuser.org>
6958
6959 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
6960 (mml2015-pgg-encrypt): Ditto.
6961
6962 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
6963 (mml1991-pgg-encrypt): Ditto.
6964
6965 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
6966
6967 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
6968 message-make-date instead of current-time-string.
6969
6970 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
6971 to gnus-decoded which mm-uu might set.
6972
6973 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
6974
6975 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
6976 don't decode quoted parameters; remove misimported Emacs code.
6977 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6978 (rfc2231-decode-encoded-string): Don't use split-string which
6979 behaves differently according to Emacs version; use
6980 mm-decode-coding-region to convert charset to coding-system.
6981 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
6982 (rfc2231-encode-string): Remove misimported Emacs code.
6983
6984 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
6985
6986 * gnus-art.el (article-decode-charset): Don't use ignore-errors
6987 when calling mail-header-parse-content-type.
6988 (article-de-quoted-unreadable): Ditto.
6989 (article-de-base64-unreadable): Ditto.
6990 (article-wash-html): Ditto.
6991
6992 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
6993 calling mail-header-parse-content-type and
6994 mail-header-parse-content-disposition.
6995 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
6996 mail-header-parse-content-type.
6997
6998 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
6999 insert charset and format parameters; encode description after
7000 inserting it to buffer.
7001 (mml-insert-parameter): Fold lines properly even if a parameter is
7002 segmented into two or more lines; change the max column to 76.
7003
7004 * rfc1843.el (rfc1843-decode-article-body): Don't use
7005 ignore-errors when calling mail-header-parse-content-type.
7006
7007 * rfc2231.el (rfc2231-parse-string): Return at least type if
7008 possible; don't cause an error even if it fails in parsing of
7009 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7010 (rfc2231-encode-string): Don't break lines at the beginning, leave
7011 it to mml-insert-parameter.
7012
7013 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
7014 calling mail-header-parse-content-type.
7015
7016 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
7017
7018 * spam-report.el (spam-report-gmane-use-article-number):
7019 Improve doc string.
7020 (spam-report-gmane-internal): Check if a suitable header was found
7021 in the article.
7022
7023 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
7024
7025 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
7026 (rfc2231-encode-string): Make param*=value always begin with LWSP.
7027
7028 2006-02-05 Romain Francoise <romain@orebokech.com>
7029
7030 Update copyright notices of all files in the gnus directory.
7031
7032 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
7033
7034 * nnweb.el (nnweb-request-group): Avoid growing overview files.
7035
7036 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
7037
7038 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
7039 segmented lines of parameter value to cope with Thunderbird 1.5
7040 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
7041 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
7042 (rfc2231-encode-string): Don't make lines exceeding 76 column.
7043
7044 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
7045
7046 * mml.el (mml-generate-mime-1): Correct the order of inline signed
7047 parts.
7048
7049 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
7050
7051 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
7052 there's only one active file for all servers.
7053 (nnweb-request-scan): Make sure nnweb-articles is initialized on
7054 solid groups. Gnus might have used a FAST request to select the group.
7055 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
7056 and nnweb-search redundantly in the active file.
7057 (nnweb-request-list): Don't list bogus groups. There can only be one.
7058 (nnweb-request-create-group): Don't use ARGS.
7059 (nnweb-possibly-change-server, nnweb-request-group): Remove some
7060 initialisations. Let nnoo do the work.
7061
7062 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
7063
7064 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
7065 Say the part has been decoded.
7066
7067 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
7068
7069 2006-01-31 Kevin Ryde <user42@zip.com.au>
7070
7071 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
7072 mailcap-viewer-test-cache when there's no 'test clause, since that
7073 will invert the meaning of a "nil" test previously determined by
7074 mailcap-mailcap-entry-passes-test.
7075
7076 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
7077
7078 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
7079 compiling.
7080
7081 * gnus-sum.el: Ditto.
7082
7083 * message.el: Don't bind tool-bar-map when compiling.
7084
7085 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
7086
7087 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
7088
7089 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
7090
7091 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
7092 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
7093 current Google Groups.
7094
7095 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
7096
7097 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
7098 and tool-bar-mode.
7099
7100 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
7101 and tool-bar-mode.
7102
7103 * message.el (message-tool-bar-update): Simplify.
7104 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
7105
7106 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
7107 gnus-summary-buffer.
7108 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
7109 gnus-summary-reply.
7110
7111 * gmm-utils.el (gmm): Add :version.
7112
7113 2006-01-26 Steve Youngs <steve@sxemacs.org>
7114
7115 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
7116 autoload.
7117
7118 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
7119
7120 * gmm-utils.el (gmm-verbose): Add :group.
7121
7122 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
7123
7124 * message.el: Change some comments WRT tool-bars.
7125
7126 * gnus-sum.el (gnus-summary-tool-bar)
7127 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
7128 (gnus-summary-tool-bar-zap-list): New variables.
7129 (gnus-summary-make-tool-bar): Complete rewrite using
7130 `gmm-tool-bar-from-list'.
7131
7132 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
7133 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
7134 variables.
7135 (gnus-group-make-tool-bar): Complete rewrite using
7136 `gmm-tool-bar-from-list'.
7137 (gnus-group-tool-bar-update): New function.
7138
7139 * message.el (message-mode-field-menu): Add "Show hidden Headers".
7140
7141 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
7142
7143 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
7144 is dissected into a single part of which the type is the same as
7145 the given one; decode charset.
7146
7147 2006-01-21 Kevin Ryde <user42@zip.com.au>
7148
7149 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
7150 into alists as symbol not string, since that's what
7151 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
7152 look for.
7153
7154 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
7155
7156 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
7157 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
7158
7159 * message.el (message-tool-bar-gnome): Use gmm-ignore.
7160
7161 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7162
7163 * gnus-art.el (gnus-mime-security-button-commands): New variable.
7164 (gnus-mime-security-button-menu): New definition.
7165 (gnus-mime-security-button-map): Use them.
7166 (gnus-mime-security-button-menu): New function.
7167 (gnus-insert-mime-security-button): Addition to help echo.
7168 (gnus-mime-security-run-function, gnus-mime-security-save-part)
7169 (gnus-mime-security-pipe-part): New functions.
7170
7171 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
7172 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
7173
7174 * mm-decode.el (mm-handle-set-disposition): Remove.
7175 (mm-handle-set-description): Remove.
7176
7177 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
7178
7179 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
7180 (mm-w3m-standalone-supports-m17n-p): New function.
7181 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
7182 w3m usage.
7183
7184 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
7185 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
7186
7187 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
7188
7189 * message.el (message-tool-bar-zap-list): Use
7190 gmm-tool-bar-zap-list as custom type.
7191 (message-tool-bar-update): New function.
7192 (message-tool-bar, message-tool-bar-gnome)
7193 (message-tool-bar-retro): Add message-tool-bar-update.
7194 (message-tool-bar-gnome): Add flyspell-buffer.
7195
7196 * gnus-util.el (gnus-error): Describe `args'.
7197
7198 * gmm-utils.el (gmm-error): Describe `args'.
7199 (gmm-tool-bar-zap-list): New widget.
7200 (gmm-tool-bar-from-list): Improve description of `zap-list'.
7201
7202 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
7203
7204 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
7205 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
7206 the number of recursive calls.
7207
7208 * mm-decode.el (mm-handle-set-disposition): New macro.
7209 (mm-handle-set-description): New macro.
7210
7211 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
7212
7213 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
7214 encoding.
7215
7216 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
7217
7218 * message.el (message-tool-bar-zap-list, message-tool-bar)
7219 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
7220 (message-tool-bar-local-item-from-menu): Remove.
7221 (message-tool-bar-map): Replace by `message-make-tool-bar'.
7222 (message-make-tool-bar): New function.
7223 (message-mode): Use `message-make-tool-bar'.
7224
7225 * gmm-utils.el: New file.
7226 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
7227 (gmm-lazy): New widget copied from `nnmail.el'.
7228 (gmm-tool-bar-from-list): New function for creating customizable
7229 tool bars.
7230 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
7231 output.
7232 (gmm): Add :prefix to defgroup.
7233
7234 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
7235
7236 * gmm-utils.el (gmm-widget-p): New function.
7237
7238 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
7239
7240 * mml.el (mml-attach-file): Describe `description' in doc string.
7241 (mml-menu): Add Emacs MIME manual and PGG manual.
7242
7243 2006-01-20 Richard M. Stallman <rms@gnu.org>
7244
7245 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
7246
7247 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
7248
7249 * nntp.el (nntp-end-of-line): Doc fix.
7250
7251 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
7252
7253 * imap.el (imap-open): Handle case where buffer is a buffer
7254 object.
7255
7256 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * gnus-delay.el (gnus-delay): Don't autoload.
7259 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7260 to be re-loaded when customizing the `gnus-delay' group.
7261
7262 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
7263
7264 * message.el (message-insert-citation-line): Use newlines.
7265
7266 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
7267
7268 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
7269
7270 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
7271
7272 2006-01-19 Mark D. Baushke <mdb@gnu.org>
7273
7274 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
7275
7276 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
7277
7278 * mm-decode.el (mm-inlined-types): Add application/pgp.
7279 (mm-automatic-display): Ditto.
7280
7281 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
7282 part as text.
7283
7284 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
7285
7286 * nnrss.el: Update copyright.
7287 (nnrss-opml-import): Query whether to subscribe to each entry.
7288
7289 * gnus-art.el:
7290 * gnus-sum.el:
7291 * mm-uu.el:
7292 * mm-view.el: Update copyright.
7293
7294 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
7295
7296 * message.el (message-info): New function.
7297 (message-mode-menu): Add it.
7298 Update copyright.
7299
7300 * ChangeLog: Fix and update copyright.
7301
7302 2006-01-13 Romain Francoise <romain@orebokech.com>
7303
7304 * message.el (message-forward-subject-name-subject): Prefer the
7305 address to 'nowhere' if the sender has no name.
7306 Fix typo. Update copyright year.
7307
7308 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
7309
7310 * gnus-art.el (article-wash-html): Use
7311 gnus-summary-show-article-charset-alist if a numeric arg is given.
7312 (gnus-article-wash-html-with-w3m-standalone): New function.
7313
7314 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
7315 mm-inline-text-html-render-with-w3m-standalone.
7316 (mm-text-html-washer-alist): Map w3m-standalone to
7317 gnus-article-wash-html-with-w3m-standalone.
7318 (mm-inline-text-html-render-with-w3m-standalone): New function.
7319
7320 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7321
7322 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
7323 Improve LaTeX.
7324
7325 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
7326
7327 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
7328 (nnrss-request-article): Render text/plain parts as HTML.
7329
7330 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
7331 the buffer.
7332
7333 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
7334
7335 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
7336 custom definition of `gnus-posting-styles'.
7337
7338 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
7339 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
7340
7341 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
7342
7343 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
7344 Use nntp for bug archive.
7345
7346 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
7347
7348 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
7349 parts.
7350 (nnrss-normalize-date): New function converts ISO 8601 date into
7351 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
7352 (nnrss-check-group): Use it.
7353
7354 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
7355
7356 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
7357
7358 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
7359 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
7360 (nnrss-insert-w3): Ditto.
7361
7362 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7363
7364 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
7365 the articles to be forwarded including the case where neither a
7366 number of articles nor a region is specified.
7367
7368 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
7369
7370 * nnrss.el (nnrss-request-article): Fix last change; fill
7371 text/plain parts.
7372
7373 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
7374
7375 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
7376 in text/plain part.
7377 (nnrss-check-group): Don't add excessive newline to dc:subject.
7378
7379 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
7380
7381 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
7382 article.
7383
7384 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
7385
7386 * nnml.el: Don't require gnus-bcklg. Autoload it.
7387 (nnml-use-compressed-files, nnml-save-mail): Support other
7388 comression programs such as bzip2.
7389
7390 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7391
7392 * dns.el (query-dns): Make sure we check the buffer size before
7393 removing tcp headers.
7394
7395 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
7396
7397 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
7398 remove MIME buttons associated with multipart/alternative parts.
7399 (gnus-mime-display-alternative): Tag buttons using `article-type'
7400 text property.
7401
7402 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
7403 associated with multipart/alternative parts.
7404
7405 * gnus-art.el (gnus-signature-separator): Fix custom type.
7406
7407 * mm-decode.el (mm-inlined-types): Fix custom type.
7408 (mm-keep-viewer-alive-types): Ditto.
7409 (mm-automatic-display): Ditto.
7410 (mm-attachment-override-types): Ditto.
7411 (mm-inline-override-types): Ditto.
7412 (mm-automatic-external-display): Ditto.
7413
7414 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
7415
7416 * spam-report.el (spam-report-user-mail-address)
7417 (spam-report-user-agent): New variables.
7418 (spam-report-url-ping-plain): Use spam-report-user-agent.
7419
7420 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
7421
7422 * gnus-art.el (gnus-button-handle-custom): Do not just use
7423 `customize-apropos' for any "M-x customize-*" button but the
7424 function called for. Accept both the function name and its
7425 argument in order to achieve this.
7426 (gnus-button-alist): Remove support for "custom:" URL's. Pass
7427 function name to `gnus-button-handle-custom' in case of "M-x
7428 customize-*" buttons.
7429
7430 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
7431
7432 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
7433 multipart/alternative and add xref to mm-discouraged-alternatives
7434 in doc string.
7435
7436 * mm-decode.el (mm-discouraged-alternatives): Add xref to
7437 gnus-buttonized-mime-types in doc string.
7438
7439 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
7440
7441 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
7442 Suggest image/.* in the doc string.
7443
7444 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
7445
7446 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
7447 message-marks (Debian bug #342521).
7448
7449 2005-12-12 Simon Josefsson <jas@extundo.com>
7450
7451 * password.el (password-read-from-cache): Add.
7452 (password-read): Use it.
7453
7454 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
7455
7456 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
7457 us-ascii as a MIME charset.
7458
7459 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
7460 against the case where the 2nd arg TYPE is nil.
7461
7462 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7463
7464 * pop3.el (pop3-stream-type): Fix custom version.
7465
7466 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
7467
7468 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7469
7470 * mm-decode.el (mm-display-external): Add missing cdr.
7471
7472 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
7473
7474 * mm-decode.el (mm-display-external): Use nametemplate (defined in
7475 RFC1524) if it is in mailcap or add a suffix according to
7476 mailcap-mime-extensions when generating a temp filename; postpone
7477 deleting a temp file for 2 seconds for some wrappers, shell
7478 scripts, and so on, which might exit right after having started a
7479 viewer command as a background job.
7480
7481 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
7482
7483 * nntp.el (nntp-marks-directory): Fix custom group.
7484
7485 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
7486 steps when < 10.
7487
7488 * gnus-start.el (gnus-no-server-1): Mention
7489 `gnus-level-default-subscribed' in doc string.
7490
7491 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
7492
7493 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
7494 parens.
7495
7496 2005-11-26 Dave Love <fx@gnu.org>
7497
7498 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
7499 (tls-program, tls-success): Provide openssl alternative.
7500
7501 * starttls.el: Doc fixes.
7502 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
7503 SERVICE to PORT.
7504
7505 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
7506 port null or service name.
7507 (starttls-negotiate): Autoload.
7508
7509 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
7510
7511 * message.el (message-kill-to-signature): Fix interactive spec.
7512
7513 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
7514
7515 * pop3.el (pop3-open-server): Recognize a string as a service name.
7516
7517 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
7518
7519 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7520
7521 2005-11-23 Dave Love <fx@gnu.org>
7522
7523 Add pop3s, pop3/starttls.
7524
7525 * pop3.el (pop3-authentication-scheme): Clarify doc.
7526 (open-tls-stream, starttls-open-stream): Autoload.
7527 (pop3-stream-type): New.
7528 (pop3-open-server): Use it.
7529
7530 * mail-source.el (mail-sources): Fix some :types. Add stream type
7531 for POP.
7532 (mail-source-keyword-map): Add :stream for POP.
7533 (mail-source-fetch-pop): Use pop3-stream-type.
7534
7535 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
7536
7537 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
7538 of current-time-string.
7539
7540 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
7541
7542 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
7543 date header.
7544
7545 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
7546
7547 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
7548 it can seriously impact performance as it bypasses the agent's
7549 local caches.
7550
7551 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
7552
7553 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
7554 must be explicitly online rather than "not explicitly offline" for
7555 its flags to be synchronized.
7556
7557 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
7558 that gnus-uu-unmark-thread will function correctly.
7559
7560 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
7561 1024K is instead displayed as 1M.
7562
7563 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
7564
7565 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
7566
7567 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
7568
7569 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
7570
7571 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
7572
7573 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
7574 error message to display actual error condition.
7575 (gnus-agent-save-local): Avoid saving symbols that are bound to
7576 nil as they simply result in a warning message in
7577 gnus-agent-read-local.
7578
7579 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
7580
7581 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
7582 rather than make-variable-buffer-local for file-precious-flag.
7583
7584 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
7585
7586 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
7587 for duplicates which are removed. The invalid sort check then
7588 triggers a rescan after the sort as sorting may have moved
7589 duplicate entries such that they can be cheaply detected.
7590
7591 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
7592
7593 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
7594
7595 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
7596
7597 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
7598 internal variable to a custom variable. Changed default value
7599 from compressed(2) to uncompressed(1).
7600 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
7601 support for uncompressed agentview files. Taken together, reading
7602 the agentview file should now be 6-7 times faster.
7603
7604 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
7605
7606 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
7607 as a buffer-local variable. This avoids creating truncated
7608 dribble files as a result of a hang up, eg.
7609
7610 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
7611
7612 * gnus-start.el (gnus-start-draft-setup): Enforce
7613 `gnus-draft-mode' for nndraft:drafts at startup.
7614
7615 * gnus.el (gnus-splash): Change custom group.
7616 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
7617 allow-list argument.
7618
7619 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
7620 string.
7621
7622 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
7623
7624 * gnus-art.el (gnus-default-article-saver): Add user-defined
7625 `function' to custom type.
7626
7627 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
7628
7629 * imap.el (imap-open): Handle case where buffer is a buffer
7630 object.
7631
7632 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
7633
7634 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
7635 long lines.
7636 (gnus-cache-delete-group): Wrap doc strings.
7637
7638 * gnus-agent.el (gnus-agent-rename-group)
7639 (gnus-agent-delete-group): Wrap doc strings.
7640
7641 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
7642
7643 * gnus-start.el (gnus-1): Add "native" to
7644 gnus-predefined-server-alist.
7645
7646 * gnus.el (gnus-method-to-server): Don't add "native" to the
7647 lists here, because that leads to problems when
7648 gnus-select-method is bound.
7649
7650 2005-11-09 Simon Josefsson <jas@extundo.com>
7651
7652 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
7653 use (not sort-by-date) instead.
7654
7655 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
7656
7657 * gnus-delay.el (gnus-delay-group): Don't autoload.
7658 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
7659 to be re-loaded when customizing the `gnus-delay' group.
7660
7661 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
7662
7663 * message.el: Revert last changes.
7664 (message-insert-citation-line): Use newlines.
7665
7666 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
7667
7668 * message.el (message-courtesy-message)
7669 (message-mark-insert-begin, message-mark-insert-end)
7670 (message-elide-ellipsis, message-cancel-message)
7671 (message-add-header, message-change-subject)
7672 (message-cross-post-followup-to-header)
7673 (message-cross-post-insert-note, message-reduce-to-to-cc)
7674 (message-widen-reply, message-delete-not-region)
7675 (message-kill-to-signature, message-insert-signature)
7676 (message-insert-importance-high, message-insert-importance-low)
7677 (message-insert-or-toggle-importance)
7678 (message-insert-disposition-notification-to)
7679 (message-indent-citation, message-yank-original)
7680 (message-cite-original-without-signature, message-cite-original)
7681 (message-insert-citation-line, message-position-on-field)
7682 (message-fix-before-sending, message-send-mail-partially)
7683 (message-send-mail, message-send-mail-with-sendmail)
7684 (message-send-mail-with-qmail, message-send-news)
7685 (message-check-news-header-syntax, message-generate-headers)
7686 (message-insert-courtesy-copy, message-fill-address)
7687 (message-fill-header, message-shorten-references)
7688 (message-setup-1, message-cancel-news)
7689 (message-forward-make-body-plain, message-forward-make-body-mime)
7690 (message-forward-make-body-mml, message-encode-message-body)
7691 (message-forward-make-body-digest-plain)
7692 (message-forward-make-body-digest-mime)
7693 (message-use-alternative-email-as-from): Insert `hard-newline'
7694 instead of ordinary newlines.
7695
7696 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
7697
7698 * message.el (message-generate-headers): Downcase the argument
7699 given to message-check-element.
7700
7701 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
7702
7703 * nntp.el (nntp-authinfo-rejected): New error condition.
7704 (nntp-wait-for): Use new error condition to signal authentication
7705 error.
7706 (nntp-retrieve-data): Rethrow new error condition to break out of
7707 recursive call to nntp-send-authinfo.
7708
7709 2005-11-08 Romain Francoise <romain@orebokech.com>
7710
7711 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
7712 (gnus-summary-exit-map): Bind to `Z p'.
7713 (gnus-summary-make-menu-bar): Add menu item.
7714
7715 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
7716
7717 * gnus-art.el (gnus-article-treat-custom): Add `first'.
7718 (gnus-treat-*): Add `first' in all doc strings.
7719
7720 * gnus-group.el (gnus-group-compact-group): Fix typo.
7721
7722 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
7723
7724 * gnus.el (gnus-parameters-case-fold-search): New variable.
7725 (gnus-parameters-get-parameter): Use it.
7726
7727 * gnus-score.el (gnus-home-score-file): Doc fix.
7728
7729 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
7730
7731 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
7732
7733 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
7734
7735 * mm-util.el (mm-special-display-p): New function.
7736
7737 * mml.el (mml-preview): Use it; doc fix.
7738
7739 2005-10-29 Romain Francoise <romain@orebokech.com>
7740
7741 * message.el (message-fix-before-sending): Fix comment.
7742
7743 2005-10-29 Jari Aalto <jari.aalto@cante.net>
7744
7745 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
7746
7747 2005-10-29 Jari Aalto <jari.aalto@cante.net>
7748
7749 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
7750 Used in gnus-score.el.
7751
7752 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
7753
7754 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
7755
7756 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
7757
7758 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
7759 whitespace removed in revision 7.8. Use concatenated string to
7760 protect trailing whitespace.
7761
7762 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
7763
7764 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
7765 (nnimap-request-expire-articles): Use it to avoid sending 'UID
7766 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
7767 Courier IMAP ("some version from 2004"). Mostly based on similar
7768 code in the same function.
7769
7770 2005-10-26 Didier Verna <didier@xemacs.org>
7771
7772 * gnus-group.el (gnus-group-compact-group): Invalidate original
7773 article buffer.
7774 * gnus-srvr.el (gnus-server-compact-server): Ditto.
7775 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
7776 NOV database and in article itself.
7777 Invalidate article backlog.
7778
7779 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
7780
7781 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
7782
7783 2005-10-26 Simon Josefsson <jas@extundo.com>
7784
7785 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
7786 part of 2004-07-25 change.
7787
7788 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
7789
7790 * message.el (message-display-completion-list): New function.
7791 (message-expand-group): Use it; make sure the Completions buffer
7792 is modifiable.
7793
7794 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
7795
7796 * imap.el (imap-open): Handle case where buffer is a buffer object.
7797
7798 2005-10-24 Eli Zaretskii <eliz@gnu.org>
7799
7800 * pgg-def.el:
7801 * pgg-gpg.el:
7802 * pgg-parse.el:
7803 * pgg-pgp.el:
7804 * pgg-pgp5.el:
7805 * pgg.el: Move to the parent lisp directory.
7806
7807 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7808
7809 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
7810 user-mail-name is an empty string.
7811
7812 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
7813
7814 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
7815 depending on gnus-score-decay-constant.
7816
7817 * encrypt.el (encrypt-insert-file-contents)
7818 (encrypt-write-file-contents): Don't use `gnus-message'.
7819
7820 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
7821 arguments.
7822 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
7823 arguments to mm-uu-verbatim-marks-extract.
7824 (mm-uu-hide-markers): New variable.
7825 (mm-uu-extract): Use face similar to `gnus-cite-3'.
7826
7827 * gnus-fun.el (gnus-convert-image-to-x-face-command)
7828 (gnus-convert-image-to-face-command): Use "convert" by default to
7829 allow other input image formats.
7830 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
7831 accordingly.
7832
7833 2005-10-23 Simon Josefsson <jas@extundo.com>
7834
7835 * imap.el (imap-gssapi-program): Align command line parameters
7836 with latest GNU SASL.
7837 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
7838
7839 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
7840
7841 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
7842 HTML.
7843 (nnslashdot-request-article): Ditto.
7844
7845 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7846
7847 * mail-source.el (mail-source-fetch-pop): Require pop3.
7848 (mail-source-check-pop): Ditto.
7849
7850 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
7851
7852 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
7853 errors.
7854
7855 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
7856
7857 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
7858 (gnus-treat-strip-leading-blank-lines): Improve doc string.
7859
7860 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
7861
7862 * mm-bodies.el (mm-decode-string): Call
7863 `mm-charset-to-coding-system' with allow-override argument.
7864
7865 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
7866
7867 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
7868 (rfc2047-charset-to-coding-system): New function.
7869 (rfc2047-decode-encoded-words): New function.
7870 (rfc2047-decode-region): Use them.
7871 (rfc2047-decode-cte): Remove.
7872 (rfc2047-parse-and-decode): Remove.
7873 (rfc2047-decode): Remove.
7874
7875 2005-10-15 Kenichi Handa <handa@m17n.org>
7876
7877 * rfc2047.el (rfc2047-decode-cte): New function.
7878 (rfc2047-decode-region): Change the way to decode successive
7879 encoded-words: decode B- or Q-encoding in each encoded-word,
7880 concatenate them, and decode it as charset.
7881
7882 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
7883
7884 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
7885 widget-move-and-invoke.
7886 (gnus-custom-mode): Use gnus-custom-map.
7887
7888 2005-10-15 Bill Wohler <wohler@newt.com>
7889
7890 * message.el (message-tool-bar-map): Renamed image file from
7891 mail_send to mail/send.
7892
7893 2005-10-16 Masatake YAMATO <jet@gyve.org>
7894
7895 * message.el (message-expand-group): Pass the common
7896 prefix substring of completion to `display-completion-list'.
7897
7898 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
7899
7900 * mml-sec.el (mml-secure-method): New internal variable.
7901 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
7902 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
7903 functions using mml-secure-method.
7904
7905 * mml.el (mml-mode-map): Add key bindings for those functions.
7906 (mml-menu): Simplify security menu entries. Suggested by Jesper
7907 Harder <harder@myrealbox.com>.
7908 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
7909 end of message if point is the headers of the message.
7910
7911 * message.el (message-in-body-p): New function.
7912
7913 * assistant.el: Autoload gnus-util and netrc.
7914
7915 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
7916 Use `mm-charset-override-alist' only when decoding.
7917
7918 * mm-bodies.el (mm-decode-body): Call
7919 `mm-charset-to-coding-system' with allow-override argument.
7920
7921 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
7922 `filename' from Content-Disposition if Content-Type doesn't
7923 provide `name'.
7924 (gnus-mime-view-part-as-type): Set default instead of
7925 initial-input.
7926
7927 2005-10-09 Daniel Brockman <daniel@brockman.se>
7928
7929 * format-spec.el (format-spec): Propagate text properties of % spec.
7930
7931 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
7932
7933 * gnus-art.el (gnus-treat-predicate): Add `first'.
7934
7935 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
7936
7937 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
7938 (mm-charset-override-alist): New variable.
7939 (mm-charset-to-coding-system): Use it.
7940 (mm-codepage-setup): New helper function.
7941 (mm-charset-eval-alist): New variable.
7942 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
7943 about unknown charsets.
7944
7945 2005-10-04 David Hansen <david.hansen@gmx.net>
7946
7947 * nnrss.el (nnrss-request-article): Add support for the comments tag.
7948 (nnrss-check-group): Ditto.
7949
7950 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
7951
7952 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
7953 Rename x-gnus-verbatim to x-verbatim.
7954 (mm-uu-type-alist): Fix regexp for verbatim-marks.
7955
7956 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
7957 x-verbatim.
7958
7959 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
7960
7961 * gnus-util.el (gnus-remove-duplicates): Remove.
7962
7963 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
7964 instead of gnus-remove-duplicates.
7965
7966 * message.el (message-remove-duplicates): Remove.
7967 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
7968 message-remove-duplicates.
7969
7970 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
7971 available, else use implementation from `delete-dups'.
7972
7973 * message.el (message-insert-expires): New function.
7974 (message-mode-map): Add key binding.
7975 (message-mode-field-menu): Add menu entry.
7976 (message-mode): Document it.
7977 (message-make-expires-date): Use `message-make-date'.
7978
7979 2005-10-04 Josh Huber <huber@alum.wpi.edu>
7980
7981 * message.el (message-make-expires-date): New function.
7982
7983 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
7984
7985 * time-date.el: Autoload parse-time-string, XEmacs needs it.
7986
7987 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
7988
7989 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
7990 function rather than the diff-mode.el package.
7991 (mm-display-external): Use with-current-buffer.
7992 (mm-viewer-completion-map, mm-viewer-completion-map):
7993 Move initialization inside declaration.
7994
7995 2005-09-29 Simon Josefsson <jas@extundo.com>
7996
7997 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
7998 autoload mail-check-payment.
7999 (spam-check-hashcash): Define unconditionally, since hashcash.el
8000 is part of Gnus now. Ignore errors from payment checking.
8001
8002 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
8003
8004 * message.el (message-bold-region, message-unbold-region): Rename
8005 from `bold-region' and `unbold-region'.
8006
8007 * message.el: Remove useless autoloads.
8008
8009 2005-09-28 Simon Josefsson <jas@extundo.com>
8010
8011 * message.el (message-use-idna): Default to t.
8012 (message-use-idna): Test whether encoding works too. Doc fix.
8013
8014 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
8015
8016 * nntp.el (nntp-warn-about-losing-connection): Remove.
8017
8018 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
8019
8020 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
8021 customizable. Change default value.
8022 (mm-uu-diff-groups-regexp): Change default value.
8023 (mm-uu-type-alist): Add doc string.
8024 (mm-uu-configure): Add doc string. Make it interactive.
8025 (mm-uu-tex-groups-regexp): New variable.
8026 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
8027 (mm-uu-type-alist): Add LaTeX documents.
8028 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
8029 of "text/verbatim".
8030 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
8031
8032 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
8033 instead of "text/verbatim".
8034
8035 * message.el (message-mark-inserted-region)
8036 (message-mark-insert-file): Use slrn style marks when called with
8037 prefix argument.
8038
8039 2005-09-27 Simon Josefsson <jas@extundo.com>
8040
8041 * message.el (message-idna-to-ascii-rhs-1): Reformat.
8042
8043 2005-09-27 Arne Jørgensen <arne@arnested.dk>
8044
8045 * message.el (message-remove-duplicates): New function.
8046 Implementation borrowed from `gnus-remove-duplicates'.
8047 (message-idna-to-ascii-rhs): Also encode idna addresses in
8048 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8049 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
8050 only ask about the same idna domain once per header and also tell
8051 in what header to replace the idna domain.
8052
8053 * gnus-art.el (article-decode-idna-rhs): Also decode idna
8054 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
8055 (article-decode-idna-rhs): Fix regexp so that all idna-address in
8056 a header is decoded and not just the last one.
8057
8058 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
8059
8060 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
8061 has been decoded.
8062
8063 * mm-decode.el (mm-automatic-display): Add text/verbatim.
8064 (mm-insert-part): Don't modify text if it has been decoded.
8065
8066 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
8067 decoded.
8068
8069 * mm-view.el (mm-inline-text): Don't strip text props unless
8070 decoding enriched or richtext parts.
8071
8072 2005-09-25 Romain Francoise <romain@orebokech.com>
8073
8074 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
8075 * gnus-start.el (gnus-subscribe-interactively):
8076 * gnus-uu.el (gnus-uu-grab-articles):
8077 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
8078 space.
8079
8080 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
8081
8082 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
8083 * mm-view.el (mm-view-pkcs7-decrypt):
8084 * gnus-sum.el (gnus-summary-limit-to-extra)
8085 (gnus-summary-respool-article, gnus-read-move-group-name):
8086 * gnus-score.el (gnus-summary-increase-score):
8087 * gnus-util.el (gnus-completing-read-with-default):
8088 * gnus-art.el (gnus-read-save-file-name)
8089 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
8090 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
8091 * message.el (message-check-news-header-syntax):
8092 Follow convention for reading with the minibuffer.
8093
8094 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
8095
8096 * spam-report.el (spam-report-url-ping-plain):
8097 Use gnus-extended-version as User-Agent.
8098
8099 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
8100 default value is nil.
8101
8102 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
8103 (mm-uu-verbatim-marks-extract): New function.
8104 (mm-uu-extract): New face.
8105 (mm-uu-copy-to-buffer): Use it.
8106
8107 * spam-report.el (spam-report-gmane-ham): Renamed from
8108 `spam-report-gmane-unspam'.
8109 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
8110 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
8111
8112 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
8113 Autoload.
8114 (spam-report-gmane-unregister-routine): Renamed
8115 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
8116
8117 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
8118
8119 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
8120 (spam-report-gmane-unregister-routine): Add support for gmane
8121 unregistration.
8122
8123 * spam-report.el (spam-report-gmane-unspam)
8124 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
8125 (spam-report-gmane): Change to take a single article and do unspam
8126 registration.
8127
8128 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
8129
8130 * mm-url.el (mm-url-decode-entities): Fix regexp.
8131
8132 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
8133
8134 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
8135 default to nil, to be able to use Gnus at all. If the default
8136 switches to something else, then the function should be fixed not
8137 be exceedingly slow.
8138
8139 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
8140
8141 * gnus-start.el (gnus-activate-group): If the server is nil, don't
8142 fail hard.
8143
8144 * spam-report.el: Add better Keywords line.
8145
8146 * spam.el: Add Maintainer and better Keywords line.
8147
8148 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
8149
8150 * gnus-art.el (gnus-article-replace-part)
8151 (gnus-mime-replace-part): New functions.
8152 (gnus-mime-action-alist, gnus-mime-button-commands)
8153 (gnus-mime-save-part-and-strip): Added file argument.
8154 (gnus-article-part-wrapper): Added interactive argument.
8155
8156 * gnus-sum.el (gnus-summary-mime-map): Add
8157 `gnus-article-replace-part'.
8158
8159 2005-09-19 Didier Verna <didier@xemacs.org>
8160
8161 The nnml compaction feature:
8162 * nnml.el (nnml-request-compact-group): New function.
8163 * nnml.el (nnml-request-compact): New function.
8164 * gnus-int.el (gnus-request-compact-group): New function.
8165 * gnus-int.el (gnus-request-compact): New function.
8166 * gnus-group.el (gnus-group-compact-group): New function.
8167 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
8168 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
8169 * gnus-srvr.el (gnus-server-compact-server): New function.
8170 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
8171 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
8172
8173 2005-09-18 Deepak Goel <deego@gnufans.org>
8174
8175 * sieve.el (sieve-help): Fix `message' call: first arg should be a
8176 format spec.
8177
8178 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
8179
8180 * gnus.el (gnus-group-startup-message): Bind image-load-path.
8181
8182 2005-09-15 Romain Francoise <romain@orebokech.com>
8183
8184 * message.el (message-fill-paragraph): Clarify docstring.
8185
8186 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
8187
8188 * gnus-art.el (gnus-mime-display-part): Protect against broken
8189 MIME messages.
8190
8191 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
8192
8193 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
8194 before parsing header.
8195
8196 2005-09-11 Jari Aalto <jari.aalto@cante.net>
8197
8198 * html2text.el (html2text-replace-list): Add new entities.
8199
8200 2005-09-11 Romain Francoise <romain@orebokech.com>
8201
8202 * message.el (message-alternative-emails): Improve docstring.
8203 (message-setup-1): Call `message-use-alternative-email-as-from'
8204 after `message-setup-hook' to give it precedence over posting
8205 styles, etc.
8206 (message-use-alternative-email-as-from): Add docstring. Remove
8207 the original From header if present.
8208
8209 * nnml.el (nnml-compressed-files-size-threshold): New variable.
8210 (nnml-save-mail): Use it.
8211
8212 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
8213 articles. Add new argument `silent'.
8214 (gnus-uu-mark-all): Report the total number of marked articles.
8215
8216 2005-09-10 Romain Francoise <romain@orebokech.com>
8217
8218 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
8219 (gnus-uu-mark-series): Likewise.
8220
8221 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
8222
8223 * spam-report.el (spam-report-gmane): Fix generation of spam
8224 report URL.
8225
8226 2005-09-10 Simon Josefsson <jas@extundo.com>
8227
8228 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
8229 t, based on discussion on the ding list with Robert Epprecht
8230 <epprecht@solnet.ch>.
8231
8232 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
8233
8234 * spam-report.el (spam-report-gmane): Make it work without
8235 X-Report-Spam header. Gmane now only provides Archived-At.
8236 This is only used if `spam-report-gmane-use-article-number' is nil.
8237 (spam-report-gmane-spam-header): Remove. Not used anymore.
8238
8239 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
8240 make `gnus-summary-sort-by-recipient' work with threading.
8241
8242 * nnweb.el (nnweb-google-wash-article): Print a message if article
8243 is not available.
8244
8245 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8246
8247 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
8248 change. Decode text/* parts content before displaying.
8249
8250 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
8251
8252 * mml-smime.el: Remove defvar of gnus-extract-address-components.
8253
8254 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
8255
8256 * mm-view.el (mm-display-inline-fontify): Disable support modes.
8257
8258 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
8259
8260 * message.el (message-tab-body-function): Fix mismatched custom type.
8261
8262 * gnus.el (gnus-group-change-level-function): Ditto.
8263
8264 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
8265
8266 * gnus-art.el (gnus-signature-limit)
8267 (gnus-article-mime-part-function): Ditto.
8268
8269 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
8270
8271 * mml.el (mml-mode): Silence the byte compiler.
8272
8273 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
8274 using `(sit-for 0)' before moving the point to the specified part;
8275 skip unbuttonized parts.
8276 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
8277 return to the summary window if gnus-auto-select-part is non-nil.
8278
8279 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
8280
8281 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
8282 variables.
8283 (mml-dnd-attach-file, mml-mode): Use them.
8284
8285 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
8286 Make fetching article by MID work again for Google Groups. Added
8287 FIXME concerning gnus-group-make-web-group.
8288
8289 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
8290 Don't depend on Gnus by using mail-extract-address-components if
8291 gnus-extract-address-components is not bound.
8292
8293 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
8294
8295 * gnus-art.el (gnus-mime-display-security): Don't display the
8296 signature, but only the signed part.
8297
8298 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
8299
8300 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
8301
8302 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
8303 list, not listp.
8304
8305 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
8306
8307 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
8308 when encoding.
8309
8310 * mm-bodies.el (mm-decode-content-transfer-encoding):
8311 De-canonicalize CRLF for all text content types, not just
8312 text/plain.
8313
8314 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
8315
8316 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
8317 valid article; point arrow and cursor at the MIME button.
8318
8319 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
8320
8321 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
8322 Suggested by Dan Christensen <jdc@uwo.ca>.
8323
8324 * mm-decode.el (mm-save-part): Enable change of prompt.
8325
8326 2005-08-29 Jari Aalto <jari.aalto@cante.net>
8327
8328 * gnus-msg.el (gnus-inews-add-send-actions): Made
8329 `message-post-method' lambda parameter ARG `&optional'.
8330
8331 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
8332
8333 * gnus-sum.el (gnus-summary-mime-map): Added
8334 gnus-article-save-part-and-strip, gnus-article-delete-part and
8335 gnus-article-jump-to-part.
8336
8337 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
8338 (gnus-article-edit-part): Use it.
8339 (gnus-article-part-wrapper): Added no-handle argument.
8340 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
8341 functions.
8342
8343 2005-08-29 Romain Francoise <romain@orebokech.com>
8344
8345 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
8346 docstring.
8347 (gnus-face-from-file): Likewise.
8348
8349 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
8350
8351 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
8352 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
8353 non-nil.
8354 (gnus-auto-select-part): New variable.
8355 (gnus-article-jump-to-part): New function.
8356 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
8357 (gnus-mime-delete-part): Allow selecting specified part after
8358 deleting or stripping parts.
8359 (gnus-article-jump-to-part): Don't use `read-number'. Use last
8360 part if argument is bogus.
8361
8362 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
8363
8364 * gnus-art.el (w3m-minor-mode-map):
8365 * gnus-spec.el (gnus-newsrc-file-version):
8366 * gnus-util.el (nnmail-active-file-coding-system)
8367 (gnus-original-article-buffer, gnus-user-agent):
8368 * gnus.el (gnus-ham-process-destinations)
8369 (gnus-parameter-ham-marks-alist)
8370 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
8371 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
8372 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
8373 * mm-decode.el (gnus-current-window-configuration):
8374 * mm-extern.el (gnus-article-mime-handles):
8375 * mm-url.el (url-current-object, url-package-name)
8376 (url-package-version):
8377 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
8378 (smime-keys, w3m-cid-retrieve-function-alist)
8379 (w3m-current-buffer, w3m-display-inline-images)
8380 (w3m-minor-mode-map):
8381 * mml-smime.el (gnus-extract-address-components):
8382 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
8383 (gnus-newsrc-hashtb, message-default-charset)
8384 (message-deletable-headers, message-options)
8385 (message-posting-charset, message-required-mail-headers)
8386 (message-required-news-headers):
8387 * mml1991.el (mc-pgp-always-sign):
8388 * mml2015.el (mc-pgp-always-sign):
8389 * nnheader.el (nnmail-extra-headers):
8390 * rfc1843.el (gnus-decode-encoded-word-function)
8391 (gnus-decode-header-function, gnus-newsgroup-name):
8392 * spam-stat.el (gnus-original-article-buffer): Add defvars.
8393
8394 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
8395
8396 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
8397 the end of the date treatments.
8398
8399 2005-08-15 Simon Josefsson <jas@extundo.com>
8400
8401 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
8402 it in url-handlers.el and XEmacs in url.el. Reported by Luca
8403 Capello and Romain Francoise.
8404 (pgg-fetch-key-function): Removed, not used?
8405 (pgg-insert-url-with-w3): Require url, to get
8406 url-insert-file-contents regardless of where it is defined.
8407
8408 2005-08-13 Romain Francoise <romain@orebokech.com>
8409
8410 * message.el (message-cite-original-1): New function.
8411 (message-cite-original): Use it.
8412 (message-cite-original-without-signature): Ditto.
8413
8414 2005-08-08 Romain Francoise <romain@orebokech.com>
8415
8416 * message.el (message-yank-empty-prefix): New variable.
8417 (message-indent-citation): Use it.
8418 (message-cite-original-without-signature): Respect X-No-Archive.
8419
8420 2005-08-08 Simon Josefsson <jas@extundo.com>
8421
8422 * pgg.el: Autoload url-insert-file-contents instead of loading
8423 w3/url.
8424 (pgg-insert-url-with-w3): Don't load url here.
8425
8426 2005-08-07 Jesper Harder <harder@phys.au.dk>
8427
8428 * message.el (message-kill-to-signature): Don't insert newline at
8429 bol.
8430 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
8431
8432 2005-08-06 Romain Francoise <romain@orebokech.com>
8433
8434 * message.el (message-user-fqdn): Fix typo in docstring.
8435
8436 2005-08-05 Daiki Ueno <ueno@unixuser.org>
8437
8438 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
8439
8440 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
8441
8442 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
8443
8444 * mm-bodies.el (mm-encode-body): Use coding system rather than
8445 charset to encode text.
8446
8447 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
8448 number of charsets if utf-8 is available (XEmacs).
8449
8450 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
8451
8452 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
8453 taken from `gnus-button-mid-or-mail-regexp'.
8454 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
8455 (gnus-button-alist): Improve regexp for domain part of the MIDs
8456 for news:localpart@domain buttons.
8457 (gnus-button-ctan-directory-regexp): Update.
8458
8459 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
8460
8461 * sieve-manage.el (sieve-manage-interactive-login): Use
8462 make-local-variable rather than make-variable-buffer-local.
8463 (sieve-manage-open): Ditto.
8464 (sieve-manage-authenticate): Ditto.
8465
8466 * mml.el (mml-generate-mime-1): Make the content type default to
8467 text/plain if the filename is not specified.
8468
8469 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
8470
8471 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
8472 instead of insert-buffer.
8473
8474 * message.el (message-yank-original): Ditto; set the mark at the
8475 end of the yanked message.
8476
8477 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
8478
8479 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
8480 lines to scroll rather than to stop it.
8481
8482 * mml.el (mml-generate-default-type): Add doc string.
8483 (mml-generate-mime-1): Use mm-default-file-encoding or make it
8484 default to application/octet-stream when determining the content
8485 type if it is not specified for the part or the mml contents; add
8486 a comment about mml-generate-default-type.
8487
8488 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
8489
8490 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
8491 make it default to application/octet-stream when determining the
8492 content type if it is not specified for the external contents.
8493
8494 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
8495
8496 * rfc2231.el (rfc2231-parse-string): Take care that not only a
8497 segmented parameter but also other parameters might be there.
8498
8499 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
8500
8501 * mm-decode.el (mm-display-external): Delete temp file, directory
8502 and buffer immediately if the external process is exited.
8503
8504 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
8505
8506 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
8507 fewer lines than that of scroll-margin.
8508 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
8509
8510 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
8511
8512 * gnus-art.el (gnus-article-next-page): Revert.
8513 (gnus-article-beginning-of-window): New macro.
8514 (gnus-article-next-page-1): Use it.
8515 (gnus-article-prev-page): Ditto.
8516 (gnus-article-edit-part): Use insert-buffer-substring instead of
8517 insert-buffer.
8518 (gnus-article-edit-exit): Ditto.
8519
8520 * gnus-util.el (gnus-beginning-of-window): Remove.
8521 (gnus-end-of-window): Remove.
8522
8523 2005-07-25 Simon Josefsson <jas@extundo.com>
8524
8525 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
8526 to have the url package without w3. Reported by Daiki Ueno
8527 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
8528
8529 2005-07-20 Didier Verna <didier@xemacs.org>
8530
8531 * gnus-diary.el: Remove the description comment (nndiary is now
8532 properly documented in the Gnus manual).
8533 Fix the spelling of "Back End".
8534 * nndiary.el: Ditto.
8535 Fix the copyright notice.
8536
8537 2005-07-18 Romain Francoise <romain@orebokech.com>
8538
8539 * gnus-sum.el (gnus-summary-to-prefix)
8540 (gnus-summary-newsgroup-prefix): New variables.
8541 (gnus-summary-from-or-to-or-newsgroups): Use them.
8542
8543 2005-07-17 Romain Francoise <romain@orebokech.com>
8544
8545 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
8546 space as it's generally not especially interesting to the user.
8547
8548 2005-07-16 Romain Francoise <romain@orebokech.com>
8549
8550 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
8551 nil to avoid prompting and file modification if one of the
8552 messages at the top of the nnfolder file contains a copyright
8553 notice.
8554 Update copyright notice.
8555
8556 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
8557 instead of `current-time-string' as the latter creates a time
8558 string that is not RFC 2822 compliant (it lacks the zone).
8559 Update copyright notice.
8560
8561 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
8562
8563 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
8564 for text/rtf. Display default in prompt. Pass default for M-n.
8565
8566 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
8567
8568 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
8569
8570 * gnus-msg.el (gnus-button-mailto): Remove
8571 save-selected-window-window hackery because it relies on
8572 save-selected-window internals.
8573
8574 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
8575
8576 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
8577 (gnus-article-next-page-1): Use gnus-beginning-of-window.
8578 (gnus-article-prev-page): Ditto.
8579
8580 * gnus-util.el (gnus-beginning-of-window): New function.
8581 (gnus-end-of-window): New function.
8582
8583 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
8584
8585 * gnus-score.el (gnus-score-edit-all-score): Set
8586 gnus-score-edit-exit-function to gnus-score-edit-done and call
8587 gnus-message.
8588
8589 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8590
8591 * gnus-msg.el (gnus-button-mailto): Remove
8592 save-selected-window-window hackery because it relies on
8593 save-selected-window internals.
8594
8595 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
8596
8597 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
8598 add-minor-mode.
8599 (gnus-binary-mode): Ditto.
8600
8601 * gnus-topic.el (gnus-topic-mode): Ditto.
8602
8603 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
8604
8605 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
8606 (gnus-article-prev-page): Take scroll-margin into consideration.
8607
8608 2005-07-04 Lute Kamstra <lute@gnu.org>
8609
8610 Update FSF's address in GPL notices.
8611
8612 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
8613
8614 * gnus.el (gnus-exit):
8615 * gnus-group.el (gnus-group-icons):
8616 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
8617
8618 * gnus-nocem.el (gnus-nocem):
8619 * message.el (message-various, message-buffers, message-sending)
8620 (message-interface, message-forwarding, message-insertion)
8621 (message-headers, message-news, message-mail):
8622 * pgg-gpg.el (pgg-gpg):
8623 * pgg-parse.el (pgg-parse):
8624 * pgg-pgp.el (pgg-pgp):
8625 * pgg-pgp5.el (pgg-pgp5):
8626 * pop3.el (pop3): Finish `defgroup' description with period.
8627
8628 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
8629
8630 * gnus-art.el (article-display-face): Improve the efficiency.
8631 (article-display-x-face): Ditto; remove grey x-face stuff.
8632
8633 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
8634
8635 * gnus-art.el (article-display-face): Correct the position in
8636 which Faces are inserted.
8637
8638 2005-06-29 Didier Verna <didier@xemacs.org>
8639
8640 * gnus-art.el (article-display-face): Display faces in correct
8641 order.
8642
8643 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
8644
8645 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
8646 (gnus-fill-real-hashtb): Use hash table instead of obarray.
8647 (gnus-nocem-check-article): Fetch the Type header.
8648 (gnus-nocem-message-wanted-p): Fix the way to examine types.
8649 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
8650 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
8651 make sure gnus-nocem-hashtb is initialized.
8652 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
8653 (gnus-nocem-unwanted-article-p): Ditto.
8654
8655 * pgg.el (pgg-verify): Return the verification result.
8656
8657 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
8658
8659 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
8660 is ascii.
8661
8662 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
8663
8664 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
8665 `show-nonbreak-escape'.
8666
8667 2005-06-23 Lute Kamstra <lute@gnu.org>
8668
8669 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
8670
8671 * dig.el (dig-mode):
8672 * smime.el (smime-mode): Use gnus-run-mode-hooks.
8673
8674 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
8675
8676 * nnimap.el (nnimap-split-download-body): Fix spellings.
8677
8678 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
8679
8680 * gnus-art.el (gnus-article-encrypt-body):
8681 * gnus-cus.el (gnus-score-customize):
8682 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
8683 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
8684
8685 2005-06-16 Arne Jørgensen <arne@arnested.dk>
8686
8687 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
8688 header by looking for magic "MII" at the beginnig.
8689
8690 2005-06-16 Miles Bader <miles@gnu.org>
8691
8692 * assistant.el (assistant-field): Remove "-face" suffix from face name.
8693 (assistant-field-face): New backward-compatibility alias for renamed
8694 face.
8695 (assistant-render-text): Use renamed assistant-field face.
8696
8697 * spam.el (spam): Remove "-face" suffix from face name.
8698 (spam-face): New backward-compatibility alias for renamed face.
8699 (spam-face, spam-initialize): Use renamed spam face.
8700
8701 * message.el (message-header-to, message-header-cc)
8702 (message-header-subject, message-header-newsgroups)
8703 (message-header-other, message-header-name)
8704 (message-header-xheader, message-separator, message-cited-text)
8705 (message-mml): Remove "-face" suffix from face names.
8706 (message-header-to-face, message-header-cc-face)
8707 (message-header-subject-face, message-header-newsgroups-face)
8708 (message-header-other-face, message-header-name-face)
8709 (message-header-xheader-face, message-separator-face)
8710 (message-cited-text-face, message-mml-face):
8711 New backward-compatibility aliases for renamed faces.
8712 (message-font-lock-keywords): Use renamed message faces.
8713
8714 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
8715 (sieve-test-commands, sieve-tagged-arguments):
8716 Remove "-face" suffix from face names.
8717 (sieve-control-commands-face, sieve-action-commands-face)
8718 (sieve-test-commands-face, sieve-tagged-arguments-face):
8719 New backward-compatibility aliases for renamed faces.
8720 (sieve-control-commands-face, sieve-action-commands-face)
8721 (sieve-test-commands-face, sieve-tagged-arguments-face):
8722 Use renamed sieve faces.
8723
8724 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
8725 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
8726 (gnus-group-news-3-empty, gnus-group-news-4)
8727 (gnus-group-news-4-empty, gnus-group-news-5)
8728 (gnus-group-news-5-empty, gnus-group-news-6)
8729 (gnus-group-news-6-empty, gnus-group-news-low)
8730 (gnus-group-news-low-empty, gnus-group-mail-1)
8731 (gnus-group-mail-1-empty, gnus-group-mail-2)
8732 (gnus-group-mail-2-empty, gnus-group-mail-3)
8733 (gnus-group-mail-3-empty, gnus-group-mail-low)
8734 (gnus-group-mail-low-empty, gnus-summary-selected)
8735 (gnus-summary-cancelled, gnus-summary-high-ticked)
8736 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
8737 (gnus-summary-high-ancient, gnus-summary-low-ancient)
8738 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
8739 (gnus-summary-low-undownloaded)
8740 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
8741 (gnus-summary-low-unread, gnus-summary-normal-unread)
8742 (gnus-summary-high-read, gnus-summary-low-read)
8743 (gnus-summary-normal-read, gnus-splash):
8744 Remove "-face" suffix from face names.
8745 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
8746 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
8747 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
8748 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
8749 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
8750 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
8751 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
8752 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
8753 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
8754 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
8755 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
8756 (gnus-summary-selected-face, gnus-summary-cancelled-face)
8757 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
8758 (gnus-summary-normal-ticked-face)
8759 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
8760 (gnus-summary-normal-ancient-face)
8761 (gnus-summary-high-undownloaded-face)
8762 (gnus-summary-low-undownloaded-face)
8763 (gnus-summary-normal-undownloaded-face)
8764 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
8765 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
8766 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
8767 (gnus-splash-face):
8768 New backward-compatibility aliases for renamed faces.
8769 (gnus-group-startup-message): Use renamed gnus faces.
8770
8771 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
8772 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
8773 (gnus-server-agent): Remove "-face" suffix from face names.
8774 (gnus-server-agent-face, gnus-server-opened-face)
8775 (gnus-server-closed-face, gnus-server-denied-face)
8776 (gnus-server-offline-face):
8777 New backward-compatibility aliases for renamed faces.
8778 (gnus-server-agent-face, gnus-server-opened-face)
8779 (gnus-server-closed-face, gnus-server-denied-face)
8780 (gnus-server-offline-face): Use renamed gnus faces.
8781
8782 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
8783 Remove "-face" suffix from face names.
8784 (gnus-picon-xbm-face, gnus-picon-face):
8785 New backward-compatibility aliases for renamed faces.
8786
8787 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
8788 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
8789 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
8790 (gnus-cite-11): Remove "-face" suffix from face names.
8791 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
8792 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
8793 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
8794 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
8795 New backward-compatibility aliases for renamed faces.
8796 (gnus-cite-attribution-face, gnus-cite-face-list)
8797 (gnus-article-boring-faces): Use renamed gnus faces.
8798
8799 * gnus-art.el (gnus-signature, gnus-header-from)
8800 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
8801 (gnus-header-content): Remove "-face" suffix from face names.
8802 (gnus-signature-face, gnus-header-from-face)
8803 (gnus-header-subject-face, gnus-header-newsgroups-face)
8804 (gnus-header-name-face, gnus-header-content-face):
8805 New backward-compatibility aliases for renamed faces.
8806 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
8807
8808 * gnus-sum.el (gnus-summary-selected-face)
8809 (gnus-summary-highlight): Use renamed gnus faces.
8810 * gnus-group.el (gnus-group-highlight): Likewise.
8811
8812 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
8813
8814 * gnus-sieve.el (gnus-sieve-article-add-rule):
8815 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
8816 * spam-stat.el (spam-stat-buffer-change-to-spam)
8817 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
8818
8819 * message.el (message-is-yours-p):
8820 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
8821
8822 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
8823
8824 * mm-view.el (mm-inline-text): Withdraw the last change.
8825
8826 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
8827
8828 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
8829 executing enriched-decode.
8830
8831 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
8832
8833 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
8834 charset of tar files.
8835
8836 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
8837
8838 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
8839
8840 2005-06-04 Lute Kamstra <lute@gnu.org>
8841
8842 * nnfolder.el (nnfolder-read-folder): Make sure that undo
8843 information is never recorded.
8844
8845 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
8848
8849 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
8850
8851 * pop3.el (pop3-apop): Run md5 in the binary mode.
8852
8853 * starttls.el (starttls-set-process-query-on-exit-flag):
8854 Use eval-and-compile.
8855
8856 2005-05-31 Simon Josefsson <jas@extundo.com>
8857
8858 * smime.el (smime-replace-in-string): Define.
8859 (smime-cert-by-ldap-1): Use it.
8860
8861 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
8862
8863 * gnus-art.el (article-display-x-face): Replace
8864 process-kill-without-query by gnus-set-process-query-on-exit-flag.
8865
8866 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
8867 set-process-query-on-exit-flag or process-kill-without-query.
8868
8869 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
8870 loop instead of replace-regexp.
8871
8872 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
8873 instead of process-kill-without-query if it is available.
8874
8875 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
8876 instead of find-file-hooks if it is available.
8877
8878 * mml1991.el: Bind pgg-default-user-id when compiling.
8879
8880 * mml2015.el: Bind pgg-default-user-id when compiling.
8881
8882 * nndraft.el (nndraft-request-associate-buffer):
8883 Use write-contents-functions instead of write-contents-hooks if it is
8884 available.
8885
8886 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
8887 instead of find-file-hooks if it is available.
8888
8889 * nntp.el (nntp-open-connection): Replace
8890 process-kill-without-query by gnus-set-process-query-on-exit-flag.
8891 (nntp-open-ssl-stream): Ditto.
8892 (nntp-open-tls-stream): Ditto.
8893
8894 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
8895 set-process-query-on-exit-flag or process-kill-without-query.
8896 (starttls-open-stream-gnutls): Use it instead of
8897 process-kill-without-query.
8898 (starttls-open-stream): Ditto.
8899
8900 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
8901
8902 * smime.el (smime-cert-by-ldap-1): Don't use
8903 replace-regexp-in-string.
8904
8905 2005-05-31 Arne Jørgensen <arne@arnested.dk>
8906
8907 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
8908
8909 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
8910 in PEM format. Adjust to the XEmacs compability.
8911
8912 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
8913
8914 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
8915 by `string-to-number'.
8916 * gnus-agent.el (gnus-agent-regenerate-group)
8917 (gnus-agent-fetch-articles): Ditto.
8918 * gnus-art.el (gnus-button-fetch-group): Ditto.
8919 * gnus-cache.el (gnus-cache-generate-active)
8920 (gnus-cache-articles-in-group): Ditto.
8921 * gnus-group.el (gnus-group-set-current-level)
8922 (gnus-group-insert-group-line): Ditto.
8923 * gnus-score.el (gnus-score-set-expunge-below)
8924 (gnus-score-set-mark-below, gnus-summary-score-effect)
8925 (gnus-summary-score-entry): Ditto.
8926 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
8927 (gnus-soup-pack): Ditto.
8928 * gnus-spec.el (gnus-xmas-format): Ditto.
8929 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
8930 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
8931 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
8932 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
8933 * nndb.el (nndb-get-remote-expire-response): Ditto.
8934 * nndiary.el (nndiary-parse-schedule-value)
8935 (nndiary-string-to-number, nndiary-request-replace-article)
8936 (nndiary-request-article): Ditto.
8937 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
8938 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
8939 * nneething.el (nneething-make-head): Ditto.
8940 * nnfolder.el (nnfolder-request-article)
8941 (nnfolder-retrieve-headers): Ditto.
8942 * nnheader.el (nnheader-file-to-number): Ditto.
8943 * nnkiboze.el (nnkiboze-request-article): Ditto.
8944 * nnmail.el (nnmail-process-unix-mail-format)
8945 (nnmail-process-babyl-mail-format): Ditto.
8946 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
8947 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
8948 (nnmh-request-create-group, nnmh-request-list-1)
8949 (nnmh-request-group, nnmh-request-article): Ditto.
8950 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
8951 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
8952 * nnsoup.el (nnsoup-make-active): Ditto.
8953 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
8954 * nntp.el (nntp-find-group-and-number)
8955 (nntp-retrieve-headers-with-xover): Ditto.
8956 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
8957 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
8958 (pgg-format-key-identifier): Ditto.
8959 * pop3.el (pop3-last, pop3-stat): Ditto.
8960 * qp.el (quoted-printable-decode-region): Ditto.
8961
8962 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
8963 of concat.
8964
8965 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
8966
8967 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
8968
8969 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
8970
8971 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
8972
8973 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
8974
8975 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
8976
8977 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
8978
8979 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
8980 (gnus-carpal-mode): Ditto.
8981
8982 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
8983 (gnus-browse-mode): Ditto.
8984
8985 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
8986
8987 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
8988
8989 2005-05-29 Richard M. Stallman <rms@gnu.org>
8990
8991 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
8992
8993 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
8994
8995 * gnus-util.el (gnus-run-mode-hooks): New function.
8996
8997 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
8998
8999 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9000
9001 * gnus-agent.el (gnus-agent-make-mode-line-string):
9002 Use mode-line-highlight as mouse-face.
9003
9004 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
9005
9006 * canlock.el (canlock): Change the parent group to news.
9007
9008 * deuglify.el (gnus-outlook-deuglify): Add :group.
9009
9010 * dig.el (dig): Add :group.
9011
9012 * dns-mode.el (dns-mode): Add :group.
9013
9014 * encrypt.el (encrypt): Add :group.
9015
9016 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
9017 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
9018 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
9019 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
9020 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
9021
9022 * gnus-diary.el (gnus-diary): Add :group.
9023
9024 * gnus.el (gnus-group-news-1-face): Add :group.
9025 (gnus-group-news-1-empty-face): Ditto.
9026 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
9027 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
9028 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
9029 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
9030 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
9031 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
9032 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
9033 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
9034 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
9035 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
9036 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
9037 (gnus-summary-high-ticked-face): Ditto.
9038 (gnus-summary-low-ticked-face): Ditto.
9039 (gnus-summary-normal-ticked-face): Ditto.
9040 (gnus-summary-high-ancient-face): Ditto.
9041 (gnus-summary-low-ancient-face): Ditto.
9042 (gnus-summary-normal-ancient-face): Ditto.
9043 (gnus-summary-high-undownloaded-face): Ditto.
9044 (gnus-summary-low-undownloaded-face): Ditto.
9045 (gnus-summary-normal-undownloaded-face): Ditto.
9046 (gnus-summary-high-unread-face): Ditto.
9047 (gnus-summary-low-unread-face): Ditto.
9048 (gnus-summary-normal-unread-face): Ditto.
9049 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
9050 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
9051
9052 * hashcash.el (hashcash): New custom group.
9053 (hashcash-default-payment): Add :group.
9054 (hashcash-payment-alist): Ditto.
9055 (hashcash-default-accept-payment): Ditto.
9056 (hashcash-accept-resources): Ditto.
9057 (hashcash-path): Ditto.
9058 (hashcash-extra-generate-parameters): Ditto.
9059 (hashcash-double-spend-database): Ditto.
9060 (hashcash-in-news): Ditto.
9061
9062 * message.el (message-minibuffer-local-map): Add :group.
9063
9064 * netrc.el (netrc): Add :group.
9065
9066 * sieve-manage.el (sieve-manage-log): Add :group.
9067 (sieve-manage-default-user): Diito.
9068 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
9069 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
9070 (sieve-manage-authenticators): Ditto.
9071 (sieve-manage-authenticator-alist): Ditto.
9072 (sieve-manage-default-port): Ditto.
9073
9074 * sieve-mode.el (sieve-control-commands-face): Add :group.
9075 (sieve-action-commands-face): Ditto.
9076 (sieve-test-commands-face): Ditto.
9077 (sieve-tagged-arguments-face): Ditto.
9078
9079 * smime.el (smime): Add :group.
9080
9081 * spam-report.el (spam-report): Add :group.
9082
9083 * spam.el (spam, spam-face): Add :group.
9084
9085 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
9086
9087 * nntp.el (nntp-next-result-arrived-p): Some news servers may
9088 return \n.\n.\n at the end of articles. Protect against that.
9089 (nntp-with-open-group): Allow debugging.
9090
9091 * nnheader.el (mail-header-set-extra): Make into a function
9092 because I just could't understand how to quote the list properly.
9093
9094 * dns.el (query-dns-cached): New function.
9095
9096 2005-05-26 Lute Kamstra <lute@gnu.org>
9097
9098 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
9099
9100 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
9101
9102 * gnus-art.el: Don't autoload mail-extract-address-components.
9103
9104 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
9105 eval-and-compile to evaluate it.
9106
9107 * hashcash.el: Don't autoload executable-find.
9108
9109 * nndb.el: Don't declare the nndb back end two or more times; don't
9110 autoload news-reply-mode, news-setup, cancel-timer and telnet.
9111
9112 * nntp.el: Autoload format-spec instead of format; use
9113 eval-and-compile to evaluate autoload forms.
9114
9115 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
9116
9117 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
9118
9119 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9120
9121 * gnus.el (gnus-version-number): Bump version.
9122
9123 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
9124
9125 * gnus.el: No Gnus v0.3 is released.
9126
9127 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
9128
9129 * gnus-art.el (gnus-article-edit-part): Disable undo.
9130
9131 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
9132
9133 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
9134 gnus-article-date-lapsed-new-header is t if date timer is active;
9135 skip headers in which the original date value is empty.
9136 (gnus-article-save-original-date): Redefine it as a macro.
9137 (gnus-display-mime): Use it.
9138
9139 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
9140
9141 * gnus-art.el (article-date-ut): Support converting date in
9142 forwarded parts as well.
9143 (gnus-article-save-original-date): New function.
9144 (gnus-display-mime): Use it.
9145
9146 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
9147
9148 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
9149 enclosure element of <item>.
9150
9151 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
9152
9153 * message.el (message-kill-buffer-query): Renamed from
9154 `message-kill-buffer-query-if-modified'. Added :version.
9155
9156 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
9157
9158 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
9159 window layout.
9160
9161 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
9162
9163 * mml.el: Autoload dnd when compiling.
9164
9165 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
9166
9167 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
9168 x-dnd-*.
9169
9170 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
9171
9172 * qp.el (quoted-printable-encode-region): Save excursion.
9173
9174 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
9175
9176 * message.el (message-kill-buffer-query-if-modified): Add new variable
9177 so the user can kill a modified message buffer quickly.
9178 (message-kill-buffer): Use it.
9179
9180 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
9181
9182 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
9183 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
9184
9185 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
9186
9187 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
9188 contained in text because xml.el decodes entities) with LFs.
9189
9190 2005-04-11 Lute Kamstra <lute@gnu.org>
9191
9192 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
9193 differently.
9194
9195 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
9196
9197 * mm-util.el (mm-detect-coding-region): Typo.
9198
9199 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
9200
9201 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
9202
9203 2005-04-06 Deepak Goel <deego@gnufans.org>
9204
9205 * spam-stat.el (spam-stat-score-buffer): Add a call to a
9206 user-function allow user modifications of the scores.
9207 (spam-stat-score-buffer-user): New function, to allow
9208 user-computed modifications to the score.
9209 (spam-stat-score-buffer-user-functions): List of additional
9210 scoring functions.
9211 (spam-stat-error-holder): Global temporary error holder.
9212 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
9213 variable.
9214
9215 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
9216
9217 * gnus-registry.el (gnus-registry-clean-empty-function)
9218 (gnus-registry-trim, gnus-registry-fetch-groups)
9219 (gnus-registry-delete-group): Groups that match
9220 `gnus-registry-ignored-groups' are removed from the registry
9221 entries, not just ignored for splitting. This helps clean up the
9222 registry. Also, `gnus-registry-fetch-groups' is a convenient way
9223 to get all the groups a message ID is in.
9224
9225 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
9226 (spam-stat-split-fancy): Change "threshhold" to "threshold"
9227 (spam-stat-score-buffer-user-functions): Add :number custom type.
9228
9229 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9230
9231 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
9232 argument in XEmacs.
9233
9234 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
9235 (nnrss-request-group): Decode group name first.
9236 (nnrss-request-article): Make a text/plain article if mml-to-mime
9237 failed.
9238 (nnrss-get-encoding): Return a compatible encoding according to
9239 nnrss-compatible-encoding-alist.
9240 (nnrss-find-el): Use consp instead of listp.
9241 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
9242
9243 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
9244
9245 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
9246 which Emacs 20 doesn't support.
9247 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
9248
9249 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
9250
9251 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
9252 silence the byte compiler inside the defun.
9253
9254 * gnus-demon.el (parse-time-string): Add autoload.
9255
9256 * gnus-delay.el (parse-time-string): Add autoload.
9257
9258 * gnus-art.el (parse-time-string): Add autoload.
9259
9260 * nnultimate.el (parse-time): Require for `parse-time-string'.
9261
9262 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
9263
9264 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
9265
9266 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
9267
9268 * smime.el (smime-ldap-host-list): Add :version.
9269
9270 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
9271
9272 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
9273 pass it to `gnus-browse-read-group'.
9274 (gnus-browse-read-group): Add NUMBER argument and pass it to
9275 `gnus-group-read-ephemeral-group'.
9276
9277 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
9278 argument and pass it to `gnus-group-read-group'.
9279
9280 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
9281
9282 * mm-util.el (mm-xemacs-find-mime-charset): Only call
9283 mm-xemacs-find-mime-charset-1 if we have the mule feature
9284 available at runtime.
9285
9286 2005-03-25 Werner Lemberg <wl@gnu.org>
9287
9288 * nnmaildir.el: Replace `illegal' with `invalid'.
9289
9290 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
9291
9292 * gnus-start.el (gnus-display-time-event-handler):
9293 Check display-time-timer at runtime rather than only at load time
9294 in case display-time-mode is turned off in the mean time.
9295
9296 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
9297
9298 * nnimap.el (nnimap-open-connection): Print which authinfo file is
9299 used.
9300
9301 * nneething.el (nneething-map-file-directory): Derive from
9302 `gnus-directory'.
9303
9304 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
9305 the To/Cc button.
9306
9307 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
9308
9309 * nnmaildir.el (nnmaildir-request-accept-article):
9310 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
9311
9312 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
9313
9314 * gnus-async.el: Require timer-funcs at compile time when in
9315 XEmacs for `run-with-idle-timer'.
9316
9317 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
9318
9319 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
9320 autoloaded function.
9321
9322 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
9323
9324 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
9325
9326 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
9327
9328 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
9329
9330 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
9331
9332 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
9333 gnus-expert-user to default.
9334
9335 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
9336
9337 * nnimap.el (nnimap-open-server): Ditto.
9338
9339 * imap.el (imap-authenticate): Fix typo.
9340
9341 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
9342
9343 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
9344 buffer (since IMAP server might return FETCH response out of
9345 order, and the nntp buffer must be sorted).
9346
9347 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
9348
9349 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
9350 comparison on string.
9351
9352 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
9353 (gnus-agent-score): Renamed category keywords to match gnus-cus.
9354 (gnus-agent-summary-fetch-series): Modified to protect against
9355 gnus-agent-summary-fetch-group clearing processable flags.
9356 (gnus-agent-synchronize-group-flags): Update live group buffer as
9357 synchronization may occur due to the user toggle the plugged
9358 status.
9359 (gnus-agent-fetch-group-1): Clear downloadable flag when article
9360 successfully downloaded.
9361 (gnus-agent-expire-group-1): Avoid using markers when the overview
9362 is in ascending order; greatly improves performance.
9363 (gnus-agent-regenerate-group): Use
9364 gnus-agent-synchronize-group-flags to reset read status in both
9365 gnus and server.
9366 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
9367
9368 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
9369
9370 * message.el: Don't autoload former message-utils variables.
9371 (message-strip-subject-trailing-was): Change doc string.
9372
9373 * nnweb.el: Fixes for `gnus-group-make-web-group'.
9374 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
9375 (nnweb-google-search): Add "hl=en" here.
9376 (nnweb-google-parse-1, nnweb-google-create-mapping):
9377 Don't hardcode URL.
9378
9379 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
9380
9381 * message.el (message-get-reply-headers, message-followup):
9382 Mention related variables `message-use-followup-to' and
9383 `message-use-mail-followup-to', in the information buffer.
9384
9385 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
9386 of broken groups(-beta).google.com.
9387
9388 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
9389
9390 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
9391 parameter to invoked gnus-request-move-article; remove the
9392 redundant gnus-sum-hint-move-is-internal variable; apply the marks
9393 all at once instead of once per article.
9394 (gnus-summary-remove-process-mark): Accept a list of articles as
9395 well as a single article for processing.
9396
9397 * gnus-int.el (gnus-request-move-article): Add move-is-internal
9398 parameter.
9399
9400 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
9401
9402 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
9403
9404 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
9405 parameter.
9406
9407 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
9408 parameter.
9409
9410 * nnimap.el (nnimap-request-move-article): Add move-is-internal
9411 parameter and remove the gnus-sum-hint-move-is-internal variable.
9412
9413 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
9414 parameter.
9415
9416 * nndraft.el (nndraft-request-move-article): Add move-is-internal
9417 parameter.
9418
9419 * nndiary.el (nndiary-request-move-article): Add move-is-internal
9420 parameter.
9421
9422 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
9423
9424 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
9425 parameter.
9426
9427 * nnagent.el (nnagent-request-move-article): Add move-is-internal
9428 parameter.
9429
9430 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
9431
9432 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
9433 a more conservative way.
9434
9435 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9436
9437 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
9438 buffer, so it moves the window's cursor.
9439
9440 2005-02-26 Arne Jørgensen <arne@arnested.dk>
9441
9442 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
9443 `mm-dissect-multipart' and receive the from field as an (optional)
9444 argument from `mm-dissect-multipart'.
9445 (mm-dissect-multipart): Receive the from field as an argument and
9446 pass it on when we call `mm-dissect-buffer' on MIME parts.
9447 Fixes verification/decryption of signed/encrypted MIME parts.
9448
9449 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
9450
9451 * gnus-sum.el (gnus-summary-move-article): Set
9452 gnus-sum-hint-move-is-internal for gnus-request-move-article and
9453 whatever it calls (right now, only nnimap-request-move article
9454 respects it).
9455
9456 * nnimap.el (nnimap-request-move-article): When
9457 gnus-sum-hint-move-is-internal is set, don't do the extra
9458 nnimap-request-article.
9459
9460 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
9461
9462 * nnheader.el (nnheader-find-file-noselect): Add doc string.
9463
9464 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
9465 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
9466
9467 * gnus-sum.el (gnus-summary-caesar-message):
9468 Apply `gnus-treat-article' after rotation.
9469
9470 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
9471 doc string.
9472
9473 2005-02-22 Simon Josefsson <jas@extundo.com>
9474
9475 * encrypt.el (encrypt-password-cache-expiry): Remove (use
9476 `password-cache-expiry' instead). Reported by Arne Jørgensen
9477 <arne@arnested.dk>.
9478 (encrypt): Add password-cache and password-cache-expiry as group
9479 members.
9480
9481 2005-02-22 Arne Jørgensen <arne@arnested.dk>
9482
9483 * smime.el (smime-ldap-host-list): Doc fix.
9484 (smime-ask-passphrase): Use `password-read-and-add' to read (and
9485 cache) password.
9486 (smime-sign-region): Use it.
9487 (smime-decrypt-region): Use it.
9488 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
9489 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
9490 fails.
9491 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
9492 certificate from DER to PEM format rather than calling openssl.
9493
9494 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
9495
9496 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
9497 for signing/encryption.
9498
9499 * mml.el (mml-parse-1): Use them.
9500
9501 2005-02-21 Arne Jørgensen <arne@arnested.dk>
9502
9503 * nnrss.el (nnrss-verbose): Removed.
9504 (nnrss-request-group): Use `nnheader-message' instead.
9505
9506 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
9507
9508 * nnrss.el (nnrss-verbose): New variable.
9509 (nnrss-request-group): Make it say nnrss is requesting a group.
9510
9511 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
9512
9513 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
9514 Handle news URL with given port correctly.
9515
9516 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
9517
9518 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
9519 containing special characters.
9520
9521 * gnus-sum.el (gnus-summary-edit-article): Ditto.
9522
9523 * mml.el (mime-to-mml): Ditto.
9524
9525 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
9526 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
9527 (rfc2047-decode-region): Quote decoded words containing special
9528 characters when rfc2047-quote-decoded-words-containing-tspecials
9529 is non-nil.
9530
9531 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
9532
9533 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
9534
9535 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
9536
9537 2005-02-15 Simon Josefsson <jas@extundo.com>
9538
9539 * nnimap.el (nnimap-debug): Doc fix.
9540
9541 * imap.el (imap-debug): Doc fix.
9542
9543 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
9544
9545 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
9546
9547 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
9548
9549 * gnus.el (spam-contents): Improve docs for spam-contents
9550 parameter in its variable incarnation.
9551
9552 2005-02-14 Simon Josefsson <jas@extundo.com>
9553
9554 * smime-ldap.el: Use require instead of load-library for ldap.
9555 (smime-ldap-search): Indent.
9556 (smime-ldap-search-internal): Shorten line.
9557
9558 * smime.el (smime-cert-by-dns): Add doc-string.
9559 (smime-cert-by-ldap-1): Indent.
9560
9561 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
9562 mml-smime-get-dns-ldap.
9563 (mml-smime-encrypt-query): Use new function. Default to ldap.
9564
9565 2005-02-14 Arne Jørgensen <arne@arnested.dk>
9566
9567 * smime.el: Require smime-ldap.
9568 (smime-ldap-host-list): New variable.
9569 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
9570
9571 * mml-smime.el (mml-smime-encrypt-query): New function.
9572 (mml-smime-encrypt-query): Use it.
9573
9574 * smime-ldap.el: New file.
9575
9576 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
9577
9578 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
9579
9580 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
9581
9582 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
9583 argument in doc string. Make query for type more clear.
9584
9585 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
9586
9587 * gnus.el (gnus-group-startup-message): Search for gnus images in
9588 etc/images/gnus.
9589 * mm-util.el (mm-image-load-path): Likewise.
9590 * smiley.el (smiley-data-directory): Search for smilies in
9591 etc/images/smilies.
9592
9593 2005-02-09 Kim F. Storm <storm@cua.dk>
9594
9595 Change Emacs release version from 21.4 to 22.1 throughout.
9596 Change Emacs development version from 21.3.50 to 22.0.50.
9597
9598 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
9599
9600 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
9601
9602 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
9603 non-Mule XEmacs as well.
9604 (mm-decompress-buffer): Signal an error intentionally if it does
9605 not decompress compressed data because auto-compression-mode is
9606 disabled.
9607
9608 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
9609
9610 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
9611 an ID in the registry even if it has no groups.
9612
9613 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
9614
9615 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
9616 merge it into mm-decompress-buffer.
9617 (gnus-mime-copy-part): Use the MIME part charset, the value which
9618 a user specified or gnus-newsgroup-charset for decoding, like
9619 gnus-mime-inline-part does; set buffer-file-coding-system to tell
9620 save-buffer what was used. Suggested by Kevin Ryde
9621 <user42@zip.com.au>.
9622 (gnus-mime-inline-part): Allow the name parameter as well as the
9623 filename parameter; force decompressing of compressed data; always
9624 display contents being not decoded as unibyte.
9625
9626 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
9627 as well as the filename parameter.
9628
9629 * mm-util.el (mm-decompress-buffer): Merge
9630 gnus-mime-jka-compr-maybe-uncompress.
9631 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
9632 of compressed data.
9633
9634 2005-02-08 Simon Josefsson <jas@extundo.com>
9635
9636 * imap.el (imap-log): Doc fix.
9637
9638 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
9639
9640 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
9641 the coding cookies; decompress compressed parts.
9642
9643 * mml.el (mml-generate-mime-1): Add the charset parameter according
9644 to the value which a user specified manually or the coding cookie.
9645
9646 * mm-util.el (mm-string-to-multibyte): New function.
9647 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
9648 (mm-coding-system-to-mime-charset): New function.
9649 (mm-decompress-buffer): New function.
9650 (mm-find-buffer-file-coding-system): New function.
9651
9652 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
9653 (mm-display-inline-fontify): Rewrite for decoding and decompressing
9654 parts.
9655
9656 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9657
9658 * mm-view.el (mm-display-inline-fontify): Decode a part according
9659 to the charset parameter.
9660
9661 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
9662
9663 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
9664 prefix arg is neither nil nor a number, as info specifies.
9665
9666 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
9667
9668 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
9669 timestamps.
9670
9671 2005-02-02 Jari Aalto <jari.aalto@cante.net>
9672
9673 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
9674 groups error checking and notify user.
9675
9676 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
9677
9678 * message.el (message-send-mail-function): Check existence of
9679 sendmail-program first before using default value
9680 `message-send-mail-with-sendmail'. Otherwise use more generic
9681 `smtpmail-send-it'.
9682
9683 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
9684
9685 * nntp.el (nntp-request-update-info): Always return nil.
9686
9687 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
9688
9689 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
9690
9691 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * message.el (message-beginning-of-line): Change the behavior when
9694 invoked between BOL and : so that it first moves backward.
9695
9696 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
9697
9698 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
9699 article buffer when editing of the article is discarded.
9700 (gnus-article-prepare): Revert.
9701
9702 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
9703
9704 * gnus-art.el (gnus-article-prepare):
9705 Remove message-strip-forbidden-properties from the local hook.
9706
9707 2005-01-27 Simon Josefsson <jas@extundo.com>
9708
9709 * password.el (password-cache-add): Only start one timer per key.
9710 Reported by Derek Atkins <warlord@MIT.EDU>.
9711
9712 2005-01-26 Steve Youngs <steve@sxemacs.org>
9713
9714 * run-at-time.el: Removed. It is no longer needed as
9715 timer-funcs.el in the xemacs-base package has a working version of
9716 `run-at-time'.
9717
9718 * password.el: Require timer-funcs instead of run-at-time in
9719 XEmacs.
9720 Remove `password-run-at-time' macro.
9721 (password-cache-add): Use `run-at-time' instead of
9722 `password-run-at-time'.
9723
9724 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
9725 for `run-with-idle-timer'.
9726
9727 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
9728 for `run-at-time'.
9729
9730 * mm-url.el: Require timer-funcs at compile time when in XEmacs
9731 for `with-timeout'.
9732
9733 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
9734
9735 * mml.el (mml-generate-mime-1): Convert string into unibyte when
9736 inserting " *mml*" buffer's contents into a unibyte temp buffer.
9737
9738 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
9739
9740 * mail-source.el (mail-source-fetch-imap): Search for ^From case
9741 sensitively.
9742
9743 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
9744
9745 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
9746
9747 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
9748
9749 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
9750 which will be inserted according to the multibyteness of a buffer
9751 rather than the type of contents. Suggested by ARISAWA Akihiro
9752 <ari@mbf.ocn.ne.jp>.
9753
9754 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
9755 of string which old xml.el may return rather than a string.
9756
9757 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
9758
9759 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
9760
9761 2005-01-16 Simon Josefsson <jas@extundo.com>
9762
9763 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
9764 idn/idna.el isn't available.
9765 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
9766 <michael@waxrat.com>.
9767
9768 * hashcash.el: Remove non-FSF copyright header.
9769
9770 * hashcash.el (hashcash-extra-generate-parameters): New variable.
9771 (hashcash-generate-payment): Use it.
9772 (hashcash-generate-payment-async): Use it.
9773
9774 2005-01-15 Simon Josefsson <jas@extundo.com>
9775
9776 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
9777 Suggested by Raymond Scholz <ray-2005@zonix.de>.
9778
9779 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
9780 gnus-summary-idna-message.
9781 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
9782 (gnus-summary-idna-message): New function.
9783
9784 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
9785
9786 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
9787 gnus-novice-user.
9788
9789 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
9790
9791 * nnrss.el (nnrss-request-delete-group): Delete entries in
9792 nnrss-group-alist as well.
9793 (nnrss-save-server-data): Insert newline.
9794
9795 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
9796
9797 * gnus.el (gnus-user-agent): Use list of symbols instead of
9798 symbols. Display full version number for (S)XEmacs. Optionally
9799 display (S)XEmacs codename.
9800
9801 * gnus-util.el (gnus-emacs-version): Update for new
9802 `gnus-user-agent'.
9803
9804 * gnus-msg.el (gnus-extended-version): Make it possible to omit
9805 Gnus version.
9806
9807 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
9808
9809 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
9810 which is unreadable in some setups.
9811
9812 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
9813
9814 * gnus-spec.el (gnus-update-format-specifications): Flush the
9815 group format spec cache if it doesn't support decoded group names.
9816
9817 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
9818
9819 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
9820 Allow to apply decay on score files matching a regexp.
9821
9822 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
9823
9824 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
9825 compatibility in %g and %c.
9826
9827 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
9828
9829 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
9830 name for only %g and %c.
9831 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
9832 of gnus-tmp-group to decoded group name.
9833 (gnus-group-make-rss-group): Exclude `/'s from group names.
9834
9835 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
9836
9837 * nnrss.el (nnrss-get-encoding): Fix regexp.
9838
9839 2004-12-27 Simon Josefsson <jas@extundo.com>
9840
9841 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
9842 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
9843 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
9844
9845 2004-12-17 Kim F. Storm <storm@cua.dk>
9846
9847 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
9848
9849 * gnus-sum.el (gnus-summary-mode-map): Likewise.
9850
9851 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
9852
9853 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
9854
9855 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
9856
9857 * nnrss.el: Require rfc2047 and mml.
9858 (nnrss-file-coding-system): New variable.
9859 (nnrss-format-string): Redefine it as an inline function.
9860 (nnrss-decode-group-name): New function.
9861 (nnrss-string-as-multibyte): Remove.
9862 (nnrss-retrieve-headers): Decode group name; don't use
9863 nnrss-format-string.
9864 (nnrss-request-group): Decode group name.
9865 (nnrss-request-article): Decode group name; allow a Message-ID as
9866 well as an article number; don't use nnrss-format-string; encode a
9867 Message-ID string which may contain non-ASCII characters; use
9868 mml-to-mime to compose a MIME article.
9869 (nnrss-request-expire-articles): Decode group name.
9870 (nnrss-request-delete-group): Decode group name.
9871 (nnrss-fetch): Clarify error message.
9872 (nnrss-read-server-data): Use insert-file-contents instead of load;
9873 bind file-name-coding-system; use multibyte buffer.
9874 (nnrss-save-server-data): Bind coding-system-for-write to the
9875 value of nnrss-file-coding-system; bind file-name-coding-system;
9876 add coding cookie.
9877 (nnrss-read-group-data): Use insert-file-contents instead of load;
9878 bind file-name-coding-system; use multibyte buffer.
9879 (nnrss-save-group-data): Bind coding-system-for-write to the
9880 value of nnrss-file-coding-system; bind file-name-coding-system.
9881 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
9882 make it work with non-ASCII text.
9883 (nnrss-find-el): Make it work with old xml.el as well.
9884
9885 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
9886
9887 * nnrss.el (nnrss-get-encoding): New function.
9888 (nnrss-fetch): Use unibyte buffer initially; bind
9889 coding-system-for-read while performing mm-url-insert; remove ^Ms;
9890 decode contents according to the encoding attribute.
9891 (nnrss-save-group-data): Add coding cookie.
9892 (nnrss-mime-encode-string): New function.
9893 (nnrss-check-group): Use it to encode subject and author.
9894
9895 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
9896
9897 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
9898 imaginary variable.
9899
9900 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
9901
9902 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
9903 correctly even if there are wide characters.
9904
9905 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
9906
9907 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
9908 downcased symbol names; make a new cache instead of reusing
9909 bbdb-hashtable.
9910
9911 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
9912
9913 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
9914 concatenating segments rather than before concatenating them.
9915 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9916
9917 * message.el (message-get-reply-headers): Bind `extra'.
9918
9919 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
9920
9921 * message.el (message-extra-wide-headers): New variable.
9922 (message-get-reply-headers): Use it.
9923
9924 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
9925
9926 * gnus-agent.el (gnus-agent-group-path): Decode group name.
9927 (gnus-agent-group-pathname): Ditto.
9928
9929 * gnus-cache.el (gnus-cache-file-name): Decode group name.
9930
9931 * gnus-group.el (gnus-group-make-group): Decode group name.
9932 (gnus-group-make-rss-group): Register the group data after opening
9933 the nnrss group.
9934
9935 2004-12-17 Paul Jarc <prj@po.cwru.edu>
9936
9937 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
9938 by expiry now get marked as read.
9939
9940 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9941
9942 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
9943
9944 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
9945
9946 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
9947 unify Latin characters in XEmacs.
9948 (mm-find-mime-charset-region): Use it.
9949
9950 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
9951
9952 * gnus-util.el (gnus-delete-directory): New function.
9953
9954 * gnus-agent.el (gnus-agent-delete-group): Use it.
9955
9956 * gnus-cache.el (gnus-cache-delete-group): Use it.
9957
9958 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
9959
9960 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
9961 names.
9962
9963 2004-12-16 Simon Josefsson <jas@extundo.com>
9964
9965 * hashcash.el (hashcash-payment-alist): Fix custom :type.
9966
9967 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
9968
9969 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
9970
9971 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
9972 (gnus-group-set-current-level): Decode group name.
9973
9974 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
9975
9976 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
9977 failed.
9978
9979 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
9980
9981 * gnus-group.el (gnus-group-delete-group): Decode group name.
9982 (gnus-group-make-rss-group): Encode group name.
9983 (gnus-group-catchup-current): Decode group name.
9984 (gnus-group-kill-group): Decode group name.
9985
9986 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
9987
9988 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
9989
9990 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
9991
9992 * gnus-group.el (gnus-group-make-rss-group):
9993 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
9994
9995 * gnus-start.el (gnus-setup-news): Honor user's setting to
9996 gnus-message-archive-method. Suggested by Lute Kamstra
9997 <lute@gnu.org>.
9998
9999 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
10000
10001 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
10002 global counterparts of the buffer-local variables.
10003
10004 2004-11-16 Romain Francoise <romain@orebokech.com>
10005
10006 * gnus-sum.el (gnus-summary-exit): Don't clear the global
10007 counterparts of the buffer-local variables.
10008
10009 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
10010
10011 * message.el (message-forbidden-properties): Fixed typo in doc
10012 string.
10013
10014 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
10015
10016 * gnus-util.el (gnus-replace-in-string): Added doc string.
10017
10018 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
10019 to avoid problems when splitting mails with many recipients.
10020
10021 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
10022
10023 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
10024 pop-to-buffer, covered by the subsequent gnus-configure-windows.
10025
10026 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
10027
10028 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
10029 if there is no hashtable in memory or file modification time is
10030 newer than cached timestamp.
10031
10032 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
10033
10034 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
10035 not-matching option.
10036
10037 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
10038
10039 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
10040 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
10041 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10042 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
10043 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
10044 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
10045
10046 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
10047
10048 * message.el (message-forward-make-body-mml): Remove headers
10049 according to message-forward-ignored-headers if a message is decoded.
10050
10051 2004-12-02 Romain Francoise <romain@orebokech.com>
10052
10053 * message.el (message-forward-make-body-plain): Always remove
10054 headers according to message-forward-ignored-headers.
10055
10056 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
10057
10058 * spam.el (spam-summary-prepare-exit): Remove the
10059 gnus-summary-limit pop for now, it has problems with ham marks for
10060 me.
10061
10062 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
10063
10064 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
10065 correctly.
10066
10067 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
10068
10069 * format-spec.el (format-spec): Message the char.
10070
10071 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10072
10073 * gnus-art.el (gnus-split-methods): Reformat comments.
10074
10075 * spam.el (spam-summary-prepare-exit): Remove article limits
10076 before exiting the summary buffer.
10077
10078 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
10079
10080 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
10081 order to silence the byte compiler.
10082
10083 * spam.el: Fix the way to silence the byte compiler, which
10084 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
10085 bbdb-search-simple, spam-BBDB-register-routine,
10086 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
10087 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
10088 spam-stat-buffer-is-spam, spam-stat-load,
10089 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
10090 spam-stat-save and spam-stat-split-fancy.
10091
10092 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
10093
10094 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
10095 which may confuse users.
10096 (canlock-password-for-verify): Ditto.
10097
10098 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
10099
10100 * gnus-art.el (gnus-emphasis-alist): Ditto.
10101
10102 * gnus-registry.el (gnus-registry-max-entries): Ditto.
10103
10104 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
10105
10106 * gnus-start.el (gnus-save-killed-list): Ditto.
10107
10108 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
10109 (gnus-sum-thread-tree-root): Ditto.
10110 (gnus-sum-thread-tree-false-root): Ditto.
10111 (gnus-sum-thread-tree-single-indent): Ditto.
10112
10113 * message.el (message-courtesy-message): Ditto.
10114 (message-archive-note): Ditto.
10115 (message-subscribed-address-file): Ditto.
10116 (message-user-fqdn): Ditto.
10117
10118 * spam-report.el (spam-report-gmane-regex): Ditto.
10119
10120 * spam.el (spam-blackhole-good-server-regex): Ditto.
10121
10122 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
10123
10124 * mml.el (mml-preview): Widen the message buffer before copying
10125 the contents to the preview buffer; sort headers before previewing.
10126
10127 * message.el (message-hidden-headers): Fix the way to avoid a bug
10128 in the `repeat' widget in Emacs 21.3 or earlier.
10129
10130 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
10131
10132 * message.el (message-hidden-headers): Default to "^References:".
10133 Improve customization type. Suggested by Reiner Steib
10134 <Reiner.Steib@gmx.de>.
10135
10136 2004-11-25 Romain Francoise <romain@orebokech.com>
10137
10138 * message.el (message-strip-forbidden-properties): Remove check for
10139 obsolete `message-hidden' text property, hidden headers are not
10140 accessible in the buffer anymore.
10141
10142 2004-11-22 Romain Francoise <romain@orebokech.com>
10143
10144 * message.el (message-header-format-alist): Add `From' in list
10145 so that it can be sorted.
10146 (message-fix-before-sending): Widen and sort headers before
10147 sending.
10148 (message-hide-headers): Use narrowing to hide headers by moving
10149 them to the top of the buffer and narrowing to the region
10150 underneath.
10151
10152 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10153
10154 * message.el (message-strip-forbidden-properties): Bind
10155 buffer-read-only (etc) to nil.
10156
10157 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
10158
10159 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
10160 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10161
10162 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
10163
10164 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
10165
10166 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10167
10168 * dns.el (query-dns): Use sit-for to time instead of
10169 accept-process-output, since that doesn't seem to work on udp
10170 sockets.
10171
10172 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
10173
10174 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
10175
10176 2004-11-15 Jesper Harder <harder@ifa.au.dk>
10177
10178 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
10179 doc string. Improve doc string.
10180
10181 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
10182
10183 * nntp.el (nntp-request-update-info): Return nil if
10184 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
10185 may not call gnus-activate-group which uselessly issues the GROUP
10186 commands for all nntp groups and wastes time. Reported by Romain
10187 Francoise <romain@orebokech.com>.
10188
10189 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
10190
10191 2004-11-15 Simon Josefsson <jas@extundo.com>
10192
10193 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
10194 headers separately.
10195 (gnus-button-openpgp): New function, inspired by Jochen Küpper
10196 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
10197
10198 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
10199
10200 * gnus-start.el (gnus-convert-old-newsrc):
10201 Assign legacy-gnus-agent to 5.10.7.
10202
10203 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
10204
10205 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
10206 start of the lines.
10207
10208 2004-11-14 Magnus Henoch <mange@freemail.hu>
10209
10210 * hashcash.el (hashcash-default-payment): Change default to 20
10211 (hashcash-default-accept-payment): Change default to 20
10212 (hashcash-process-alist): New variable
10213 (hashcash-generate-payment-async): Add
10214 (hashcash-already-paid-p): Add
10215 (hashcash-insert-payment): Don't generate payments twice
10216 (hashcash-insert-payment-async): Add
10217 (hashcash-insert-payment-async-2): Add
10218 (hashcash-cancel-async): Add
10219 (hashcash-wait-async): Add
10220 (hashcash-processes-running-p): Add
10221 (hashcash-wait-or-cancel): Add
10222 (mail-add-payment): New optional argument. Conditionally start
10223 asynchronous calculation.
10224 (mail-add-payment-async): Add
10225
10226 * message.el (message-send-mail): Wait for asynchronous hashcash
10227 results. Don't clobber existing X-Hashcash headers.
10228 (message-setup-1): Call mail-add-payment-async when
10229 message-generate-hashcash is non-nil.
10230
10231 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
10232
10233 * message.el (message-use-alternative-email-as-from): Examine the
10234 From header as well; use message-make-from in order to include a
10235 user's full name.
10236
10237 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
10238
10239 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
10240 default; improve customization type.
10241 (gnus-emphasis-custom-with-format): New macro.
10242 (gnus-emphasis-custom-value-to-external): New function.
10243 (gnus-emphasis-custom-value-to-internal): New function.
10244
10245 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
10246
10247 * dns.el (query-dns): Resolve reverse addresses.
10248
10249 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10250
10251 * gnus-group.el (gnus-group-get-new-news): Use it.
10252
10253 * gnus-start.el (gnus-check-reasonable-setup): New function.
10254
10255 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
10256
10257 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
10258 "Args out of range" error. Reported by Arnaud Giersch
10259 <arnaud.giersch@free.fr>.
10260
10261 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
10262
10263 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
10264
10265 2004-11-04 Richard M. Stallman <rms@gnu.org>
10266
10267 * spam.el (spam group): Add :version.
10268
10269 * pgg-def.el (pgg group): Add :version.
10270
10271 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
10272
10273 * gnus-art.el (gnus-article-edit-article): Don't associate the
10274 article buffer with a draft file. This is a temporary measure
10275 against the 2004-08-22 change to gnus-article-edit-mode.
10276
10277 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
10278
10279 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
10280 (html2text-format-tags): Remove unused variable `attr'.
10281
10282 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
10283
10284 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
10285
10286 * spam-stat.el (spam-stat): Add :version.
10287
10288 * sieve.el (sieve): Add :version.
10289
10290 * sha1.el (sha1): Add :version.
10291 (sha1-use-external): Remove redundant version.
10292
10293 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
10294 (nnmail-cache-ignore-groups, nnmail-spool-hook)
10295 (nnmail-split-fancy-match-partial-words)
10296 (nnmail-split-lowercase-expanded): Add :version.
10297
10298 * nndiary.el (nndiary): Add :version.
10299
10300 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
10301
10302 * mml-sec.el (mml-default-sign-method)
10303 (mml-default-encrypt-method, mml-signencrypt-style-alist):
10304 Add :version.
10305
10306 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
10307
10308 * mm-url.el (mm-url-use-external, mm-url-program)
10309 (mm-url-arguments): Add :version.
10310
10311 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
10312 (mm-attachment-file-modes, mm-decrypt-option)
10313 (mm-w3m-safe-url-regexp): Add :version.
10314
10315 * message.el (message-cite-prefix-regexp)
10316 (message-sendmail-envelope-from, message-minibuffer-local-map)
10317 (message-user-fqdn, message-completion-alist): Add :version.
10318
10319 * gnus-win.el (gnus-configure-windows-hook)
10320 (gnus-use-frames-on-any-display): Add :version.
10321
10322 * gnus-art.el (gnus-article-address-banner-alist)
10323 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
10324 (gnus-treat-from-picon, gnus-treat-mail-picon)
10325 (gnus-treat-x-pgp-sig): Add :version.
10326
10327 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
10328 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
10329 (gnus-summary-article-delete-hook)
10330 (gnus-summary-display-while-building): Add :version.
10331
10332 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
10333 (gnus-get-top-new-news-hook): Add :version.
10334
10335 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10336 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
10337
10338 * gnus-registry.el (gnus-registry): Add :version.
10339
10340 * gnus-spec.el (gnus-use-correct-string-widths)
10341 (gnus-make-format-preserve-properties): Add :version.
10342
10343 * gnus.el (gnus-group-charter-alist)
10344 (gnus-group-fetch-control-use-browse-url)
10345 (gnus-install-group-spam-parameters): Add :version.
10346
10347 * gnus-diary.el (gnus-diary): Add :version.
10348
10349 * gnus-delay.el (gnus-delay): Add :version.
10350
10351 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
10352 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
10353 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
10354 Add :version.
10355
10356 * gnus-agent.el (gnus-agent-max-fetch-size)
10357 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
10358 (gnus-agent-prompt-send-queue): Add :version.
10359
10360 * deuglify.el (gnus-outlook-deuglify): Add :version.
10361
10362 * html2text.el: Beautify code. Improve doc strings. Some
10363 checkdoc cleanup.
10364 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
10365
10366 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
10367
10368 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
10369
10370 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
10371
10372 * gnus-registry.el (gnus-registry-hashtb): Create the registry
10373 when package is loaded.
10374
10375 * spam.el (spam-summary-score-preferred-header): Add global preference
10376 for people who want to override the default SpamAssassin over
10377 Bogofilter preference (when both are set).
10378 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
10379 (spam-user-format-function-S): Check
10380 spam-summary-score-preferred-header.
10381 (spam-extra-header-to-number): Add X-Bogosity header parsing.
10382 (spam-user-format-function-S): Format the score correctly.
10383
10384 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
10385
10386 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
10387 signature file. Suggested by Manoj Srivastava
10388 <srivasta@golden-gryphon.com>.
10389
10390 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
10391 iso-2022-jp even in the Japanese language environment.
10392 Suggested by Jason Rumney <jasonr@gnu.org>.
10393
10394 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
10395
10396 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
10397 use the same characters as the dummy marks; make it free from
10398 getting affected by the language environment.
10399 (gnus-summary-read-group-1): Update mark positions only when the
10400 format spec is updated.
10401
10402 * gnus-spec.el (gnus-update-format-specifications): Return a list
10403 of updated types.
10404
10405 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
10406
10407 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
10408 of boundp to check if display-warning is available.
10409
10410 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
10411
10412 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
10413
10414 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
10415
10416 * nnspool.el (nnspool-spool-directory): Use news-path if the
10417 news-directory variable is not bound.
10418
10419 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
10420 function instead of display-warning if it is not available.
10421
10422 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
10423
10424 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
10425 v5-10: Use `point-at-bol'.
10426
10427 2004-10-26 Simon Josefsson <jas@extundo.com>
10428
10429 * hashcash.el: Fix URL in comment, reported by Cheng Gao
10430 <chenggao@gmail.com>.
10431
10432 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
10433
10434 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
10435 instead.
10436
10437 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
10438
10439 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
10440 to remove a server from the nnimap-server-buffer-alist.
10441 (nnimap-open-connection, nnimap-close-server): Use it.
10442
10443 * gnus-encrypt.el: Remove file in favor of encrypt.el.
10444
10445 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
10446
10447 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
10448 running the major-mode function.
10449
10450 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
10451
10452 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
10453 dummy marks in the right way.
10454
10455 2004-10-18 David Edmondson <dme@dme.org>
10456
10457 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
10458 excessively.
10459
10460 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
10461
10462 * gnus-util.el (gnus-split-references): Accept a nil references
10463 string and go on blissfully.
10464
10465 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
10466 cases where the references string is non-nil but has no references.
10467
10468 * encrypt.el: Add autoload tags.
10469
10470 * spam.el (spam-resolve-registrations-routine): Remove article
10471 from unregistration list too. Reported by David Hanak
10472 <dhanak@isis.vanderbilt.edu>
10473
10474 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
10475
10476 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
10477 nil. Changed custom type.
10478
10479 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
10480
10481 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
10482
10483 * gnus-sum.el (gnus-summary-move-article): Use it.
10484
10485 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
10486
10487 * encrypt.el: Add autoload cookies.
10488
10489 * spam.el (spam-backend-article-list-property)
10490 (spam-backend-get-article-todo-list)
10491 (spam-backend-put-article-todo-list)
10492 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
10493 Resolve registrations separately.
10494 (spam-register-routine): Format comments.
10495 (spam-unregister-routine, spam-register-routine): Always call with
10496 specific-articles, no default list.
10497 (spam-summary-prepare-exit): Use the spam-classifications function.
10498
10499 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
10500 gnus-encrypt.el.
10501
10502 * encrypt.el: Copied from gnus-encrypt.el.
10503
10504 * gnus-encrypt.el: Commented that it's obsolete.
10505
10506 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10507
10508 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
10509 (gnus-score-save): Use it.
10510
10511 * message.el (message-bury): Use `window-dedicated-p'.
10512
10513 2004-10-15 Simon Josefsson <jas@extundo.com>
10514
10515 * pop3.el (top-level): Don't require nnheader.
10516 (pop3-read-timeout): Add.
10517 (pop3-accept-process-output): Add.
10518 (pop3-read-response, pop3-retr): Use it.
10519
10520 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
10521
10522 * spam.el (spam-register-routine): Move comment.
10523 (spam-verify-bogofilter): Use 'unknown for the initial
10524 spam-bogofilter-valid state, not 'never.
10525
10526 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
10527 for netrc-machine.
10528
10529 * nnimap.el (nnimap-open-connection): Use
10530 netrc-machine-user-or-password.
10531
10532 2004-10-17 Richard M. Stallman <rms@gnu.org>
10533
10534 * gnus-registry.el (gnus-registry-unload-hook):
10535 Set as a variable with add-hook.
10536
10537 * nnspool.el (nnspool-spool-directory): Use news-directory instead
10538 of news-path.
10539
10540 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
10541
10542 * spam.el: Delete duplicate `provide'.
10543 (spam-unload-hook): Set as a variable with add-hook.
10544
10545 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
10546
10547 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
10548 in the doc string.
10549
10550 * message.el (message-ignored-news-headers)
10551 (message-ignored-supersedes-headers)
10552 (message-ignored-resent-headers)
10553 (message-forward-ignored-headers): Improve custom type.
10554
10555 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
10556
10557 * message.el (message-tokenize-header): Fix 2004-09-06 change
10558 which used point-min in the wrong place.
10559
10560 2004-10-12 Simon Josefsson <jas@extundo.com>
10561
10562 * tls.el (tls-certtool-program): New variable.
10563 (tls-certificate-information): New function, based on
10564 ssl-certificate-information.
10565
10566 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
10567
10568 * compface.el: Move the version of ELisp-based uncompface program
10569 to the contrib directory because of the copyright problem.
10570
10571 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
10572
10573 * message.el (message-kill-buffer): Raise the current frame.
10574
10575 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
10576
10577 * gnus-sum.el: Mention that multibyte characters don't work as marks.
10578
10579 * gnus.el (message-y-or-n-p): Autoload.
10580
10581 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
10582 (pop3-password-required, pop3-authentication-scheme)
10583 (pop3-leave-mail-on-server): Made customizable.
10584 (pop3): New custom group.
10585 (pop3-retr): Remove `sleep-for' statements.
10586 Suggested by Dave Love <fx@gnu.org>.
10587
10588 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
10589 Windows/DOS.
10590
10591 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
10592 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
10593 Dave Love <fx@gnu.org>.
10594
10595 * mml.el (mml-minibuffer-read-disposition): Require match.
10596 Suggested by Dave Love <fx@gnu.org>.
10597
10598 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
10599
10600 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
10601 doc string.
10602
10603 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
10604
10605 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
10606
10607 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10608
10609 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
10610 instead of calling `mm-insert-inline', to decode text/* parts
10611 before displaying them.
10612
10613 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
10614
10615 * mm-uu.el (mm-uu-text-plain-type): New variable.
10616 (mm-uu-pgp-signed-extract-1): Use it.
10617 (mm-uu-pgp-encrypted-extract-1): Use it.
10618 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
10619 bind mm-uu-text-plain-type with that value.
10620 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
10621 mm-uu-dissect.
10622
10623 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
10624
10625 * gnus-group.el (gnus-update-group-mark-positions):
10626 * gnus-sum.el (gnus-update-summary-mark-positions):
10627 * message.el (message-check-news-body-syntax):
10628 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
10629 of string-as-multibyte.
10630
10631 2004-10-05 Juri Linkov <juri@jurta.org>
10632
10633 * gnus-group.el (gnus-update-group-mark-positions):
10634 * gnus-sum.el (gnus-update-summary-mark-positions):
10635 * message.el (message-check-news-body-syntax):
10636 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
10637 8-bit unibyte values to a multibyte string for search functions.
10638
10639 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
10640
10641 * mm-uu.el (mm-uu-dissect): Allow optional arg.
10642 (mm-uu-dissect-text-parts): New function.
10643
10644 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
10645 dissect text parts.
10646
10647 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
10648 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
10649
10650 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
10651
10652 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
10653 gnus-current-topics instead of gnus-current-topic.
10654
10655 2004-10-06 Jesper Harder <harder@ifa.au.dk>
10656
10657 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
10658
10659 2004-10-05 Jesper Harder <harder@ifa.au.dk>
10660
10661 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
10662 where approriate.
10663
10664 * nnml.el (nnml-generate-active-info): do.
10665
10666 * nndiary.el (nndiary-generate-active-info): do.
10667
10668 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
10669 (gnus-topic-move): do.
10670
10671 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
10672 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
10673
10674 * gnus-srvr.el (gnus-server-prepare)
10675 (gnus-server-open-all-servers): do.
10676
10677 * gnus-msg.el (gnus-summary-cancel-article)
10678 (gnus-summary-resend-message)
10679 (gnus-summary-mail-crosspost-complaint): do.
10680
10681 * gnus-move.el (gnus-change-server): do.
10682
10683 * gnus-group.el (gnus-group-unmark-all-groups)
10684 (gnus-group-set-current-level): do.
10685
10686 2004-10-04 Simon Josefsson <jas@extundo.com>
10687
10688 * message.el (message-generate-hashcash): Doc fix.
10689
10690 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
10691
10692 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
10693 avoid infinite recursion via gnus-get-function.
10694
10695 2004-10-02 Jesper Harder <harder@ifa.au.dk>
10696
10697 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
10698
10699 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
10700
10701 * nnmail.el (nnmail-split-history): do.
10702
10703 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
10704 (nnml-request-delete-group): do.
10705
10706 * nnslashdot.el (nnslashdot-read-groups): do.
10707
10708 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
10709 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
10710
10711 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
10712 (nnspool-sift-nov-with-sed): Use last
10713 (nnspool-retrieve-headers-with-nov): Use mapc.
10714 (nnspool-request-newgroups): Use dolist.
10715 (nnspool-request-group): Use last.
10716
10717 * nntp.el (nntp-read-server-type): Use dolist.
10718
10719 * nnvirtual.el (nnvirtual-create-mapping)
10720 (nnvirtual-update-read-and-marked): Use dolist.
10721 (nnvirtual-convert-headers): Simplify.
10722
10723 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
10724
10725 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
10726 support for sync'ing tick marks.
10727
10728 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
10729
10730 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
10731 there's no visible header.
10732
10733 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
10734
10735 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
10736 necessary, pass full group name to gnus-request-set-marks.
10737
10738 2004-10-01 Simon Josefsson <jas@extundo.com>
10739
10740 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
10741 acroread.
10742
10743 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10744
10745 * spam-report.el (spam-report-gmane): Fix interactive.
10746
10747 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
10748
10749 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
10750 when writing file.
10751 (gnus-agent-synchronize-flags): Don't default to being
10752 interactive.
10753
10754 2004-09-30 Simon Josefsson <jas@extundo.com>
10755
10756 * message.el (message-generate-hashcash): Add.
10757 (message-send-mail): Use it, call mail-add-payment.
10758
10759 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
10760
10761 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
10762
10763 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
10764
10765 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
10766 gnus-requst-update-info with explicit code to sync the in-memory
10767 info read flags with the marks being sync'd to the backend.
10768
10769 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
10770
10771 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10772
10773 * spam.el (spam-verify-bogofilter): Add new function.
10774 (spam-check-bogofilter)
10775 (spam-bogofilter-register-with-bogofilter): Use it.
10776 (spam-verify-bogofilter): Add small fixes.
10777
10778 2004-09-28 Simon Josefsson <jas@extundo.com>
10779
10780 * hashcash.el (hashcash-generate-payment): Revert.
10781
10782 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
10783
10784 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
10785 gnus-extract-references instead of gnus-split-references.
10786
10787 * gnus-util.el (gnus-extract-references): Add new function, analogous
10788 to gnus-split-references but extracts only the message-ID without
10789 anything extra.
10790
10791 * hashcash.el (hashcash-generate-payment)
10792 (hashcash-check-payment): Do the right thing if hashcash-path is
10793 nil (because the hashcash program could not be found).
10794
10795 * spam.el (spam-use-hashcash): Remove comment.
10796
10797 2004-09-27 Jesper Harder <harder@ifa.au.dk>
10798
10799 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
10800 (gnus-cache-enter-article, gnus-cache-remove-article)
10801 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
10802
10803 * gnus-async.el (gnus-async-prefetch-remove-group): do.
10804
10805 * gnus-art.el (article-hide-boring-headers)
10806 (article-translate-strings, article-display-face)
10807 (gnus-article-mime-match-handle-first)
10808 (gnus-article-highlight-headers)
10809 (gnus-article-add-buttons-to-head): do.
10810
10811 2004-09-27 Simon Josefsson <jas@extundo.com>
10812
10813 * hashcash.el: New version, from
10814 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
10815 ../contrib/.
10816
10817 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
10818
10819 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
10820
10821 2004-09-26 Jesper Harder <harder@ifa.au.dk>
10822
10823 * gnus-dup.el (gnus-dup-open): Use mapc.
10824 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
10825
10826 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
10827 Reported by Stefan Wiens <s.wi@gmx.net>.
10828
10829 * gnus.el (gnus-shutdown): Use dolist.
10830
10831 * gnus-undo.el (gnus-undo): Use mapc.
10832
10833 * nnrss.el (nnrss-generate-active): do.
10834
10835 * message.el (message-cite-original-without-signature)
10836 (message-cite-original): Use mapc.
10837 (message-do-actions, message-make-forward-subject): Use dolist.
10838
10839 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
10840
10841 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
10842 deletion to remove entire duplicate line. Fixes merged article
10843 number bug.
10844
10845 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
10846
10847 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
10848 servers that are offline. Avoids having gnus-agent-toggle-plugged
10849 first ask if you want to open a server and then, even when you
10850 responded with no, asking if you want to synchronize the server's
10851 flags.
10852 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
10853 multi-line expressions.
10854 (gnus-agent-synchronize-group-flags): New internal function.
10855 Updates marks in memory (in the info structure) AND in the
10856 backend.
10857
10858 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
10859
10860 * nnagent.el (nnagent-request-set-mark): Use
10861 gnus-agent-synchronize-group-flags, not backend's request-set-mark
10862 method, to ensure that synchronization updates marks in the
10863 backend and in the info (in memory) structure.
10864
10865 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
10866
10867 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
10868 convention fully; don't miss the root article of a thread; make
10869 the X-Draft-From header with correct article numbers.
10870
10871 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
10872
10873 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
10874 unless plugged. Disable the agent so that an open failure causes
10875 an error.
10876
10877 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
10878 Reverted 2004-09-21 change. The backend must be opened while
10879 synchronizing flags even when the backend stores the flags
10880 locally.
10881
10882 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
10883
10884 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
10885 in `header' match. Reported by Svend Tollak Munkejord.
10886
10887 * message.el (message-cite-original): Fix use of
10888 `message-cite-articles-with-x-no-archive'.
10889
10890 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
10891
10892 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
10893 (gnus-window-to-buffer): Ditto.
10894
10895 * mml.el (mml-preview-buffer): New variable.
10896 (mml-preview): Manage window layout with gnus-buffer-configuration.
10897
10898 * gnus-msg.el (gnus-setup-message): Put article numbers into the
10899 X-Draft-From header even if those articles aren't quoted.
10900
10901 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
10902
10903 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
10904 (gnus-request-set-mark, gnus-request-update-mark): Use new
10905 g-s-t-u-l-m to decide to use backend even when unplugged.
10906
10907 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
10908
10909 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
10910 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
10911
10912 2004-09-20 Simon Josefsson <jas@extundo.com>
10913
10914 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
10915 "utf-16-le".
10916
10917 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
10918
10919 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
10920
10921 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
10922
10923 * uudecode.el (uudecode-use-external): Add :version.
10924
10925 * smime.el (smime-CA-file, smime-encrypt-cipher)
10926 (smime-dns-server): Add :version.
10927
10928 * smiley.el (gnus-smiley-file-types): Add :version.
10929
10930 * sha1.el (sha1-use-external): Add :version.
10931
10932 * pgg-def.el (pgg-query-keyserver): Add :version.
10933
10934 * nnmail.el (nnmail-fancy-expiry-targets)
10935 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
10936 Add :version.
10937
10938 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
10939 (nnimap-retrieve-groups-asynchronous): Add :version.
10940 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
10941
10942 * mml.el (mml-content-disposition-parameters)
10943 (mml-insert-mime-headers-always): Add :version.
10944
10945 * mm-util.el (mm-coding-system-priorities): Add :version.
10946
10947 * mm-decode.el (mm-inline-text-html-with-images)
10948 (mm-keep-viewer-alive-types, mm-external-terminal-program)
10949 (mm-verify-option): Add :version.
10950 (mm-text-html-renderer): Change :version.
10951
10952 * message.el (message-fcc-externalize-attachments)
10953 (message-required-headers, message-draft-headers)
10954 (message-subject-trailing-was-query)
10955 (message-subject-trailing-was-ask-regexp)
10956 (message-subject-trailing-was-regexp, message-mark-insert-begin)
10957 (message-mark-insert-end, message-archive-header)
10958 (message-archive-note, message-cross-post-default)
10959 (message-cross-post-note, message-followup-to-note)
10960 (message-cross-post-note-function, message-use-mail-followup-to)
10961 (message-subscribed-address-functions)
10962 (message-subscribed-address-file, message-subscribed-addresses)
10963 (message-subscribed-regexps, message-allow-no-recipients)
10964 (message-yank-cited-prefix, message-signature-insert-empty-line)
10965 (message-hidden-headers, message-hierarchical-addresses)
10966 (message-mail-user-agent, message-use-idna)
10967 (message-valid-fqdn-regexp)
10968 (message-strip-special-text-properties, message-header-synonyms)
10969 (message-beginning-of-line, message-tab-body-function): Add :version.
10970 (message-insert-canlock, message-wide-reply-confirm-recipients):
10971 Change :version.
10972
10973 * mail-source.el (mail-source-ignore-errors): Add :group, :type
10974 and :version.
10975 (mail-source-delete-old-incoming-confirm)
10976 (mail-source-movemail-program): Add :version.
10977
10978 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
10979 (gnus-agent-cache, gnus-agent): Change :version.
10980
10981 * gnus-util.el (gnus-use-byte-compile): Change :version.
10982
10983 * gnus-sum.el (gnus-summary-make-false-root-always)
10984 (gnus-summary-default-high-score)
10985 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
10986 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
10987 (gnus-read-all-available-headers, gnus-article-emulate-mime)
10988 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
10989 (gnus-sum-thread-tree-single-indent)
10990 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
10991 (gnus-sum-thread-tree-leaf-with-other)
10992 (gnus-sum-thread-tree-single-leaf): Add :version.
10993 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
10994 (gnus-article-loose-mime): Change :version.
10995
10996 * gnus-start.el (gnus-backup-startup-file)
10997 (gnus-save-startup-file-via-temp-buffer): Add :version.
10998
10999 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
11000 (gnus-server-offline-face): Add :version.
11001
11002 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
11003
11004 * gnus-msg.el (gnus-gcc-externalize-attachments)
11005 (gnus-debug-files, gnus-debug-exclude-variables)
11006 (gnus-discouraged-post-methods): Change :version.
11007 (gnus-confirm-mail-reply-to-news)
11008 (gnus-confirm-treat-mail-like-news): Add :version.
11009
11010 * gnus-int.el (gnus-server-unopen-status): Add :version.
11011
11012 * gnus-group.el (gnus-group-jump-to-group-prompt)
11013 (gnus-large-ephemeral-newsgroup)
11014 (gnus-fetch-old-ephemeral-headers): Add :version.
11015
11016 * gnus-fun.el (gnus-x-face-directory)
11017 (gnus-convert-pbm-to-x-face-command)
11018 (gnus-convert-image-to-x-face-command)
11019 (gnus-convert-image-to-face-command): Add :version.
11020
11021 * gnus-delay.el (gnus-delay-default-hour): Add :version.
11022
11023 * gnus-cite.el (gnus-cite-blank-line-after-header)
11024 (gnus-article-boring-faces): Add :version.
11025
11026 * gnus-art.el (gnus-buttonized-mime-types)
11027 (gnus-inhibit-mime-unbuttonizing)
11028 (gnus-treat-display-face)
11029 (gnus-treat-body-boundary): Change :version.
11030 (gnus-body-boundary-delimiter, gnus-picon-databases)
11031 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
11032 (gnus-treat-date-english, gnus-treat-fold-headers)
11033 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
11034 (gnus-treat-mail-picon, gnus-treat-wash-html)
11035 (gnus-article-encrypt-protocol)
11036 (gnus-use-idna, gnus-article-over-scroll)
11037 (gnus-mime-display-multipart-alternative-as-mixed)
11038 (gnus-mime-display-multipart-related-as-mixed)
11039 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
11040 (gnus-ctan-url, gnus-button-ctan-handler)
11041 (gnus-button-handle-ctan-bogus-regexp)
11042 (gnus-button-ctan-directory-regexp)
11043 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
11044 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
11045 (gnus-button-man-level, gnus-button-emacs-level)
11046 (gnus-button-message-level, gnus-button-browse-level): Add :version.
11047
11048 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
11049 (gnus-agent-go-online): Change :version.
11050 (gnus-agent-expire-unagentized-dirs)
11051 (gnus-agent-auto-agentize-methods): Add :version.
11052
11053 * flow-fill.el (fill-flowed-display-column)
11054 (fill-flowed-encode-column): Add :version.
11055
11056 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11057 (gnus-outlook-deuglify-unwrap-max)
11058 (gnus-outlook-deuglify-cite-marks)
11059 (gnus-outlook-deuglify-unwrap-stop-chars)
11060 (gnus-outlook-deuglify-no-wrap-chars)
11061 (gnus-outlook-deuglify-attrib-cut-regexp)
11062 (gnus-outlook-deuglify-attrib-verb-regexp)
11063 (gnus-outlook-deuglify-attrib-end-regexp)
11064 (gnus-outlook-display-hook): Add :version.
11065
11066 * binhex.el (binhex-use-external): Add :version.
11067
11068 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
11069
11070 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
11071 and `invisible'.
11072
11073 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
11074
11075 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
11076 in gnus-registry-trim.
11077
11078 2004-09-13 Simon Josefsson <jas@extundo.com>
11079
11080 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
11081
11082 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
11083
11084 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
11085 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11086 <yamaoka@jpl.org>.
11087 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
11088 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
11089 <yamaoka@jpl.org>.
11090
11091 * sieve.el (sieve-manage-mode): Ditto.
11092
11093 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
11094
11095 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
11096
11097 2004-09-11 Simon Josefsson <jas@extundo.com>
11098
11099 * dns-mode.el: Add.
11100
11101 * mm-view.el (mm-display-dns-inline): Add.
11102
11103 * mm-decode.el (mm-inline-media-tests): Add text/dns.
11104 (mm-automatic-display): Ditto.
11105
11106 * mailcap.el (mailcap-mime-data): Add text/dns.
11107 (mailcap-mime-extensions): Map .soa to text/dns.
11108
11109 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
11110
11111 * gnus-art.el (article-decode-mime-words, article-babel)
11112 (gnus-article-highlight-signature, gnus-article-add-buttons)
11113 (gnus-signature-toggle): Remove unnecessary bindings of
11114 `inhibit-read-only' inherited from v5.10 merge.
11115
11116 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
11117
11118 * nntp.el (nntp): New customization group.
11119 (nntp-authinfo-file): Add customization group.
11120
11121 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
11122
11123 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
11124
11125 * gnus.el (to-address, to-list, subscribed)
11126 (large-newsgroup-initial): Ditto.
11127
11128 * flow-fill.el (fill-flowed-display-column)
11129 (fill-flowed-encode-column): Ditto.
11130
11131 2004-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
11132
11133 * message.el (message-tokenize-header, message-send-mail-with-qmail):
11134 Use point-min rather than 1.
11135 (message-send-mail): Use buffer-size rather than point-max.
11136
11137 * gnus-sum.el (gnus-summary-search-article-forward):
11138 Signal a specific `search-failed' rather than a generic `error'.
11139
11140 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
11141 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
11142 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
11143
11144 2004-09-10 Simon Josefsson <jas@extundo.com>
11145
11146 * nndb.el (require): Remove tcp and duplicate cl.
11147
11148 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
11149
11150 * gnus-agent.el (directory-files-and-attributes): Move forward.
11151
11152 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
11153
11154 * gnus-agent.el (directory-files-and-attributes): Optionally
11155 defined to support XEmacs.
11156
11157 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
11158
11159 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
11160 to avoid run-time CL dependencies.
11161 (gnus-agent-unfetch-articles): New function.
11162 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
11163 article numbers even when local .overview file is missing.
11164 (gnus-agent-read-article-number): New function. Only accepts
11165 27-bit article numbers.
11166 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
11167 gnus-agent-read-article-number.
11168 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
11169 from backend while recognizing that article numbers in .overview
11170 must be valid.
11171 (gnus-agent-update-files-total-fetched-for): Use
11172 directory-files-and-attributes to improve performance.
11173 * gnus-int.el (gnus-request-move-article): Use
11174 gnus-agent-unfetch-articles in place of gnus-agent-expire to
11175 improve performance.
11176
11177 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
11178 some users confused by references to .newsrc when they only have a
11179 .newsrc.eld file.
11180 (gnus-convert-mark-converter-prompt)
11181 (gnus-convert-converter-needs-prompt): Fixed use of property list.
11182 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
11183 New function. Used internally to only display 'gnus converting
11184 files' message when actually necessary.
11185
11186 * gnus-sum.el (): Removed (require 'gnus-agent) as required
11187 methods now autoloaded.
11188
11189 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
11190
11191 * gnus-sum.el (gnus-summary-insert-subject): Remove list
11192 identifiers.
11193
11194 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
11195
11196 * gnus-picon.el: Fix indentation and closing parenthesis.
11197
11198 2004-09-01 Simon Josefsson <jas@extundo.com>
11199
11200 * message.el (message-canlock-generate): Require sha1, not
11201 sha1-el. (Can we get rid of this require altogether? It is ugly
11202 to require within a function. Sadly, if sha1.el isn't loaded, the
11203 let binding in m-c-g will hide the defcustom definition, which is
11204 bad.)
11205
11206 * canlock.el: Require sha1, not sha1-el.
11207
11208 * message.el: Don't autoload sha1 (there is a autoload cookie in
11209 sha1.el).
11210
11211 * sha1-el.el: Renamed to sha1.el.
11212
11213 2004-08-30 Juanma Barranquero <lektu@terra.es>
11214
11215 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
11216
11217 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
11218
11219 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
11220
11221 2004-08-30 Kim F. Storm <storm@cua.dk>
11222
11223 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
11224
11225 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
11226 Add :group 'nnimap.
11227
11228 2004-08-30 Andreas Schwab <schwab@suse.de>
11229
11230 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
11231 ?* and ?\;.
11232
11233 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
11234 and ?\' to symbol instead of whitespace.
11235
11236 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
11237
11238 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
11239
11240 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
11241 instead of re-search-forward.
11242
11243 * gnus-uu.el (gnus-uu-save-article): Ditto.
11244 (gnus-uu-post-encode-uuencode): Ditto.
11245
11246 * html2text.el (html2text-clean-list-items): Ditto.
11247 (html2text-clean-dtdd): Ditto.
11248 (html2text-format-tags): Ditto.
11249
11250 * message.el (message-send-mail-with-sendmail): Fix regexp.
11251 (message-fill-field-general): Use search-forward instead of
11252 re-search-forward.
11253 (unbold-region): Ditto.
11254
11255 * nnrss.el (nnrss-request-article): Ditto.
11256
11257 * nnslashdot.el (nnslashdot-request-article): Ditto.
11258
11259 * nnweb.el (nnweb-gmane-wash-article): Ditto.
11260
11261 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
11262 "Unrecognized menu descriptor" error in XEmacs.
11263
11264 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
11265
11266 * gnus-sum.el (gnus-read-header): Don't remove a header for the
11267 parent article of a sparse article in the thread hashtb.
11268
11269 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
11270
11271 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
11272 (nnmail-expand-newtext): Lowercase expanded entries if
11273 nnmail-split-lowercase-expanded is non-nil.
11274
11275 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
11276
11277 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
11278
11279 * gnus-group.el (gnus-group-line-format-alist): Convert the value
11280 of gnus-tmp-news-method into string under XEmacs. It will be
11281 passed to gnus-correct-length which takes only a string argument.
11282
11283 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
11284
11285 * gnus-util.el (gnus-bind-print-variables): New macro.
11286 (gnus-prin1): Use it.
11287 (gnus-prin1-to-string): Use it.
11288 (gnus-pp): New function.
11289 (gnus-pp-to-string): New function.
11290
11291 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
11292 Replace pp-to-string with gnus-pp-to-string.
11293 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
11294 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
11295 * gnus-msg.el (gnus-debug): Ditto.
11296 * gnus-score.el (gnus-score-save): Ditto.
11297 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
11298 gnus-pp-to-string.
11299 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
11300 with gnus-pp.
11301 * score-mode.el (gnus-score-pretty-print): Ditto.
11302 * webmail.el (webmail-debug): Ditto.
11303
11304 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
11305
11306 * gnus-art.el (article-display-face, article-display-x-face):
11307 Use buffer-read-only.
11308
11309 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
11310
11311 * gnus-art.el (article-hide-list-identifiers):
11312 Bind inhibit-read-only as t.
11313
11314 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
11315
11316 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
11317
11318 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
11319
11320 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
11321 (gnus-narrow-to-page): Don't assume point-min == 1.
11322 (gnus-article-edit-mode): Derive from message-mode.
11323
11324 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
11325 point-min == 1.
11326
11327 * imap.el (imap-parse-address-list, imap-parse-body-ext):
11328 Disable incorrect use of `assert'.
11329
11330 * message.el (message-mode): Set comment-start-skip.
11331
11332 2004-08-22 Sam Steingold <sds@gnu.org>
11333
11334 * pop3.el (pop3-leave-mail-on-server): New user variable.
11335 (pop3-movemail): Delete mail only when it is nil.
11336
11337 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
11338
11339 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
11340
11341 * mml.el (mml-preview): Use `pop-to-buffer'.
11342
11343 * message.el (message-goto-mail-followup-to): Insert after "To".
11344 (message-carefully-insert-headers): Add comment.
11345
11346 * gnus.el: Remove unused variable `gnus-article-check-size'.
11347
11348 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
11349
11350 * gnus-art.el (gnus-button-alist): Improve
11351 `gnus-button-handle-library' entry.
11352
11353 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
11354
11355 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
11356 downcase, since XEmacs capitalizes error messages differently.
11357
11358 2004-08-18 Jesper Harder <harder@ifa.au.dk>
11359
11360 * nntp.el: Add (require 'gnus) due to reference to
11361 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
11362
11363 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
11364
11365 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
11366 `mm-fill-flowed'.
11367
11368 * mm-decode.el (mm-dissect-singlepart): Check it.
11369
11370 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
11371
11372 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
11373 'imap' for netrc parsing.
11374
11375 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
11376
11377 * mailcap.el (mailcap-mime-data): Mark as risky.
11378
11379 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
11380
11381 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
11382 may be included in the encoded word.
11383 (rfc2047-encode): Don't append a space if the encoded word
11384 includes close parenthesis.
11385
11386 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
11387
11388 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
11389 of text within parentheses.
11390
11391 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
11392
11393 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
11394 (gnus-encrypt-write-file-contents): Make the password key the file
11395 name PLUS the cipher, not just the cipher. Also remove failed
11396 passwords from the cache.
11397
11398 2004-08-06 Simon Josefsson <jas@extundo.com>
11399
11400 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
11401 fix.
11402
11403 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
11404
11405 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
11406 LWSP.
11407
11408 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
11409
11410 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
11411 to append in-reply-to: data to the references: header.
11412
11413 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
11414 (netrc-parse): Use gnus-encrypt.el functions.
11415
11416 * gnus-encrypt.el: Add new file for encryption support; currently
11417 does only a few GPG ciphers and an internal XOR cipher.
11418
11419 * password.el: Add comments on using password-read-and-add.
11420 (password-read-and-add): Add function to read and add the
11421 password to the cache at once.
11422
11423 2004-07-28 Simon Josefsson <jas@extundo.com>
11424
11425 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
11426 parameter (but don't use it, for now).
11427
11428 * imap.el (imap-ssl-open): Use imap-process-connection-type,
11429 instead of hard coding to nil.
11430
11431 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
11432
11433 * mm-view.el (mm-inline-image-emacs): Open lines under an image
11434 as mm-inline-image-xemacs does.
11435
11436 2004-07-26 Simon Josefsson <jas@extundo.com>
11437
11438 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
11439 Revert part of 2004-07-17 change below.
11440
11441 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
11442
11443 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
11444 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11445
11446 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
11447
11448 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
11449 quotes that actually start with ">" at the beginning of the
11450 lines.
11451
11452 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
11453
11454 * rfc2047.el (rfc2047-encode-region): Fix last change.
11455 (rfc2047-encode-parameter): Remove useless concat.
11456
11457 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
11458
11459 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
11460 encode special characters; fix some kind of misconfigured headers;
11461 signal a real error if debug-on-quit or debug-on-error is non-nil.
11462 (rfc2047-encode-max-chars): New variable.
11463 (rfc2047-encode-1): Use it.
11464 (rfc2047-encode-parameter): New function.
11465
11466 * mml.el (mml-insert-parameter): Remove an excessive space.
11467
11468 2004-07-17 Simon Josefsson <jas@extundo.com>
11469
11470 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
11471 Kai Grossjohann <kai@emptydomain.de>.
11472 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
11473 (gnus-group-make-menu-bar): Ditto.
11474
11475 * gnus-util.el (gnus-group-server): Add.
11476
11477 2004-07-16 Jesper Harder <harder@ifa.au.dk>
11478
11479 * message.el (message-clone-locals): Clone sendmail and smtp
11480 variables.
11481
11482 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
11483
11484 * rfc2047.el (rfc2047-encode-region): Fix last change.
11485
11486 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
11487
11488 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
11489 characters as non-special.
11490
11491 2004-07-09 Simon Josefsson <jas@extundo.com>
11492
11493 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
11494 Users will lose all flag changes made while unplugged with
11495 e.g. nntp unless flag synchronization happens, thus `nil' is not a
11496 good default. See numerous reports on ding mailing list.
11497
11498 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
11499
11500 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
11501 add generate-head-function and generate-article-function to the
11502 rfc822-forward entry.
11503 (nndoc-rfc822-forward-generate-article): New function.
11504 (nndoc-rfc822-forward-generate-head): New function.
11505
11506 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
11507
11508 2004-07-06 Dan Christensen <jdc@uwo.ca>
11509
11510 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
11511 respect display group parameter and gnus-summary-expunge-below.
11512 (gnus-articles-to-read): Remove unused reference to display group
11513 parameter.
11514
11515 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
11516
11517 * nnheader.el (nnheader-uniquify-message-id): New experimental
11518 variable.
11519 (nnheader-nov-read-message-id): Use it.
11520
11521 * spam-report.el (spam-report-gmane): Add interactive.
11522
11523 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
11524
11525 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
11526 qp-or-base64 for the application/* types.
11527
11528 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
11529
11530 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
11531
11532 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
11533
11534 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
11535 trim value.
11536
11537 2004-01-25 Paul Jarc <prj@po.cwru.edu>
11538
11539 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
11540 New macro and function.
11541 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
11542
11543 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
11544
11545 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
11546 after-load-alist.
11547
11548 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
11549
11550 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
11551 update info that isn't there.
11552
11553 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
11554
11555 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
11556 entry.
11557
11558 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
11559
11560 * mm-view.el (mm-inline-render-with-function): Use multibyte
11561 buffer; decode html source by charset.
11562
11563 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
11564
11565 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
11566 Mule-UCS is loaded under XEmacs.
11567 (mm-mime-mule-charset-alist): Avoid duplicated entries.
11568
11569 2004-06-28 Jesper Harder <harder@ifa.au.dk>
11570
11571 * nnheader.el (nnheader-max-head-length): Increase to 8192.
11572
11573 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
11574
11575 * mm-util.el (mm-coding-system-p): Return a coding-system.
11576 (mm-mime-mule-charset-alist): Use shift_jis instead of
11577 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
11578 entries for the mime charsets iso-2022-jp-3 and shift_jis.
11579 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
11580 instead of japanese-shift-jis and iso-latin-1 respectively in
11581 order to share the default value with both Emacs and XEmacs-mule.
11582 (mm-mule-charset-to-mime-charset): Make
11583 mm-coding-system-priorities effective.
11584 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
11585 while predicating of candidates upon the priorities.
11586
11587 2004-06-27 Jesper Harder <harder@ifa.au.dk>
11588
11589 * gnus-sum.el (gnus-summary-make-menu-bar): Add
11590 gnus-uu-invert-processable.
11591
11592 * gnus.el: Autoload gnus-uu-invert-processable.
11593
11594 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
11595
11596 * mm-util.el (mm-with-multibyte-buffer): New macro.
11597
11598 * rfc2047.el (rfc2047-encode-string): Use it.
11599 (rfc2047-encode-region): Move point to the end of the region after
11600 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
11601
11602 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
11603
11604 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
11605 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
11606
11607 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
11608
11609 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
11610 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
11611 Karl Chen <quarl@nospam.quarl.org>.
11612
11613 2004-06-23 Jesper Harder <harder@ifa.au.dk>
11614
11615 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
11616 invalid addresses.
11617
11618 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
11619
11620 * spam.el: Change section markers, revise TODO list.
11621 (spam-backends): Make new master list of all installed backends.
11622 (spam-summary-exit-behavior): Add new variable to determine how
11623 messages moves are done at summary exit.
11624 (spam-move-spam-nonspam-groups-only)
11625 (spam-process-ham-in-nonham-groups)
11626 (spam-process-ham-in-spam-groups): Remove variables, the
11627 spam-summary-exit-behavior variable should be used to manage this
11628 behavior.
11629 (spam-old-ham-articles, spam-old-spam-articles): Remove.
11630 (spam-old-articles): Add variable, replacing spam-old-ham-articles
11631 and spam-old-spam-articles.
11632 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
11633 Add empty variables, placeholders for the backends they represent.
11634 (spam-set-difference): Move, unchanged.
11635 (spam-list-of-processors): Declare OBSOLETE, not used anymore
11636 unless the user has a processor variable.
11637 (spam-classifications, spam-classification-valid-p)
11638 (spam-backend-properties, spam-backend-property-valid-p)
11639 (spam-backend-function-type-valid-p)
11640 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
11641 (spam-report-articles-gmane, spam-report-articles-resend):
11642 Remove functions, they are not needed.
11643 (spam-install-backend-super, spam-backend-list)
11644 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
11645 (spam-backend-function, spam-backend-ham-registration-function)
11646 (spam-backend-spam-registration-function)
11647 (spam-backend-ham-unregistration-function)
11648 (spam-backend-spam-unregistration-function)
11649 (spam-backend-statistical-p, spam-backend-mover-p)
11650 (spam-install-backend-alias, spam-install-checkonly-backend)
11651 (spam-install-mover-backend, spam-install-nocheck-backend)
11652 (spam-install-backend, spam-install-statistical-backend)
11653 (spam-install-statistical-checkonly-backend): Add backend installation
11654 support.
11655 (spam-summary-prepare-exit): Rewrite to use the new backend code.
11656 (spam-group-processor-p): Use the new backend code and respect the
11657 summary exit behavior.
11658 (spam-mark-spam-as-expired-and-move-routine): Remove.
11659 (spam-summary-prepare): Change to use the new spam-old-articles
11660 variable.
11661 (spam-copy-or-move-routine, spam-copy-spam-routine)
11662 (spam-move-spam-routine, spam-copy-ham-routine)
11663 (spam-move-ham-routine): Add code to copy/move ham or spam.
11664 (spam-fetch-field-fast): Improve doc and code, plus allow the
11665 'number request.
11666 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
11667 variables.
11668 (spam-split, spam-find-spam): Use the new backend code.
11669 (spam-registration-functions): Remove variable.
11670 (spam-unregister-routine): Add convenience wrapper.
11671 (spam-log-undo-registration, spam-register-routine)
11672 (spam-log-processing-to-registry)
11673 (spam-log-unregistration-needed-p): Rename "check" to "backend"
11674 where possible.
11675 (spam-check-gmane-xref, spam-check-regex-headers)
11676 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
11677 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
11678 (spam-check-bogofilter-headers, spam-check-spamoracle)
11679 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
11680 (spam-check-crm114-headers): Use the spam-split-group that
11681 spam-split prepares, no need to determine it every time.
11682
11683 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
11684 to the nnheader-parse-naked-head call.
11685
11686 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
11687
11688 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
11689 the nnheader-nov-read-message-id call.
11690
11691 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
11692
11693 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
11694 gnus-activate-group twice. Suggested by Markus Peter
11695 <warp@spin.de>.
11696
11697 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
11698
11699 * gnus-art.el (gnus-article-time-format): Exchange the order of
11700 day and month in the default value; fix customization type.
11701 (article-date-ut): Use add-text-properties.
11702 (article-make-date-line): Use message-make-date instead of
11703 current-time-string.
11704
11705 * message.el (message-fetch-field): Don't use set-text-properties.
11706 (message-make-date): Simplify.
11707
11708 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
11709
11710 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
11711 (rfc2047-encode-region): Treat text within parentheses as special;
11712 show the original text when error has occurred.
11713
11714 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
11715 already-computed method to gnus-activate-group.
11716
11717 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
11718 same select-methods identical Lisp objects.
11719
11720 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
11721 object when modifying the info.
11722
11723 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
11724
11725 * gnus-srvr.el (gnus-server-set-info): Remove the server from
11726 gnus-opened-servers since it has never been opened with the new
11727 configuration yet.
11728
11729 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
11730
11731 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
11732 arg to nnheader-generate-fake-message-id.
11733
11734 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
11735
11736 * nnheader.el (nnheader-generate-fake-message-id): Accept a
11737 number and build a fake message ID localized to a group and
11738 article number (so it's repeatable from that point on).
11739 (nnheader-fake-message-id-p): Change regex to accommodate new fake
11740 ID format.
11741
11742 * gnus-sum.el (gnus-get-newsgroup-headers): Call
11743 nnheader-generate-fake-message-id with the article number.
11744
11745 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
11746
11747 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
11748 end-of-buffer.
11749
11750 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
11751
11752 * message.el (message-ignored-supersedes-headers): Add Approved.
11753
11754 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
11755
11756 * rfc2047.el (rfc2047-encode-message-header): Remove useless
11757 goto-char.
11758 (rfc2047-encode): Fold the line before encoding.
11759
11760 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
11761
11762 * rfc2047.el (rfc2047-encode-message-header): Disabled header
11763 folding -- not all headers can be folded, and this should be done
11764 by the message composition mode. Probably. I think.
11765
11766 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
11767
11768 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
11769 fast.
11770
11771 * gnus-ems.el (gnus-remove-image): Don't use
11772 message-text-with-property; remove only the image found first.
11773
11774 2004-06-09 Jesper Harder <harder@ifa.au.dk>
11775
11776 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
11777
11778 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
11779
11780 * message.el (message-text-with-property): Make it fast and accept
11781 optional arguments.
11782 (message-strip-forbidden-properties): Use it.
11783 (message-fix-before-sending): Follow the m-t-w-p change.
11784
11785 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
11786
11787 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
11788
11789 * gnus-art.el (article-hide-headers): Don't change the buffer
11790 mistakenly when performing mml-preview even if
11791 gnus-single-article-buffer is nil.
11792
11793 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
11794
11795 * message.el (message-expand-name-databases): New user option.
11796 (message-expand-name): Use it.
11797
11798 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
11799
11800 * spam.el (spam-report-articles-resend)
11801 (spam-report-resend-register-routine): Allow ham reporting.
11802 (spam-report-resend-register-ham-routine): Add wrapper.
11803 (spam-registration-functions): Add ham resending functions.
11804 (spam-list-of-processors): Add ham resend processor.
11805
11806 * gnus.el (ham-resend-to): Add new group parameter.
11807 (spam-process): Add ham resend option.
11808
11809 * spam-report.el (spam-report-resend): Allow reporting ham.
11810 (spam-report-resend-ham): Add wrapper.
11811
11812 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
11813
11814 * message.el (message-cite-articles-with-x-no-archive): New
11815 variable.
11816 (message-cite-original): Use it.
11817
11818 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
11819
11820 * message.el (message-cite-original): Respect X-No-Archive.
11821
11822 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
11823
11824 * gnus-art.el (article-hide-headers): Refer to the values for
11825 gnus-ignored-headers and gnus-visible-headers in the summary
11826 buffer since a user may have set them as group parameters.
11827
11828 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
11829
11830 * assistant.el (assistant-node-name): Add convenience function.
11831 (assistant-render-text, assistant-render-node): Add error handling,
11832 plus handle multiple next nodes.
11833 (assistant-find-next-node): Comment out for now.
11834 (assistant-find-next-nodes): Add function, returns list of next
11835 nodes.
11836
11837 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
11838
11839 * mail-source.el (mail-source-directory): Fix doc-string.
11840
11841 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
11842
11843 * assistant.el (assistant-render-text, assistant-eval): Add :set
11844 widget type, which is different because it takes and returns a
11845 list. Much hilarity ensues.
11846
11847 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
11848
11849 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
11850
11851 * gnus-group.el (gnus-group-get-new-news-this-group): Added
11852 doc-string.
11853
11854 * gnus-start.el (gnus-activate-group): Added doc-string.
11855
11856 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
11857
11858 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
11859
11860 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
11861
11862 * assistant.el (assistant-render-text): Try to add a :set
11863 widget, more to come.
11864
11865 * spam.el (spam-group-spam-contents-p): Handle empty groupname
11866 strings.
11867 (spam-report-articles-resend)
11868 (spam-register-routine): Do registration iff any articles warrant
11869 it.
11870 (spam-summary-prepare-exit): Change log message for nil group
11871 destinations.
11872
11873 2004-05-27 Daniel Pittman <daniel@rimspace.net>
11874
11875 * spam.el (spam-report-resend-register-routine): Allow
11876 spam-report-resend-to to be a group parameter or a global value.
11877
11878 2004-05-26 Simon Josefsson <jas@extundo.com>
11879
11880 * starttls.el: Merge with my GNUTLS based starttls.el.
11881 (starttls-gnutls-program, starttls-use-gnutls)
11882 (starttls-extra-arguments, starttls-process-connection-type)
11883 (starttls-connect, starttls-failure, starttls-success): New
11884 variables.
11885 (starttls-program, starttls-extra-args): Doc fix.
11886 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
11887 functions.
11888 (starttls-negotiate, starttls-open-stream): Check
11889 `starttls-use-gnutls' and pass on to corresponding *-gnutls
11890 function if it is set.
11891
11892 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
11893
11894 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
11895 structured fields.
11896
11897 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11898
11899 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
11900
11901 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
11902
11903 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
11904 variable.
11905 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
11906 assigning the spam-mark to new messages.
11907
11908 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
11909
11910 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
11911
11912 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
11913
11914 * rfc2047.el (rfc2047-encodable-p): Don't move point.
11915 (rfc2047-decode): Treat the ascii coding-system as raw-text by
11916 default.
11917
11918 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
11919
11920 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
11921 correct data.
11922
11923 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
11924
11925 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
11926 (spam-group-processor-p): Fix function.
11927 (spam-group-processor-multiple-p)
11928 (spam-group-spam-processor-report-gmane-p)
11929 (spam-group-spam-processor-report-resend-p)
11930 (spam-group-spam-processor-bogofilter-p)
11931 (spam-group-spam-processor-blacklist-p)
11932 (spam-group-spam-processor-ifile-p)
11933 (spam-group-ham-processor-ifile-p)
11934 (spam-group-spam-processor-spamoracle-p)
11935 (spam-group-spam-processor-crm114-p)
11936 (spam-group-ham-processor-bogofilter-p)
11937 (spam-group-spam-processor-stat-p)
11938 (spam-group-ham-processor-stat-p)
11939 (spam-group-ham-processor-whitelist-p)
11940 (spam-group-ham-processor-BBDB-p)
11941 (spam-group-ham-processor-spamoracle-p)
11942 (spam-group-ham-processor-copy-p): Remove functions with some
11943 prejudice against unneeded code.
11944 (spam-report-articles-resend)
11945 (spam-report-resend-register-routine): Allow the group/topic
11946 spam-resend-to value to override spam-report-resend-to.
11947 (spam-summary-prepare-exit): Invoke spam-group-processor-p
11948 properly now.
11949
11950 * gnus.el (spam-resend-to): Add group/topic parameter.
11951 (spam-process): Move the OBSOLETE processors to the end of the
11952 choices.
11953
11954 2004-05-24 Daniel Pittman <daniel@rimspace.net>
11955
11956 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
11957 with resend-to set to nil, and then ask the user if necessary.
11958 (spam-report-resend): spam-report-resend takes a list of articles, not
11959 separate article numbers.
11960
11961 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
11962
11963 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
11964 addition to emacs-w3m.
11965
11966 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11967
11968 * assistant.el (assistant-authinfo-data): New function.
11969 (assistant-eval): Eval for entire assistant.
11970
11971 * netrc.el (netrc-services-file): New variable.
11972 (netrc-parse-services): New function.
11973 (netrc-find-service-name): New function.
11974 (netrc-find-service-number): New function.
11975 (netrc-port-equal): New function.
11976 (netrc-machine): Use it.
11977
11978 * nnimap.el (nnimap-open-connection): Use netrc.
11979
11980 * gnus-util.el (gnus-netrc-get): Remove aliases.
11981
11982 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
11983
11984 * assistant.el (wid-edit): Fix compilation.
11985
11986 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
11987
11988 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
11989
11990 * gnus-util.el (gnus-set-file-modes): New function. (small
11991 patch).
11992
11993 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
11994
11995 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
11996
11997 * assistant.el (assistant-render-node): Fix up rendering and
11998 read-only text.
11999 (assistant-render-node): Reset.
12000 (assistant-make-read-only): Not sticky.
12001
12002 2004-05-20 Danny Siu <dsiu@adobe.com>
12003
12004 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
12005 centered even when gnus-auto-center-summary is t
12006
12007 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
12008
12009 * dns.el (dns-get-txt-answer): New function.
12010 (dns-read-txt): Ditto.
12011 (query-dns): Use it.
12012
12013 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
12014
12015 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
12016 active for foreign groups even if the group level is higher than
12017 the specified value.
12018
12019 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
12020
12021 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
12022 non-active groups.
12023
12024 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
12025
12026 2004-05-20 Magnus Henoch <mange@freemail.hu>
12027
12028 * dns.el (dns-read-type): Add support for SVR. (small patch)
12029
12030 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
12031
12032 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
12033 (spam-crm114-header, spam-crm114-spam-switch)
12034 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
12035 (spam-crm114-positive-spam-header)
12036 (spam-crm114-database-directory, spam-list-of-processors)
12037 (spam-group-spam-processor-crm114-p)
12038 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
12039 (spam-generic-score, spam-list-of-checks)
12040 (spam-list-of-statistical-checks, spam-registration-functions)
12041 (spam-check-crm114-headers, spam-crm114-score)
12042 (spam-check-crm114, spam-crm114-register-with-crm114)
12043 (spam-crm114-register-spam-routine)
12044 (spam-crm114-unregister-spam-routine)
12045 (spam-crm114-register-ham-routine)
12046 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
12047 asjo@koldfront.dk (Adam Sjøgren).
12048
12049 * gnus.el: Add spam-use-crm114.
12050
12051 * spam.el (spam-list-of-processors, spam-registration-functions):
12052 Add spam-use-resend.
12053 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
12054 (spam-report-articles-gmane): Add doc fix.
12055 (spam-report-articles-resend, spam-report-resend-register-routine):
12056 Add wrappers around spam-report-resend-to.
12057
12058 * spam-report.el (spam-report-resend-to, spam-report-resend):
12059 Add support for resending spam.
12060 (spam-report-gmane): Fix line length >80.
12061
12062 * gnus.el (spam-process): Add spam-use-resend.
12063
12064 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12065
12066 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
12067 number of processed spam messages.
12068 (spam-ham-copy-or-move-routine): Return the number of processed
12069 ham messages.
12070 (spam-summary-prepare-exit): Use the above values to decide
12071 whether status messages shouled be displayed.
12072
12073 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
12074
12075 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
12076 `rfc2047-encoding-function-alist' in order to avoid conflicting
12077 with the old version.
12078 (rfc2047-encode-region): Concatenate words containing non-ASCII
12079 characters in structured fields; don't encode space-delimited
12080 ASCII words even in unstructured fields; don't break words at
12081 char-category boundaries.
12082 (rfc2047-encode-1): New function.
12083 (rfc2047-encode): Use it; encode text so that it occupies the
12084 maximum width within 76-column; work correctly on Q encoding for
12085 iso-2022-* charsets.
12086 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
12087 sure not to break a line just after the header name.
12088 (rfc2047-b-encode-region): Removed.
12089 (rfc2047-b-encode-string): New function.
12090 (rfc2047-q-encode-region): Removed.
12091 (rfc2047-q-encode-string): New function.
12092
12093 * mm-util.el (mm-replace-in-string): New function.
12094
12095 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
12096
12097 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
12098 get it right.
12099 (gnus-inews-make-draft): Really.
12100
12101 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
12102
12103 * nnmh.el (nnmh-request-list-1): Don't check the link count
12104 before descending. (small patch)
12105
12106 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12107
12108 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
12109 stuff.
12110
12111 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
12112 on real group name.
12113
12114 * gnus-art.el (gnus-signature-limit): Doc fix.
12115
12116 * gnus-msg.el (gnus-inews-make-draft): Quote list.
12117
12118 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
12119
12120 * gnus-draft.el (gnus-draft-send): Bind
12121 rfc2047-encode-encoded-words.
12122
12123 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
12124 (rfc2047-encodable-p): Say that =? needs encoding.
12125 (rfc2047-encode-encoded-words): New variable.
12126
12127 * gnus-group.el (gnus-group-select-group): Doc fix.
12128
12129 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
12130
12131 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
12132 to nil.
12133
12134 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
12135
12136 * nnheader.el (nnheader-get-lines-and-char): New function.
12137
12138 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
12139
12140 * gnus-msg.el (gnus-summary-followup-with-original): Document
12141 yanking of region when active.
12142
12143 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
12144
12145 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
12146 groups if the group level is higher than the specified value.
12147
12148 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12149
12150 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
12151 (gnus-group-jump-to-group): Added prefix argument using
12152 `gnus-group-jump-to-group-prompt'. Query before jumping to
12153 non-active group.
12154
12155 * compface.el (uncompface): Be verbose when changing
12156 `uncompface-use-external'.
12157
12158 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
12159 handle manual section.
12160
12161 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12162
12163 * gnus-art.el (gnus-button-alist): Revert previous change.
12164
12165 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12166
12167 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
12168
12169 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12170
12171 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
12172 whether backend can accept message.
12173
12174 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
12175
12176 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
12177
12178 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
12179 Avoid creating directory when nntp-marks-is-evil is true.
12180 Reported by Reiner Steib.
12181
12182 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
12183
12184 * gnus-picon.el (gnus-picon-style): New variable.
12185 (gnus-picon-insert-glyph): Added optional `nostring' argument.
12186 (gnus-picon-transform-address): Support `gnus-picon-style'. From
12187 Jesper Harder <harder@ifa.au.dk>.
12188
12189 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
12190
12191 * message.el (message-fill-field): Return point.
12192 (message-generate-headers): Go to end of field.
12193
12194 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
12195 stuff for non-living groups.
12196
12197 2004-05-18 Jesper Harder <harder@ifa.au.dk>
12198
12199 * gnus-art.el (gnus-article-followup-with-original)
12200 (gnus-article-reply-with-original): gnus-mark-active-p ->
12201 gnus-region-active-p.
12202
12203 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
12204
12205 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
12206 only when there is spam or ham to be processed.
12207
12208 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
12209
12210 * mail-source.el (mail-source-delete-crash-box): Refactor.
12211 (mail-source-fetch): Use it.
12212 (mail-source-fetch-file): Ditto.
12213 (mail-source-fetch-directory): Run postscript in loop.
12214 (mail-source-fetch-pop): Delete.
12215 (mail-source-fetch-maildir): Ditto.
12216 (mail-source-fetch-imap): Ditto.
12217
12218 * imap.el (imap-authenticators): Comment out sasl.
12219
12220 * message.el (message-skip-to-next-address): New function.
12221 (message-fill-header-address): Refactor.
12222 (message-fill-address): Use it.
12223 (message-delete-address): Use it.
12224 (message-fill-header-general): Refactor.
12225 (message-fill-field-address): Rename.
12226 (message-narrow-to-field): Find the start of the header.
12227 (message-header-format-alist): Don't pre-fill.
12228 (message-fill-header): Removed.
12229 (message-insert-header): New function.
12230 (message-shorten-references): Use it.
12231
12232 * rfc2047.el (rfc2047-field-value): Strip props.
12233
12234 * mail-parse.el (mail-header-make-address): New alias.
12235
12236 * ietf-drums.el (ietf-drums-make-address): New function.
12237
12238 * imap.el: Add compiler directives.
12239
12240 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
12241
12242 * gnus-art.el (article-decode-idna-rhs): Don't use
12243 message-idna-inside-rhs-p.
12244
12245 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12246
12247 * message.el (message-idna-inside-rhs-p): Removed.
12248 (message-idna-to-ascii-rhs-1): Use proper address parsing.
12249
12250 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
12251 false positives.
12252
12253 2004-05-16 Kim-Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
12254
12255 * imap.el (imap-sasl-make-mechanisms): Use sasl.
12256
12257 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
12258
12259 * nneething.el (nneething-file-name): Don't create spurious
12260 files.
12261
12262 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
12263 (gnus-inews-do-gcc): Remove sleep.
12264
12265 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
12266 part under point.
12267
12268 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
12269 (gnus-agent-regenerate-group): Using nil messages aren't valid.
12270
12271 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
12272
12273 * spam.el (spam-summary-prepare-exit): Fixed (length).
12274
12275 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
12276
12277 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
12278 as expired without moving it" message when there are spam
12279 messages left.
12280
12281 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
12282
12283 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
12284 header is not nil.
12285
12286 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
12287
12288 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
12289 nntp-possibly-create-directory, not nntp-possibly-change-group.
12290 (nntp-marks-changed-p): New arg SERVER.
12291 (nntp-request-update-info): Adjust caller.
12292
12293 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
12294
12295 * nntp.el (nntp-save-marks): Pass missing arg.
12296
12297 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
12298
12299 * nntp.el: Support marks.
12300 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
12301 (nntp-marks-modtime, nntp-marks-directory): New variables.
12302 (nntp-request-set-mark, nntp-request-update-info)
12303 (nntp-possibly-create-directory, nntp-marks-changed-p)
12304 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
12305 functions.
12306
12307 2004-05-12 Jesper Harder <harder@ifa.au.dk>
12308
12309 * gnus-score.el (gnus-score-insert-help): Use
12310 gnus-select-lowest-window.
12311
12312 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
12313 appt-select-lowest-window and rename to gnus-select-lowest-window.
12314
12315 * gnus.el: do.
12316
12317 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12318
12319 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
12320 encodings of MIME-encoded words, in order to improve
12321 interoperability with several broken MUAs.
12322
12323 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12324
12325 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
12326 tags, only when charsets are not specified in headers.
12327 (mm-inline-text-html-render-with-w3m): Ditto.
12328
12329 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12330
12331 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
12332 instead of MIME-decoded from fields when checking
12333 `gnus-article-address-banner-alist'.
12334
12335 2004-05-03 Jesper Harder <harder@ifa.au.dk>
12336
12337 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
12338 description rather than subject.
12339
12340 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12341
12342 * gnus.el (gnus-version-number): Bump.
12343
12344 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12345
12346 * gnus.el: No Gnus v0.2 is released.
12347
12348 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
12349
12350 * gnus-agent.el (gnus-agent-read-agentview): Inline
12351 gnus-uncompress-range.
12352
12353 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12354
12355 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
12356 `exec-installed-p'.
12357
12358 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
12359
12360 * gnus.el (spam-process, spam-autodetect-methods): Add
12361 bsfilter and bsfilter-headers.
12362
12363 * spam.el (spam-bsfilter): New customize group.
12364 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
12365 (spam-bsfilter-header, spam-bsfilter-probability-header)
12366 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
12367 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
12368 (spam-bsfilter-database-directory): New options.
12369 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
12370 (spam-list-of-statistical-checks, spam-registration-functions):
12371 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
12372 (spam-bsfilter-score): New command.
12373 (spam-check-bsfilter-headers, spam-check-bsfilter)
12374 (spam-bsfilter-register-with-bsfilter)
12375 (spam-bsfilter-register-spam-routine)
12376 (spam-bsfilter-unregister-spam-routine)
12377 (spam-bsfilter-register-ham-routine)
12378 (spam-bsfilter-unregister-ham-routine): New functions.
12379 (spam-generic-score): Support bsfilter; Accept an optional argument
12380 to recalcurate spam score even if scoring header has already been
12381 added.
12382 (spam-bogofilter-score, spam-spamassassin-score): Accept an
12383 optional argument to recalcurate spam score even if scoring header
12384 has already been added.
12385
12386 2004-04-29 Jesper Harder <harder@ifa.au.dk>
12387
12388 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
12389 strings! Reported by David D. Smith <davidsmith@acm.org>.
12390 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
12391 link is missing.
12392
12393 2004-04-28 Jesper Harder <harder@ifa.au.dk>
12394
12395 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
12396 (html2text-get-attr): Rewrite.
12397
12398 * message.el (message-setup-1): Remove redundant put-text-property
12399 on mail-header-separator.
12400
12401 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
12402
12403 * gnus-registry.el (gnus-registry-cache-whitespace)
12404 (gnus-registry-action, gnus-registry-spool-action)
12405 (gnus-registry-split-fancy-with-parent): Change message levels
12406 from 5 to 3 or 7, as needed.
12407
12408 * spam.el (spam-summary-prepare-exit)
12409 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
12410 (spam-split, spam-find-spam, spam-log-undo-registration)
12411 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
12412 level from 5 to 6.
12413
12414 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
12415
12416 * gnus-ems.el: Autoload appt-select-lowest-window (revert
12417 2004-03-04 change).
12418
12419 2004-04-25 Jesper Harder <harder@ifa.au.dk>
12420
12421 * sieve-manage.el (sieve-manage-open):
12422 * nnweb.el (nnweb-insert-html):
12423 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
12424 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
12425 * nnspool.el (nnspool-request-group):
12426 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
12427 * nnml.el (nnml-request-update-info):
12428 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
12429 (nnmh-request-create-group, nnmh-update-gnus-unreads):
12430 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
12431 (nnimap-request-set-mark):
12432 * nnfolder.el (nnfolder-request-update-info):
12433 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
12434 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
12435 * gnus-uu.el (gnus-uu-find-articles-matching):
12436 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
12437 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
12438 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
12439 * gnus-nocem.el (gnus-nocem-scan-groups):
12440 * gnus-int.el (gnus-start-news-server):
12441 * gnus-group.el (gnus-group-make-kiboze-group)
12442 (gnus-group-browse-foreign-server):
12443 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
12444 Use mapc when appropriate.
12445
12446 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
12447
12448 FIXME: Make separate entries for each person.
12449
12450 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
12451 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
12452 <shields@msrl.com>:
12453
12454 * spam.el (spam-necessary-extra-headers): Get the extra headers we
12455 may need for spam sorting and scoring.
12456 (spam-user-format-function-S): Add user format function suitable for
12457 general use.
12458 (spam-article-sort-by-spam-status): Add sorting function for summary
12459 sorting.
12460 (spam-extra-header-to-number): Add function to get a score from a
12461 header.
12462 (spam-summary-score): Add function to get a numeric score from the
12463 headers.
12464 (spam-generic-score): Fix function doc, was in wrong place.
12465 (spam-initialize): Take symbols when it's run, and install the
12466 extra headers that spam-necessary-extra-headers thinks we need.
12467
12468 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
12469
12470 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
12471 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
12472
12473 2004-04-17 Jesper Harder <harder@ifa.au.dk>
12474
12475 * gnus-sum.el (gnus-set-global-variables)
12476 (gnus-build-all-threads, gnus-get-newsgroup-headers)
12477 (gnus-article-get-xrefs, gnus-summary-best-group)
12478 (gnus-summary-next-article, gnus-summary-enter-digest-group)
12479 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
12480 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
12481 Use with-current-buffer.
12482
12483 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
12484
12485 * spam.el (spam-summary-prepare-exit): Simplify logic.
12486 (spam-fetch-article-header): Read the article header if it's not
12487 available.
12488 (spam-list-articles): Simplify logic.
12489 (spam-filelist-register-routine): Fix bug with unregister-list.
12490
12491 * gnus-registry.el: Fix comments at beginning.
12492
12493 2004-04-16 Jesper Harder <harder@ifa.au.dk>
12494
12495 * message.el (message-cater-to-broken-inn): Remove.
12496 (message-shorten-references): Make sure the total folded length of
12497 References is shorter than 998 characters to cater to a bug in INN
12498 2.3. Also, don't pretend that references aren't folded -- this
12499 hasn't worked for a while.
12500
12501 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
12502
12503 * gnus-agent.el (gnus-agentize):
12504 gnus-agent-send-mail-real-function no longer set to current value
12505 of message-send-mail-function but rather a lambda that calls
12506 message-send-mail-function. The change makes the agent real-time
12507 responsive to user changes to message-send-mail-function.
12508
12509 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
12510
12511 * legacy-gnus-agent.el
12512 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
12513 help from Florian Weimer <fw@deneb.enyo.de>
12514
12515 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
12516
12517 * nnmail.el (nnmail-cache-insert): Revert last change.
12518
12519 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
12520
12521 * nnmail.el (nnmail-cache-insert): Always check whether
12522 nnmail-cache-ignore-groups matches a group name.
12523
12524 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
12525
12526 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
12527 (spam-find-spam, spam-log-processing-to-registry)
12528 (spam-log-registered-p, spam-log-unregistration-needed-p)
12529 (spam-log-undo-registration): Use gnus-message instead of
12530 gnus-error, none of these errors are fatal.
12531
12532 * gnus-registry.el (gnus-registry-clean-empty-function)
12533 (gnus-registry-clean-empty): Remove only empty entries without
12534 extra data.
12535
12536 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
12537
12538 * spam-stat.el (spam-stat-buffer-change-to-spam)
12539 (spam-stat-buffer-change-to-non-spam): Change (error) to
12540 (gnus-message 8) invocation.
12541
12542 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
12543
12544 * nntp.el (nntp-via-netcat-command): New variable.
12545 (nntp-via-netcat-switches): New variable.
12546 (nntp-open-via-rlogin-and-netcat): New function.
12547 (nntp-open-connection-function): Doc fix.
12548 (nntp-telnet-command): Doc fix.
12549 (nntp-end-of-line): Doc fix.
12550 (nntp-via-rlogin-command): Doc fix.
12551 (nntp-via-user-name): Doc fix.
12552 (nntp-via-address): Doc fix.
12553
12554 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
12555
12556 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
12557 error in Emacs 21.1.
12558
12559 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
12560
12561 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
12562
12563 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
12564
12565 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
12566 (gnus-agent-with-refreshed-group): New macro.
12567 (gnus-agent-rename-group): New function.
12568 (gnus-agent-delete-group): New function.
12569 (gnus-agent-save-group-info): Use gnus-command-method when
12570 `method' parameter is nil. Don't write nil entries into the
12571 active file.
12572 (gnus-agent-get-group-info): New function.
12573 (gnus-agent-fetch-articles): Use
12574 gnus-agent-update-files-total-fetched-for to increment disk space
12575 used.
12576 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
12577 gnus-agent-update-view-total-fetched-for to increment disk space
12578 used.
12579 (gnus-agent-get-local): Added optional parameters to avoid calling
12580 gnus-group-real-name and gnus-find-method-for-group.
12581 (gnus-agent-set-local): Delete stored entry if either min, or max,
12582 are nil.
12583 (gnus-agent-fetch-session): Reworded error/quit messages. On
12584 quit, use gnus-agent-regenerate-group to record existence of any
12585 articles fetched to disk before the quit occurred.
12586 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
12587 gnus-agent-update-view-total-fetched-for, and
12588 gnus-agent-update-files-total-fetched-for to decrement disk space
12589 used.
12590 (gnus-agent-retrieve-headers): Use
12591 gnus-agent-update-view-total-fetched-for to increment disk space
12592 used.
12593 (gnus-agent-regenerate-group): Replace gnus-group-update-group
12594 with gnus-agent-update-files-total-fetched-for to decrement disk
12595 space and fresh group buffer.
12596 (gnus-agent-inhibit-update-total-fetched-for): New variable.
12597 (gnus-agent-need-update-total-fetched-for): New variable.
12598 (gnus-agent-update-files-total-fetched-for): New function.
12599 (gnus-agent-update-view-total-fetched-for): New function.
12600 (gnus-agent-total-fetched-for): New function.
12601
12602 * gnus-cache.el (gnus-cache-save-buffers): Use
12603 gnus-cache-update-overview-total-fetched-for to change disk space
12604 used by this group.
12605 (gnus-cache-possibly-enter-article): Use
12606 gnus-cache-update-file-total-fetched-for to increment disk space
12607 used by this group.
12608 (gnus-cache-possibly-remove-article): Use
12609 gnus-cache-update-file-total-fetched-for to decrement disk space
12610 used by this group.
12611 (gnus-cache-generate-nov-databases): Purge total fetched cache.
12612 (gnus-cache-rename-group): New function.
12613 (gnus-cache-delete-group): New function.
12614 (gnus-cache-inhibit-update-total-fetched-for): New variable.
12615 (gnus-cache-need-update-total-fetched-for): New variable.
12616 (gnus-cache-with-refreshed-group): New macro.
12617 (gnus-cache-update-file-total-fetched-for): New function.
12618 (gnus-cache-update-overview-total-fetched-for): New function.
12619 (gnus-cache-rename-group-total-fetched-for): New function.
12620 (gnus-cache-delete-group-total-fetched-for): New function.
12621 (gnus-cache-total-fetched-for): New function.
12622
12623 * gnus-group.el: Require gnus-sum and autoload functions to
12624 resolve warnings when gnus-group.el compiled alone.
12625 (gnus-group-line-format): Documented new %F
12626 (size of Fetched data) group line format; identifies disk space
12627 used by agent and cache.
12628 (gnus-group-line-format-alist): Defined new F format.
12629 (gnus-total-fetched-for): New function.
12630 (gnus-group-delete-group): No longer update
12631 gnus-cache-active-altered as gnus-request-delete-group now keeps
12632 the cache in sync.
12633 (gnus-group-list-active): Let the agent store a server's active
12634 list if currently plugged.
12635
12636 * gnus-int.el (gnus-request-delete-group):
12637 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
12638 local disk in sync with the server.
12639 (gnus-request-rename-group):
12640 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
12641 local disk in sync with the server.
12642
12643 * gnus-start.el (gnus-get-unread-articles):
12644 Cosmetic simplification to logic.
12645
12646 * gnus-util.el (gnus-rename-file): New function.
12647
12648 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
12649
12650 * mm-util.el (mm-image-load-path): Handle nil in load-path.
12651
12652 2004-04-07 Jesper Harder <harder@ifa.au.dk>
12653
12654 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
12655 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
12656
12657 2004-04-06 Jesper Harder <harder@ifa.au.dk>
12658
12659 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
12660 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
12661
12662 2004-04-03 Jesper Harder <harder@ifa.au.dk>
12663
12664 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
12665
12666 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
12667
12668 * spam.el (spam-set-difference): Add function to replace
12669 gnus-set-difference in spam.el.
12670 (spam-summary-prepare-exit): Use spam-set-difference.
12671
12672 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
12673
12674 * gnus-registry.el (gnus-registry-cache-file): Update to use
12675 gnus-dribble-directory OR gnus-home-directory OR ~.
12676 (gnus-registry-split-fancy-with-parent): Fix doc.
12677
12678 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
12679
12680 * message.el (message-exchange-point-and-mark): Use
12681 message-mark-active-p. Suggested by Jesper Harder
12682 <harder@ifa.au.dk>.
12683
12684 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
12685
12686 * message.el (message-exchange-point-and-mark): Don't activate
12687 region if it was inactive. Suggested by Hiroshi Fujishima
12688 <pooh@nature.tsukuba.ac.jp>.
12689
12690 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
12691
12692 * gnus-art.el (article-display-face): Display Faces in the same
12693 order as X-Faces.
12694
12695 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
12696
12697 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
12698
12699 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
12700
12701 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
12702 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
12703 (gnus-article-mime-hierarchy): Remove.
12704 (gnus-article-mime-hierarchy-next): Remove.
12705 (gnus-article-mode): Revert 2004-03-19 change.
12706 (gnus-article-setup-buffer): Revert 2004-03-19 change.
12707 (gnus-insert-mime-button): Revert 2004-03-19 change.
12708 (gnus-mime-accumulate-hierarchy): Remove.
12709 (gnus-mime-enter-multipart): Remove.
12710 (gnus-mime-leave-multipart): Remove.
12711 (gnus-mime-display-part): Revert 2004-03-19 change.
12712 (gnus-mime-display-alternative): Revert 2004-03-19 change.
12713
12714 * mml.el (mml-preview): Revert 2004-03-19 change.
12715
12716 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
12717
12718 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
12719
12720 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
12721
12722 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
12723 t while entering a file name using the mm-with-multibyte macro.
12724 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
12725
12726 * mm-util.el (mm-with-multibyte): New macro.
12727
12728 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
12729
12730 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
12731 user option.
12732 (gnus-mime-multipart-functions): Doc and customization fix.
12733 (gnus-article-mime-hierarchy): New variable.
12734 (gnus-article-mime-hierarchy-next): New variable.
12735 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
12736 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
12737 gnus-article-mime-hierarchy-next to nil.
12738 (gnus-insert-mime-button): Show hierarchy numbers.
12739 (gnus-mime-accumulate-hierarchy): New function.
12740 (gnus-mime-enter-multipart): New function.
12741 (gnus-mime-leave-multipart): New function.
12742 (gnus-mime-display-part): Recompute hierarchical MIME structure.
12743 (gnus-mime-display-alternative): Show hierarchy numbers.
12744
12745 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
12746 gnus-article-mime-hierarchy-next to nil.
12747
12748 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
12749
12750 * dns.el: Don't require gnus-xmas.
12751
12752 2004-03-17 Jesper Harder <harder@ifa.au.dk>
12753
12754 * mml.el (mml-generate-mime-1): Don't use format=flowed with
12755 inline PGP.
12756 (mml-menu): Disable mml-quote-region if mark is inactive.
12757
12758 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
12759
12760 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
12761 when the group's active is not available.
12762
12763 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
12764
12765 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
12766 error.
12767
12768 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
12769
12770 * imap.el (imap-store-password): New variable.
12771 (imap-interactive-login): Use it.
12772 Suggested by Mark Plaksin <happy@mcplaksin.org>.
12773
12774 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
12775
12776 * gnus-art.el (gnus-article-read-summary-keys): Restore new
12777 window-start and hscroll to summary window.
12778
12779 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
12780
12781 * gnus-start.el (gnus-convert-old-newsrc): Only write the
12782 conversion message to newsrc-dribble when an actual conversion is
12783 performed.
12784
12785 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
12786
12787 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
12788
12789 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
12790
12791 * mm-decode.el (mm-complicated-handles): New function reviving
12792 former definition of mm-multiple-handles.
12793
12794 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12795 (gnus-mime-delete-part): Use it.
12796
12797 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
12798
12799 * gnus-agent.el (gnus-agent-read-local): Bind
12800 nnheader-file-coding-system to gnus-agent-file-coding-system to
12801 avoid the implicit assumption that they will always be equal.
12802 (gnus-agent-save-local): Bind buffer-file-coding-system, not
12803 coding-system-for-write, as the with-temp-file macro first prints
12804 to a buffer then saves the buffer.
12805
12806 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
12807
12808 * gnus-art.el (gnus-article-edit-part): New function.
12809 (gnus-mime-save-part-and-strip): Use it; do query instead of
12810 signaling an error; don't use mm-multiple-handles.
12811 (gnus-mime-delete-part): Ditto.
12812
12813 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
12814
12815 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
12816 old file versions.
12817 (gnus-group-prepare-hook): Removed function that converted list
12818 form of gnus-agent-expire-days to group properties.
12819
12820 * gnus-int.el: Autoload gnus-agent-regenerate-group.
12821 (gnus-request-accept-article): Re-indented.
12822
12823 * gnus-start.el (gnus-convert-old-newsrc): Registered new
12824 converters to handle old agent file formats. Added logic for a
12825 "backup before upgrading warning".
12826 (gnus-convert-mark-converter-prompt): Developers can mark
12827 functions as needing (default), or not needing,
12828 gnus-convert-old-newsrc's "backup before upgrading warning".
12829 (gnus-convert-converter-needs-prompt): Tests whether the user
12830 should be protected from potentially irreversable changes by the
12831 function.
12832
12833 * legacy-gnus-agent.el: New. Provides converters that are only
12834 loaded when gnus-convert-old-newsrc needs to call them.
12835
12836 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
12837
12838 * mail-source.el (mail-source-touch-pop): Doc fix.
12839
12840 * message.el (message-smtpmail-send-it): Doc fix.
12841
12842 2004-03-05 Jesper Harder <harder@ifa.au.dk>
12843
12844 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
12845
12846 * nnmail.el (nnmail-split-fancy): do.
12847
12848 * gnus-kill.el (gnus-kill, gnus-execute): do.
12849
12850 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
12851
12852 * gnus-sum.el (gnus-widget-reversible-match)
12853 (gnus-widget-reversible-to-internal)
12854 (gnus-widget-reversible-to-external): New functions.
12855 (gnus-widget-reversible): New widget.
12856 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
12857
12858 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
12859
12860 * gnus-sum.el (gnus-thread-sort-functions)
12861 (gnus-article-sort-functions): Document `(not F)' items.
12862
12863 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
12864
12865 * spam.el (spam-use-gmane-xref): Add new backend.
12866 (spam-gmane-xref-spam-group): Add variable to control the name of the
12867 Gmane spam group.
12868 (spam-blackhole-servers, spam-blackhole-good-server-regex)
12869 (spam-regex-headers-spam, spam-regex-headers-ham)
12870 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
12871 (spam-list-of-checks): Add spam-use-gmane-xref to list of
12872 backends and checks.
12873 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
12874
12875 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
12876 an autodetect method.
12877
12878 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
12879
12880 * gnus-int.el (gnus-request-accept-article): Inform the agent that
12881 articles are being added to a group.
12882 (gnus-request-replace-article): Inform the agent that articles
12883 need to be uncached as the cached contents are no longer valid.
12884
12885 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
12886
12887 * binhex.el: Don't autoload executable-find.
12888
12889 * canlock.el: Don't autoload mail-fetch-field.
12890
12891 * gnus-ems.el: Don't autoload appt-select-lowest-window.
12892
12893 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
12894 rmail-dont-reply-to and rmail-output.
12895
12896 * gnus-score.el: Don't autoload ffap-string-at-point.
12897
12898 * gnus-setup.el: Don't autoload sc-cite-original.
12899
12900 * imap.el: Don't autoload base64-decode-string,
12901 base64-encode-string and md5.
12902
12903 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
12904 and rmail-msg-restore-non-pruned-header.
12905
12906 * mm-decode.el: Don't autoload executable-find.
12907
12908 * mm-url.el: Don't autoload executable-find.
12909
12910 * mm-view.el: Don't autoload diff-mode.
12911
12912 * nndb.el: Don't autoload news-reply-mode, news-setup,
12913 cancel-timer and telnet.
12914
12915 * password.el: Don't autoload run-at-time for Emacs.
12916
12917 * sha1-el.el: Don't autoload executable-find.
12918
12919 * sieve-mode.el: Don't autoload c-mode.
12920
12921 * uudecode.el: Don't autoload executable-find.
12922
12923 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
12924
12925 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
12926 (gnus-agent-possibly-alter-active): Avoid null in numeric
12927 comparison.
12928 (gnus-agent-set-local): Refuse to save null in local object table.
12929 (gnus-agent-regenerate-group): The REREAD parameter can now be a
12930 list of articles that will be marked as unread.
12931
12932 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
12933
12934 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
12935
12936 2004-03-04 Jesper Harder <harder@ifa.au.dk>
12937
12938 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
12939 language tags.
12940
12941 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
12942
12943 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
12944 Don't bind "obarray".
12945
12946 * gnus-sum.el (gnus-thread-sort-functions): Added
12947 `gnus-thread-sort-by-most-recent-number' and
12948 `gnus-thread-sort-by-most-recent-date'.
12949 Reported by Kai Grossjohann <kai@emptydomain.de>.
12950
12951 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
12952
12953 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
12954
12955 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
12956
12957 * gnus-cus.el (gnus-agent-customize-category): Removed
12958 ignore-errors macro reference that required cl to be loaded at
12959 run-time.
12960
12961 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
12962 single-interval range of the form (min . max). Previously the
12963 range had to look like ((min . max)). Likewise, return
12964 (min . max) rather than ((min . max)).
12965 (gnus-range-map): Use gnus-range-normalize to accept
12966 single-interval range.
12967
12968 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
12969 the cache, but not the agent, now appear with their usual face.
12970
12971 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
12972
12973 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
12974 w3m-safe-url-regexp variable buffer-local.
12975
12976 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12977
12978 2004-02-27 Simon Josefsson <jas@extundo.com>
12979
12980 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
12981 gnus-group-real-prefix.
12982 (gnus-summary-move-article): Use it, instead of
12983 gnus-group-real-prefix.
12984
12985 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
12986
12987 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
12988 w3m-safe-url-regexp variable buffer-local and set it as the value
12989 of mm-w3m-safe-url-regexp.
12990
12991 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
12992
12993 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
12994 parsing gnus-posting-styles when the message is not for replying.
12995
12996 * nnrss.el (nnrss-opml-export): Use
12997 mm-set-buffer-file-coding-system instead of
12998 set-buffer-file-coding-system.
12999
13000 2004-02-27 Jesper Harder <harder@ifa.au.dk>
13001
13002 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
13003 of checkdoc.el).
13004 * nnrss.el: do.
13005 * gnus-mlspl.el: do.
13006 * gnus-ml.el: do.
13007 * gnus-srvr.el: do.
13008
13009 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
13010
13011 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
13012
13013 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
13014 Corrections to custom-manual links.
13015
13016 * gnus-art.el (gnus-article): Ditto.
13017
13018 * mm-decode.el (mime-display, mime-security): Ditto.
13019
13020 2004-02-26 Jesper Harder <harder@ifa.au.dk>
13021
13022 * flow-fill.el: Typo.
13023
13024 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
13025
13026 * spam-wash.el: New file.
13027
13028 2004-02-26 Mark A. Hershberger <mah@everybody.org>
13029
13030 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
13031
13032 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
13033
13034 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
13035 to be run with new-articles as LIST1, not LIST2.
13036 (spam-registration-functions): Add spam-use-ham-copy as a nil
13037 registration backend.
13038
13039 2004-02-26 Jesper Harder <harder@ifa.au.dk>
13040
13041 * spam-stat.el (spam-stat-washing-hook): New option.
13042 (spam-stat-buffer-words): Use it.
13043 (spam-stat-process-directory, spam-stat-test-directory): Use
13044 insert-file-contents-literally.
13045 (spam-stat-coding-system): New variable.
13046 (spam-stat-load, spam-stat-save): Use it.
13047
13048 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
13049
13050 * spam-report.el (spam-report-plug-agent): Quote
13051 spam-report-url-to-file and spam-report-url-ping-plain.
13052
13053 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
13054
13055 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
13056 / in mailto URLs.
13057
13058 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
13059
13060 * spam-report.el (spam-report-process-queue): Fix interactive use.
13061 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
13062 (spam-report-unplug-agent): Doc fixes.
13063 (spam-report-url-ping-mm-url, spam-report-url-to-file)
13064 (spam-report-agentize, spam-report-deagentize): Autoload
13065
13066 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
13067
13068 * message.el (message-setup-fill-variables): Add mml tags to
13069 paragraph-start and paragraph-separate. Suggested by Andrew Korty
13070 <ajk@iu.edu>.
13071 (message-mode): Don't modify paragraph-separate there.
13072
13073 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
13074
13075 * compface.el (uncompface-use-external): Default to undecided.
13076 (uncompface-use-external-threshold): New variable.
13077 (uncompface-float-time): New macro.
13078 (uncompface): Determine whether to use the external decoder if
13079 uncompface-use-external is undecided.
13080
13081 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
13082
13083 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
13084 after images.
13085
13086 * gnus-art.el (gnus-mime-display-single): Remove dead code.
13087
13088 2004-02-14 Jesper Harder <harder@ifa.au.dk>
13089
13090 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
13091
13092 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
13093
13094 * gnus-sum.el (gnus-summary-limit-to-age)
13095 (gnus-summary-limit-children): do.
13096
13097 * gnus-int.el (gnus-request-scan): do.
13098
13099 * gnus-group.el (gnus-group-suspend): do.
13100
13101 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
13102
13103 * gnus-cite.el (gnus-cite-parse-attributions): do.
13104
13105 * gnus-agent.el (gnus-summary-set-agent-mark)
13106 (gnus-agent-regenerate-group): do.
13107
13108 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
13109
13110 * binhex.el (binhex-decode-region-internal): do.
13111
13112 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
13113
13114 * gnus-fun.el (gnus-face-properties-alist): New user option.
13115 (gnus-display-x-face-in-from): Use it.
13116
13117 * gnus-art.el (article-display-face): Ditto.
13118
13119 * compface.el (uncompface-use-external): Default to nil.
13120
13121 2004-02-12 Jesper Harder <harder@ifa.au.dk>
13122
13123 * nntp.el (nntp-erase-buffer): New function.
13124 (nntp-retrieve-data, nntp-send-command)
13125 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
13126 (nntp-possibly-change-group): Use it.
13127
13128 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
13129 with-current-buffer.
13130
13131 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
13132
13133 * compface.el: Merge the ELisp-based uncompface program.
13134 (compface): New customization group.
13135 (uncompface-use-external): New user option.
13136 (uncompface): Call uncompface-internal if uncompface-use-external
13137 is nil.
13138 (uncompface-internal): New function. Note that there are also
13139 some other functions and variables added for this function.
13140
13141 2004-02-10 Jesper Harder <harder@ifa.au.dk>
13142
13143 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
13144 if necessary.
13145
13146 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
13147
13148 * spam-report.el (spam-report-unplug-agent)
13149 (spam-report-plug-agent, spam-report-deagentize)
13150 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
13151 Add support for the Agent in spam-report: when unplugged, report to a
13152 file; when plugged, submit all the requests.
13153
13154 * spam.el (spam-register-routine): Fix message about
13155 registration.
13156
13157 2004-02-09 Jesper Harder <harder@ifa.au.dk>
13158
13159 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
13160 dependencies.
13161 (rfc2047-encode): Use it.
13162
13163 * gnus-art.el (gnus-button-marker-list): Move before first
13164 reference.
13165
13166 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
13167 (imap-parse-body): Fix format string mismatch.
13168
13169 * gnus-score.el (gnus-summary-increase-score): do.
13170
13171 * nnrss.el (nnrss-close): New function.
13172
13173 2004-02-08 Jesper Harder <harder@ifa.au.dk>
13174
13175 * nnrss.el (nnrss-make-filename): New function.
13176 (nnrss-request-delete-group, nnrss-read-server-data)
13177 (nnrss-save-server-data, nnrss-read-group-data)
13178 (nnrss-save-group-data): Use it.
13179 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
13180 (nnrss-read-server-data, nnrss-read-group-data): Use load.
13181 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
13182
13183 2004-02-07 Jesper Harder <harder@ifa.au.dk>
13184
13185 * mml.el (mml-compute-boundary-1): Don't uncompress files.
13186
13187 2004-02-06 Jesper Harder <harder@ifa.au.dk>
13188
13189 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
13190 files.
13191
13192 * message.el (message-generate-headers-first): Don't quote nil
13193 and t in docstrings.
13194
13195 * imap.el (imap-id): do.
13196
13197 * gnus-agent.el (gnus-agent-consider-all-articles)
13198 (gnus-agent-queue-mail): do.
13199
13200 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
13201
13202 * spam-report.el (spam-report-process-queue): New function.
13203 Process requests from `spam-report-requests-file'.
13204 (spam-report-process-queue): Doc fix.
13205
13206 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
13207
13208 * spam.el (spam-register-routine)
13209 (spam-log-processing-to-registry, spam-log-registered-p)
13210 (spam-log-unregistration-needed-p, spam-log-undo-registration):
13211 Change "check" to "spam-check" for semi-clarity.
13212
13213 2004-02-05 Jesper Harder <harder@ifa.au.dk>
13214
13215 * pop3.el: Require nnheader.
13216
13217 * mml-smime.el: Require cl. Autoload message-fetch-field.
13218
13219 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
13220
13221 * gnus-picon.el: Require cl.
13222
13223 * gnus-fun.el: Require gnus-ems and gnus-util.
13224
13225 * gnus.el (gnus-method-to-server): Move defsubst before first use.
13226
13227 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
13228
13229 * gnus-art.el (gnus-article-edit-mode): Define before first
13230 reference.
13231
13232 2004-02-04 Jesper Harder <harder@ifa.au.dk>
13233
13234 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
13235 (gnus-uu-post-encoded): Use point-at-bol.
13236
13237 * gnus-topic.el (gnus-group-active-topic-p): do.
13238
13239 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
13240
13241 * gnus-group.el (gnus-group-kill-region): do.
13242
13243 * gnus-art.el (article-date-ut): do.
13244
13245 * message.el (message-fetch-field): Remove redundant
13246 case-fold-search binding.
13247 (message-narrow-to-field): Simplify.
13248
13249 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
13250
13251 * spam.el (spam-directory): Derive from `gnus-directory'.
13252
13253 * spam-report.el (spam-report-url-to-file)
13254 (spam-report-requests-file): New function and variable for offline
13255 reporting.
13256 (spam-report-url-ping-function): Add `spam-report-url-to-file'
13257 and user defined function.
13258 (spam-report-url-ping-mm-url): Remove doubled slash.
13259
13260 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
13261
13262 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
13263
13264 2004-02-03 Jesper Harder <harder@ifa.au.dk>
13265
13266 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
13267 format string mismatch.
13268
13269 * sieve.el (sieve-deactivate-all): do.
13270
13271 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
13272
13273 * nnlistserv.el (nnlistserv-kk-wash-article): do.
13274
13275 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
13276
13277 * mm-bodies.el (mm-7bit-chars): Don't include \r.
13278
13279 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
13280
13281 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
13282 the list of checks.
13283
13284 2004-01-31 Jesper Harder <harder@ifa.au.dk>
13285
13286 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
13287 padding.
13288
13289 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
13290
13291 * mm-view.el (mm-fill-flowed): New variable.
13292 (mm-inline-text): Use it.
13293
13294 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
13295
13296 * spam.el (spam-spamassassin-register-ham-routine)
13297 (spam-spamassassin-register-spam-routine): Fix function names.
13298
13299 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
13300
13301 * gnus.el (gnus-tmp-grouplens): Remove.
13302 (gnus-summary-line-format): Remove grouplens.
13303
13304 * gnus-group.el (gnus-group-line-format): Ditto.
13305
13306 * gnus-spec.el (gnus-format-specs): Ditto.
13307 (gnus-update-format-specifications): Flush the group format spec
13308 cache if there's the grouplens stuff.
13309 (gnus-parse-simple-format): Replace %l with the empty string.
13310
13311 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
13312
13313 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
13314 omission.
13315
13316 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
13317
13318 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
13319 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
13320
13321 2004-01-25 Paul Jarc <prj@po.cwru.edu>
13322
13323 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
13324 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
13325 New macros and functions.
13326 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
13327 Handle > NLINK_MAX messages.
13328 * nnmaildir.el (nnmaildir-request-set-mark): Use
13329 nnmaildir--emlink-p and nnmaildir--eexist-p.
13330
13331 2004-01-25 Alex Schroeder <alex@gnu.org>
13332
13333 * spam-stat.el (spam-stat-process-directory-age): New option.
13334 (spam-stat-process-directory): Use it.
13335
13336 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
13337
13338 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
13339 (spam-stat-save): Accept prefix argument.
13340
13341 2004-01-23 Paul Jarc <prj@po.cwru.edu>
13342
13343 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
13344 links" error.
13345
13346 2004-01-23 Jesper Harder <harder@ifa.au.dk>
13347
13348 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
13349 compatibility with old .newsrc.eld files.
13350
13351 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
13352
13353 * gnus-start.el (gnus-1): do.
13354
13355 * gnus-group.el (gnus-group-line-format-alist): do.
13356
13357 * gnus.el (gnus-use-grouplens, gnus-visual): do.
13358
13359 * gnus-gl.el: Remove.
13360
13361 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
13362
13363 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
13364 marks consisting of a single range {for example, (3 . 5)} rather
13365 than a list of a single range { ((3 . 5)) }.
13366
13367 2004-01-23 Jesper Harder <harder@ifa.au.dk>
13368
13369 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
13370 with-current-buffer.
13371 (spam-stat-store-current-buffer): Use insert-buffer-substring to
13372 avoid consing a string.
13373
13374 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
13375 Remove obsolete entries for big5 and gb2312.
13376
13377 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
13378
13379 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
13380 uncompressed list.
13381
13382 2004-01-22 Jesper Harder <harder@ifa.au.dk>
13383
13384 * spam-stat.el (spam-stat-strip-xref): New function.
13385 (spam-stat-process-directory): Use it.
13386
13387 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
13388 here -- it's done in message-fetch-field.
13389
13390 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
13391
13392 * gnus-agent.el (gnus-agent-queue-mail)
13393 (gnus-agent-prompt-send-queue): New variables.
13394 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
13395 * gnus-draft.el (gnus-group-send-queue): Pass the group name
13396 "nndraft:queue" along to gnus-draft-send. Use
13397 gnus-agent-prompt-send-queue.
13398 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
13399 is "nndraft:queue". Suggested by Gaute Strokkenes
13400 <gs234@srcf.ucam.org>
13401
13402 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
13403 (agent-enable-undownloaded-faces): Added
13404 (gnus-agent-cat-groups): Use eval-and-compile, not
13405 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
13406 method of gnus-agent-cat-groups even when the buffer has been
13407 evaled.
13408 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
13409 delete gnus-agent-save-active-1.
13410 (gnus-agent-save-groups): Deleted. Identical to
13411 gnus-agent-save-active.
13412 (gnus-agent-write-active): No longer adjust agent's copy of active
13413 file as agent's adjustments are now stored in their own
13414 file. Removed optional parameter.
13415 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
13416 servers. Add use of min/max range limits from server's local
13417 file.
13418 (gnus-agent-save-alist): Removed unused optional argument.
13419 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
13420 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
13421 (gnus-agent-set-local): A per-server file that keeps min/max range
13422 limits for articles known to the agent. Provides a fast mechanism
13423 for altering many active ranges.
13424 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
13425 active file (local makes it unnecessary).
13426 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
13427
13428 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
13429 (agent-enable-undownloaded-faces): Added
13430
13431 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
13432 disable it when sending to "nndraft:queue".
13433 (gnus-group-send-queue): Add safety check to avoid sending queue
13434 when unplugged.
13435
13436 * gnus-group.el (gnus-group-catchup): Use new
13437 gnus-sequence-of-unread-articles, not
13438 gnus-list-of-unread-articles, to avoid exhausting memory with huge
13439 numbers of articles. Use gnus-range-map to avoid having to
13440 uncompress the unread list.
13441 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
13442 Fixed invalid ange-ftp reference.
13443
13444 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
13445 (gnus-sorted-range-intersection): Intersection of two ranges
13446 without requiring that they first be uncompressed.
13447
13448 * gnus-start.el (gnus-activate-group): Unless blocked by the
13449 caller, possibly expand the active range to include both cached
13450 and agentized articles.
13451 (gnus-convert-old-newsrc): Rewrote in anticipation of having
13452 multiple version-dependent converters.
13453 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
13454 gnus-agent-save-active.
13455 (gnus-save-newsrc-file): Save dirty agent range limits.
13456
13457 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
13458 gnus-agent-possibly-alter-active.
13459 (gnus-adjust-marked-articles): Faster handling of simple lists
13460
13461 2004-01-21 Jesper Harder <harder@ifa.au.dk>
13462
13463 * spam-stat.el (spam-stat-test-directory): New optional argument
13464 displays a list of files detected. Suggested by Andrew Cohen
13465 <cohen@andy.bu.edu>.
13466 (spam-stat-buffer-words-with-scores): Don't narrow and change
13467 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
13468
13469 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
13470
13471 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
13472 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
13473 (spam-spamassassin-arguments)
13474 (spam-spamassassin-spam-flag-header)
13475 (spam-spamassassin-positive-spam-flag-header)
13476 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
13477 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
13478 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
13479 (spam-list-of-processors, spam-list-of-checks)
13480 (spam-list-of-statistical-checks, spam-registration-functions)
13481 (spam-check-spamassassin-headers, spam-check-spamassassin)
13482 (spam-spamassassin-score)
13483 (spam-spamassassin-register-with-sa-learn)
13484 (spam-spamassassin-register-spam-routine)
13485 (spam-spamassassin-register-ham-routine)
13486 (spam-assassin-register-spam-routine)
13487 (spam-assassin-register-ham-routine): Add SpamAssassin support.
13488 (spam-bogofilter-score): Fix to show article before scoring.
13489
13490 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
13491
13492 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
13493 default scoring function.
13494 (spam-generic-score): Call spam-spamassassin-score if
13495 spam-use-spamassassin or spam-use-spamassassin-headers is on;
13496 spam-bogofilter-score otherwise.
13497
13498 * gnus.el (spam-process, spam-autodetect-methods): Add
13499 spamassassin and spamassassin-headers.
13500
13501 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
13502
13503 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13504 Suppress unnecessary messages.
13505
13506 2004-01-20 Jesper Harder <harder@ifa.au.dk>
13507
13508 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
13509 make-hash-table.
13510
13511 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
13512
13513 * canlock.el (base64-encode-string): Don't autoload it.
13514
13515 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
13516
13517 * run-at-time.el: Remove useless (require 'itimer),
13518 eval-and-compile and (featurep 'xemacs).
13519
13520 2004-01-16 Jesper Harder <harder@ifa.au.dk>
13521
13522 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
13523 GROUP is a virtual group.
13524
13525 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
13526
13527 * gnus.el: Autoload `message-y-or-n-p'.
13528
13529 2004-01-15 Jesper Harder <harder@ifa.au.dk>
13530
13531 * pgg-parse.el: Remove unnecessary (require 'custom).
13532
13533 * pgg-def.el: do.
13534
13535 * nnmail.el: do.
13536
13537 * gnus-undo.el: do.
13538
13539 * gnus-picon.el: do.
13540
13541 * gnus-util.el: do.
13542
13543 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
13544
13545 * gnus-sum.el (gnus-pick-line-number): Add autoload.
13546
13547 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
13548
13549 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
13550 handle, as well as a list.
13551
13552 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
13553 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
13554 (mm-w3m-cid-retrieve): Simplify.
13555
13556 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
13557
13558 * message.el (message-kill-to-signature): Allow prefix arg to
13559 specify number of lines to keep before signature.
13560
13561 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
13562
13563 (message-kill-to-signature): Change docstring.
13564
13565 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
13566
13567 * canlock.el: Always require sha1-el.
13568 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
13569
13570 * message.el: Autoload sha1 only when compiling.
13571
13572 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
13573
13574 * message.el (message-canlock-generate): Require sha1-el.
13575
13576 2004-01-13 Jesper Harder <harder@ifa.au.dk>
13577
13578 * message.el (message-expand-name): Silence the byte compiler.
13579
13580 2004-01-13 Simon Josefsson <jas@extundo.com>
13581
13582 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
13583 Invoke gnus-score-mode. Reported by
13584 bojohan+news@dd.chalmers.se (Johan Bockgård).
13585
13586 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
13587 Jim Blandy <jimb@redhat.com> (tiny change).
13588
13589 2004-01-12 Jesper Harder <harder@ifa.au.dk>
13590
13591 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
13592
13593 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
13594
13595 * spam.el (spam-get-article-as-string): Update to use
13596 gnus-request-article-this-buffer, much simpler.
13597 (spam-get-article-as-buffer): Remove.
13598
13599 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
13600
13601 * message.el (message-expand-name): Use EUDC if the user uses that.
13602
13603 2004-01-12 Jesper Harder <harder@ifa.au.dk>
13604
13605 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
13606 character for the encoding to avoid consing a string.
13607
13608 * rfc2047.el (rfc2047-decode-string): Don't cons a string
13609 unnecessarily.
13610
13611 * mm-util.el (mm-replace-chars-in-string): Remove.
13612
13613 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
13614 of mm-replace-chars-in-string.
13615
13616 2004-01-11 Jesper Harder <harder@ifa.au.dk>
13617
13618 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
13619
13620 * mm-util.el (mm-subst-char-in-string): Support inplace.
13621
13622 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
13623 a new string in every iteration. Use shy groups.
13624
13625 2004-01-10 Jesper Harder <harder@ifa.au.dk>
13626
13627 * gnus-srvr.el (gnus-browse-unsubscribe-group):
13628 * gnus-soup.el (gnus-soup-group-brew):
13629 * gnus-msg.el (gnus-put-message):
13630 * gnus-move.el (gnus-group-move-group-to-server):
13631 * gnus-kill.el (gnus-batch-score):
13632 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
13633 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
13634 (gnus-group-update-group, gnus-group-read-group)
13635 (gnus-group-make-group, gnus-group-make-help-group)
13636 (gnus-group-make-archive-group, gnus-group-make-directory-group)
13637 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
13638 (gnus-group-sort-by-unread, gnus-group-catchup)
13639 (gnus-group-unsubscribe-group, gnus-group-kill-group)
13640 (gnus-group-yank-group, gnus-group-set-info)
13641 (gnus-group-list-groups):
13642 * gnus.el (gnus-generate-new-group-name):
13643 * gnus-delay.el (gnus-delay-send-queue):
13644 * nnvirtual.el (nnvirtual-catchup-group):
13645 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
13646 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
13647 (gnus-group-prepare-topics, gnus-topic-check-topology):
13648 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
13649 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
13650 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
13651 (gnus-group-make-articles-read):
13652 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
13653 (gnus-group-change-level, gnus-kill-newsgroup)
13654 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
13655 (gnus-get-unread-articles, gnus-make-articles-unread)
13656 (gnus-make-ascending-articles-unread): Use accessor
13657 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
13658 to get group information for improved readability.
13659
13660 2004-01-09 Jesper Harder <harder@ifa.au.dk>
13661
13662 * gnus-art.el (article-decode-mime-words, article-babel)
13663 (gnus-article-highlight-signature, gnus-article-add-buttons)
13664 (gnus-signature-toggle): Use gnus-with-article-buffer.
13665
13666 * gnus-art.el (gnus-article-highlight-headers)
13667 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
13668
13669 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
13670 (gnus-article-set-globals, gnus-request-article-this-buffer)
13671 (gnus-button-message-id, gnus-article-maybe-hide-headers)
13672 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
13673 (gnus-mime-display-alternative): Use with-current-buffer.
13674
13675 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
13676
13677 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
13678 also under 80 char limit, and call gnus-error if needed.
13679 (spam-fetch-article-header): Fix - it was a
13680 buffer-local variable (gnus-newsgroup-data).
13681 (spam-find-spam): Use spam-generate-fake-headers, forget about
13682 spam-insert-fake-headers.
13683 (spam-insert-fake-headers): Remove.
13684
13685 2004-01-09 Jesper Harder <harder@ifa.au.dk>
13686
13687 * deuglify.el (gnus-article-outlook-unwrap-lines)
13688 (gnus-outlook-rearrange-article)
13689 (gnus-outlook-repair-attribution-outlook)
13690 (gnus-outlook-repair-attribution-block)
13691 (gnus-outlook-repair-attribution-other): Remove redundant
13692 save-excursion.
13693
13694 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
13695
13696 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
13697 (spam-fetch-field-subject-fast)
13698 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
13699 (spam-fetch-article-header): Add functions to deal with Gnus
13700 internals for fast retrieval of article header data.
13701 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
13702
13703 2004-01-09 Jesper Harder <harder@ifa.au.dk>
13704
13705 * pop3.el (pop3-md5): Remove.
13706 (pop3-apop): Replace pop3-md5 with md5.
13707
13708 * mm-bodies.el: base64 is always built-in.
13709
13710 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
13711 with-current-buffer.
13712
13713 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
13714
13715 * canlock.el (canlock-insert-header): Remove excessive grouping in
13716 regexp.
13717
13718 * gnus-sum.el (gnus-summary-read-document): Ditto.
13719
13720 * gnus-uu.el (gnus-uu-part-number): Ditto.
13721
13722 * html2text.el (html2text-remove-tags): Ditto.
13723 (html2text-format-tags): Ditto.
13724 (html2text-format-single-elements): Ditto.
13725
13726 * mml.el (mml-parse-1): Ditto.
13727
13728 2004-01-08 Jesper Harder <harder@ifa.au.dk>
13729
13730 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
13731
13732 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
13733
13734 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
13735
13736 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
13737
13738 2003-11-15 Simon Josefsson <jas@extundo.com>
13739
13740 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
13741 (pgg-gpg-lookup-key): Use regexp match instead of
13742 split-string (split-string is different between emacs 21.2 and
13743 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
13744
13745 2004-01-08 Jesper Harder <harder@ifa.au.dk>
13746
13747 * gnus-art.el (gnus-mime-view-all-parts)
13748 (gnus-article-part-wrapper, gnus-article-view-part): Use
13749 with-current-buffer.
13750
13751 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
13752
13753 * spam.el (spam-disable-spam-split-during-ham-respool)
13754 (spam-spamoracle-database, spam-cache-lookups)
13755 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
13756 (spam-group-ham-mark-p, spam-group-spam-mark-p)
13757 (spam-group-ham-marks, spam-group-spam-marks)
13758 (spam-group-spam-contents-p, spam-group-ham-contents-p)
13759 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
13760 also add spam-use-blackholes to the statistical checks.
13761 (spam-fetch-field-fast): Add interface to fetching fields, may
13762 become a macro.
13763 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
13764 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
13765 (spam-insert-fake-headers): Fake an article when needed.
13766 (spam-find-spam): Fake article when possible.
13767 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
13768 (spam-check-bogofilter-headers): Use message-fetch-field instead
13769 of nnmail-fetch-field.
13770
13771 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
13772
13773 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
13774
13775 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
13776
13777 * spam.el (spam-split): Do not require spam-use-CHECK to be
13778 enabled if that check is passed to spam-split explicitly; also
13779 fix so 'spam doesn't get converted to spam-split-group when
13780 spam-split-symbolic-return is t.
13781 (spam-find-spam): Find registrations of the article and use those
13782 instead of re-running spam-split to find the spam/ham
13783 classification of the article.
13784 (spam-log-processing-to-registry, spam-log-registered-p)
13785 (spam-log-unregistration-needed-p, spam-log-undo-registration):
13786 Use gnus-error instead of gnus-message.
13787 (spam-log-registration-type): Add function to determine the
13788 classification of a message based on registry entries; will
13789 return nil if both 'spam and 'ham are found.
13790 (spam-check-BBDB): Expand all the BBDB macros here so we can have
13791 a reasonably fast local cache without the loading errors.
13792 (spam-cache-lookups): Set to t by default.
13793 (spam-find-spam): Don't try to guess spam-cache-lookups.
13794 (spam-enter-whitelist, spam-enter-blacklist): Clear the
13795 spam-caches entry.
13796 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
13797 caching of whitelist/blacklist entries.
13798 (spam-check-whitelist, spam-check-blacklist): Invoke
13799 spam-from-listed-p with a type, not a cache variable.
13800 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
13801
13802 2004-01-07 Jesper Harder <harder@ifa.au.dk>
13803
13804 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
13805
13806 * nnmail.el (nnmail-split-fancy): do.
13807
13808 * mml.el (mml-parse): do.
13809
13810 * gnus-score.el (gnus-enter-score-words-into-hashtb)
13811 (gnus-score-adaptive): do.
13812
13813 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
13814
13815 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
13816 (gnus-mime-button-map): Don't set keymap parent.
13817 (gnus-button-ctan-directory-regexp): Use shy grouping.
13818 (gnus-prev-page-map): Don't set keymap parent.
13819 (gnus-prev-page-map): Remove duplicated one.
13820 (gnus-next-page-map): Don't set keymap parent.
13821 (gnus-mime-security-button-map): Ditto.
13822
13823 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
13824 version number.
13825
13826 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
13827
13828 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
13829
13830 * canlock.el (canlock-sha1-function): Remove.
13831 (canlock-sha1-function-for-verify): Remove.
13832 (canlock-openssl-program): Remove.
13833 (canlock-openssl-args): Remove.
13834 (canlock-ignore-errors): Remove.
13835 (canlock-sha1-with-openssl): Remove.
13836 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
13837 (canlock-verify): Don't use canlock-ignore-errors.
13838
13839 * sha1-el.el (sha1-string-external): Make it can return a string
13840 in binary form.
13841 (sha1-region-external): Ditto.
13842 (sha1-string-internal): Ditto.
13843 (sha1-region-internal): Ditto.
13844 (sha1-region): Ditto.
13845 (sha1-string): Ditto.
13846 (sha1): Ditto.
13847
13848 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
13849
13850 * spam.el (spam-report-articles-gmane): New command.
13851
13852 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
13853
13854 * gnus.el: Don't make unnecessary *Group* buffer when loading.
13855
13856 * run-at-time.el (run-at-time-saved): Remove.
13857 (run-at-time): Doc fix.
13858
13859 2004-01-07 Jesper Harder <harder@ifa.au.dk>
13860
13861 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
13862 (gnus-summary-limit-map): Add it.
13863 (gnus-summary-make-menu-bar): do.
13864
13865 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
13866
13867 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
13868 Make attempt at some caching support (done for BBDB only now).
13869 (spam-find-spam): Set spam-cache-lookups if there are more than 2
13870 addresses to be checked.
13871 (spam-clear-cache-BBDB): Add function, to be invoked by
13872 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
13873 (spam-check-BBDB): Check and use the caches, if
13874 spam-cache-lookups is on, remove superfluous (provide).
13875
13876 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
13877
13878 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
13879
13880 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
13881
13882 * run-at-time.el (run-at-time-saved): Move to after the definition
13883 of `run-at-time'.
13884
13885 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
13886
13887 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
13888 mm-w3m-local-map-property.
13889
13890 * mm-view.el (mm-w3m-mode-map): Remove.
13891 (mm-w3m-local-map-property): Remove.
13892 (mm-inline-text-html-render-with-w3m): Don't use
13893 mm-w3m-local-map-property.
13894
13895 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
13896
13897 * run-at-time.el: New file.
13898
13899 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
13900 of gnus-set-text-properties.
13901
13902 * gnus-uu.el (gnus-uu-save-article): Ditto.
13903
13904 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
13905
13906 * gnus-cite.el (gnus-cite-parse): Ditto.
13907
13908 * gnus-art.el (gnus-button-push): Use set-text-properties instead
13909 of gnus-.
13910
13911 * gnus.el: Changed calls to nnheader-run-at-time and
13912 password-run-at-time throughout to use run-at-time directly.
13913
13914 * password.el: Removed definition of run-at-time.
13915
13916 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
13917
13918 * mml.el (mml-minibuffer-read-disposition): Show attachment type
13919 in prompt.
13920
13921 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
13922
13923 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
13924 XEmacs version.
13925
13926 * dns.el (dns-make-network-process): Use `open-network-stream'
13927 instead of `gnus-xmas-open-network-stream'.
13928
13929 * .cvsignore: Add auto-autoloads.el, custom-load.el.
13930
13931 2004-01-06 Jesper Harder <harder@ifa.au.dk>
13932
13933 * gnus-art.el (gnus-mime-display-alternative)
13934 (gnus-insert-mime-button, gnus-insert-mime-security-button)
13935 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
13936 Don't use gnus-local-map-property.
13937
13938 * gnus-util.el (gnus-local-map-property): Remove.
13939
13940 * mm-view.el (mm-view-pkcs7-decrypt): Replace
13941 gnus-completing-read-maybe-default with completing-read.
13942
13943 * gnus-util.el (gnus-completing-read): do.
13944 (gnus-completing-read-maybe-default): Remove.
13945
13946 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
13947
13948 * password.el: Only autoload `run-at-time' if not XEmacs.
13949 Only autoload the itimer functions if XEmacs.
13950
13951 2004-01-06 Jesper Harder <harder@ifa.au.dk>
13952
13953 * gnus-art.el (gnus-read-string): Remove.
13954 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
13955 read-string.
13956
13957 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
13958
13959 * netrc.el: Autoload password-read.
13960 (netrc): Add configuration group.
13961 (netrc-encoding-method, netrc-openssl-path): Add
13962 variables for encoding and decoding of files with symmetric
13963 ciphers.
13964 (netrc-encode): Add assistant function to encode a file with
13965 netrc-encoding-method.
13966 (netrc-parse): Add interactive parameter, added optional
13967 decoding if netrc-encoding-method is non-nil but otherwise
13968 behavior is standard.
13969 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
13970 Do s/encode/encrypt/ everywhere.
13971
13972 * spam.el: Remove executable-find autoload.
13973
13974 2004-01-05 Jesper Harder <harder@ifa.au.dk>
13975
13976 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
13977
13978 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
13979
13980 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
13981
13982 * gnus-art.el (gnus-treat-ansi-sequences,
13983 (article-treat-ansi-sequences): New variable and function.
13984 Suggested by Dan Jacobson <jidanni@jidanni.org>.
13985
13986 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
13987 Use it.
13988
13989 2004-01-05 Jesper Harder <harder@ifa.au.dk>
13990
13991 * mm-util.el (mm-quote-arg): Remove.
13992
13993 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
13994 shell-quote-argument.
13995
13996 * gnus-uu.el (gnus-uu-command): do.
13997
13998 * gnus-sum.el (gnus-summary-insert-pseudos): do.
13999
14000 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
14001 with make-char.
14002
14003 * mm-util.el (mm-make-char): Remove.
14004
14005 * mml.el (mml-mode): Replace gnus-add-minor-mode with
14006 add-minor-mode.
14007
14008 * gnus-undo.el (gnus-undo-mode): do.
14009
14010 * gnus-topic.el (gnus-topic-mode): do.
14011
14012 * gnus-sum.el (gnus-dead-summary-mode): do.
14013
14014 * gnus-start.el (gnus-slave-mode): do.
14015
14016 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
14017
14018 * gnus-ml.el (gnus-mailing-list-mode): do.
14019
14020 * gnus-gl.el (gnus-grouplens-mode): do.
14021
14022 * gnus-draft.el (gnus-draft-mode): do.
14023
14024 * gnus-dired.el (gnus-dired-mode): do.
14025
14026 * gnus-ems.el (gnus-add-minor-mode): Remove.
14027
14028 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14029 Replace gnus-char-width with char-width.
14030
14031 * gnus-ems.el (gnus-char-width): Remove.
14032
14033 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
14034 Replace gnus-char-width with char-width.
14035
14036 * gnus-ems.el (gnus-char-width): Remove.
14037
14038 * spam-stat.el (with-syntax-table): Remove with-syntax-table
14039 definition.
14040 Remove Emacs 20 hash table compatibility code.
14041
14042 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
14043 20 compatibility code.
14044
14045 * spam.el (spam-point-at-eol): Replace with point-at-eol.
14046
14047 * smime.el (smime-point-at-eol): Replace with point-at-eol.
14048
14049 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
14050 with point-at-{eol,bol}.
14051
14052 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
14053
14054 * imap.el (imap-point-at-eol): Replace with point-at-eol.
14055
14056 * flow-fill.el (fill-flowed-point-at-bol)
14057 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
14058
14059 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
14060 Replace with point-at-{eol,bol} throughout all files.
14061
14062 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
14063
14064 * ntlm.el (ntlm-string-as-unibyte): New macro.
14065 (ntlm-build-auth-response): Use it.
14066
14067 Remove Emacs 20 stuff:
14068 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
14069 of delq and copy-sequence.
14070 * gnus-art.el (popup-menu): Remove the compiler macro.
14071 * nnmail.el (nnmail-split-fancy): Don't support customizing with
14072 Emacs 20.
14073
14074 2004-01-05 Simon Josefsson <jas@extundo.com>
14075
14076 * ntlm.el: Fix namespace. Change smb-passwd-hash into
14077 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
14078 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
14079 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
14080 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
14081 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
14082 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
14083 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
14084 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
14085 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
14086 ntlm-string-permute, string-lshift into ntlm-string-lshift,
14087 string-xor into ntlm-string-xor. Suggested by
14088 Jesper Harder <harder@myrealbox.com>.
14089
14090 * ntlm.el: Don't include poem.
14091
14092 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
14093 Jesper Harder <harder@myrealbox.com>.
14094
14095 * sasl-ntlm.el, ntlm.el, md4.el: New files.
14096
14097 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
14098 probably breaks emacs with DL patch, but do we care? Is anyone
14099 still using the DL stuff?)
14100
14101 * sieve-manage.el: Use the password package.
14102 (sieve-manage-read-passwd): Remove.
14103 (sieve-manage-interactive-login): Use password. Re-add
14104 condition-case around loop.
14105
14106 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
14107 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
14108 the password package.
14109
14110 2003-02-19 Simon Josefsson <jas@extundo.com>
14111
14112 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
14113 token.
14114
14115 2002-08-07 Simon Josefsson <jas@extundo.com>
14116
14117 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
14118 (sieve-manage-authenticators):
14119 (sieve-manage-authenticator-alist): Add some SASL mechs.
14120 (sieve-sasl-auth): New function.
14121 (sieve-manage-cram-md5-auth):
14122 (sieve-manage-plain-auth): Rewrite using SASL library.
14123 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
14124 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
14125 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
14126 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
14127
14128 2004-01-05 Simon Josefsson <jas@extundo.com>
14129
14130 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
14131 New files.
14132
14133 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14134
14135 * gnus-group.el (gnus-no-groups-message): Update.
14136
14137 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
14138
14139 2003-11-09 Simon Josefsson <jas@extundo.com>
14140
14141 * imap.el: Support for ID IMAP extension (RFC 2971).
14142 (imap-local-variables): Add imap-id.
14143 (imap-id): New variable.
14144 (imap-id): New function.
14145 (imap-parse-response): Parse untagged ID response.
14146 * nnimap.el (nnimap-id): New variable.
14147 (nnimap-open-connection): Use it.
14148
14149 2003-12-28 Simon Josefsson <jas@extundo.com>
14150
14151 * gnus-score.el (gnus-score-edit-all-score): New.
14152 * gnus-group.el (gnus-group-score-map): Bind it to W e.
14153
14154 2004-01-04 Simon Josefsson <jas@extundo.com>
14155
14156 * password.el: Add.
14157
14158 2004-01-04 Mario Lang <lang@zid.tugraz.at>
14159
14160 * dns.el (dns-query-types): Fix typo.
14161 (dns-query-types): New function
14162 (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX,
14163 PTR and SOA replies, see RFC 1035.
14164
14165 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14166
14167 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
14168
14169 * Moved to Changelog.2.
14170
14171 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14172
14173 * gnus.el (gnus-version-number): Bump version.
14174
14175 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14176
14177 * gnus.el: No Gnus v0.1 is released.
14178
14179 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
14180
14181 * gnus.el: No Gnus v0.0 is released.
14182
14183 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
14184
14185 * gnus.el (gnus-version-number): Bump.
14186 (gnus-version): No.
14187
14188 See ChangeLog.2 for earlier changes.
14189
14190 Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
14191
14192 This file is part of GNU Emacs.
14193
14194 GNU Emacs is free software: you can redistribute it and/or modify
14195 it under the terms of the GNU General Public License as published by
14196 the Free Software Foundation, either version 3 of the License, or
14197 (at your option) any later version.
14198
14199 GNU Emacs is distributed in the hope that it will be useful,
14200 but WITHOUT ANY WARRANTY; without even the implied warranty of
14201 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14202 GNU General Public License for more details.
14203
14204 You should have received a copy of the GNU General Public License
14205 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
14206
14207 ;; Local Variables:
14208 ;; coding: utf-8
14209 ;; fill-column: 79
14210 ;; add-log-time-zone-rule: t
14211 ;; End:
14212
14213 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4