Merge from gnus--devo--0
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2008-06-05 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * nnir.el: New file.
4
5 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6
7 * gnus-util.el (gnus-read-shell-command): New function.
8 * mm-decode.el (mm-pipe-part):
9 * gnus-art.el (gnus-summary-save-in-pipe): Use it.
10
11 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
12
13 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
14
15 2008-06-03 Glenn Morris <rgm@gnu.org>
16
17 * pop3.el (nnheader-accept-process-output): Autoload it.
18
19 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
20
21 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
22 are not 2-digit hexadecimal characters that follow `%'s.
23
24 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
25
26 * message.el (message-bogus-recipient-p): Fix type in doc string.
27 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
28 (message-bogus-addresses): Rename from message-bogus-address-regexp.
29 Improve custom options.
30 (message-bogus-recipient-p): Adjust accordingly.
31
32 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
33
34 * nnmairix.el: Require edmacro when compiling with XEmacs.
35
36 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
37
38 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
39 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
40
41 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
42
43 * auth-source.el: Add more docs.
44
45 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
46
47 * nnheader.el (nnheader-read-timeout): Change the default timeout from
48 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
49 retrieval faster in some cases, but might make CPU usage larger. If
50 this has any bad side effects, we might revert this change.
51
52 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
53 seems to make mail retrieval much, much faster.
54 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
55 unconditionally.
56
57 * gnus-draft.el (gnus-group-send-queue): Bind
58 message-send-mail-partially-limit to nil to avoid being prompted.
59
60 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
61
62 * mml.el (mml-attach-buffer): Prompt for `disposition'.
63
64 * message.el (message-bogus-address-regexp): Fix and improve custom
65 type.
66 (message-setup-hook): Add message-check-recipients as custom option.
67
68 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
69
70 * message.el (message-cite-function): Remove bogus autoload which crept
71 in during merge from v5-10.
72
73 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
74
75 * nnimap.el (nnimap-open-connection): Fix login/password bug.
76
77 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
78
79 * auth-source.el: Preliminary Tramp docs.
80 (auth-sources): Change the default auth-sources to use
81 EPA .gpg files.
82
83 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
84
85 * nntp.el: Autoload `auth-source-user-or-password'.
86 (nntp-send-authinfo): Use it.
87
88 * nnimap.el: Autoload `auth-source-user-or-password'.
89 (nnimap-open-connection): Use it.
90
91 * auth-source.el: Added docs on using with url-auth. Import gnus-util
92 for the gnus-message function.
93 (auth-source-user-or-password): Use it.
94
95 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
96
97 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
98 rfc2104-hexstring-to-byte-list. Return a unibyte string.
99 (rfc2104-hash): Use it.
100
101 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
102
103 * gnus-art.el (gnus-article-toggle-truncate-lines):
104 Don't use `iff' in docstring.
105
106 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
107
108 * gnus-registry.el: Adjusted copyright dates and added a keyword.
109
110 * gnus-util.el (gnus-extract-address-component-name)
111 (gnus-extract-address-component-email): Convenience functions around
112 `gnus-extract-address-components'.
113
114 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
115 Use `gnus-extract-address-component-email' to fix bug of comparing full
116 sender name to `user-mail-address'.
117
118 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
119
120 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
121 catch/throw to optimize.
122 (gnus-registry-find-keywords): Just use member to find a keyword.
123
124 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
125
126 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
127 is current before calling gnus-server-prepare.
128 (gnus-server-setup-buffer, gnus-server-update-server)
129 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
130
131 2008-05-04 Juri Linkov <juri@jurta.org>
132
133 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
134 (mailcap-file-default-commands): Use mailcap-replace-in-string
135 instead of replace-regexp-in-string, and mailcap-delete-duplicates
136 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
137
138 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
139
140 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
141
142 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
143
144 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
145 hooks.
146 (gnus-update-read-articles): Speed up non-marks-using users.
147 (gnus-use-marks): Define gnus-use-marks.
148 (gnus-propagate-marks): Rename variable to something more sensible.
149
150 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
151
152 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
153 (gmm-image-load-path-for-library): Fix typos in docstrings.
154 (gmm-message): Reflow docstring.
155
156 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
157
158 * mail-source.el (mail-source-set-1, mail-source-bind):
159 Move auth-source code out of the macro to clean it up and fix bugs.
160
161 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
162
163 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
164 by sender if it's equal to user-mail-address, it's likely to be
165 useless.
166
167 * mail-source.el (mail-source-bind): Don't use user or password if they
168 are not bound. Unintern them if they are nil. Don't use server unless
169 it's bound, and default it to empty string otherwise.
170
171 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
172
173 * mail-source.el: Load auth-source.el.
174 (mail-source-bind): Add comments. Call auth-source-user-or-password to
175 get user name or password, if auth-sources is set up.
176
177 * gnus-registry.el (gnus-registry-split-strategy): New variable for
178 strategy of splitting with parent.
179 (gnus-registry-split-fancy-with-parent)
180 (gnus-registry-post-process-groups): Use it and fix prior
181 bug (returning a list as the split result).
182
183 * auth-source.el (auth-sources): Remove server parameter.
184 (auth-source-pick, auth-source-user-or-password)
185 (auth-source-user-or-password-imap)
186 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
187 (auth-source-user-or-password-sftp)
188 (auth-source-user-or-password-smtp): Remove server parameter.
189
190 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
191
192 * smime.el (smime-sign-region, smime-encrypt-region)
193 (smime-decrypt-region):
194 Remove redundant calls to `generate-new-buffer-name'.
195
196 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
197
198 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
199 Don't use QP for message/rfc822.
200 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
201
202 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * sieve-manage.el (sieve-string-bytes): Remove.
205 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
206 correct byte-length only if the process's coding-system is the same as
207 the one used internally by Emacs to represent strings.
208
209 2008-04-22 Juri Linkov <juri@jurta.org>
210
211 * mailcap.el (mailcap-file-default-commands): New function.
212
213 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
214
215 * message.el (message-signature-separator, message-cite-function):
216 Change custom version.
217
218 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
219
220 * mm-decode.el (mm-display-external): Make temp file read-only.
221
222 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
223
224 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
225 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
226 `C-c C-f d'.
227
228 2008-04-12 Adrian Aichner <adrian@xemacs.org>
229
230 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
231
232 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
233
234 * auth-source.el: Added docs.
235 (auth-sources): Modify format to support server.
236 (auth-source-pick, auth-source-user-or-password)
237 (auth-source-user-or-password-imap)
238 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
239 (auth-source-user-or-password-sftp)
240 (auth-source-user-or-password-smtp): Add server parameter.
241
242 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
243
244 * gnus-registry.el: Initialize the registry when gnus-registry-install
245 is t.
246
247 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
248
249 * compface.el (uncompface): Make buffer unibyte.
250
251 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
252
253 * mail-source.el (mail-source-value):
254 Prefer fboundp to functionp so it works with macros as well.
255
256 2008-04-05 Glenn Morris <rgm@gnu.org>
257
258 * gnus-ems.el (mm-disable-multibyte): Autoload it.
259
260 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
261
262 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
263 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
264
265 * nnheader.el (nnheader-init-server-buffer): Change buffer's
266 multibyteness after rather than before erasing it.
267
268 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
269 mm-with-multibyte.
270 (gnus-request-article-this-buffer): Make sure the proper decoding is
271 used if gnus-original-article-buffer happens to be unibyte.
272
273 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
274 default-enable-multibyte-characters.
275
276 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
277 default-enable-multibyte-characters.
278
279 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
280
281 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
282
283 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
284
285 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
286 Fix last change in case the element is not even a symbol.
287
288 2008-04-02 Simon Josefsson <simon@josefsson.org>
289
290 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
291 imap-enable-exchange-bug-workaround.
292 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
293
294 2008-04-01 Simon Josefsson <simon@josefsson.org>
295
296 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
297 a 100 byte status-checks into a 2-3MB transfer for each group.
298 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
299 to enable bug workaround or not.
300 (nnimap-find-minmax-uid): Only enable workaround conditionally.
301
302 2008-03-31 Glenn Morris <rgm@gnu.org>
303
304 * message.el (mml2015-use): Declare for compiler.
305 (message-info): Require mml2015 when appropriate.
306
307 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
308
309 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
310 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
311 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
312 (nntp-service-to-port): New function.
313 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
314 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
315 (nntp-open-netcat-stream): New function.
316 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
317
318 2008-03-29 Sven Joachim <svenjoac@gmx.de>
319
320 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
321
322 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
323
324 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
325
326 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
327
328 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
329
330 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
331
332 * message.el (message-signature-separator): Change default.
333 Improve custom type.
334 (message-cite-function): Change default to
335 message-cite-original-without-signature.
336
337 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
338 toggle.
339
340 * message.el (message-check-news-body-syntax): Fix signature check.
341 (message-setup-1): Mark buffer as unmodified _after_ running
342 message-setup-hook and handling message-alternative-emails.
343 (message-shorten-references): Be more strict when building list of
344 valid references to comply with GNKSA.
345
346 * gnus-group.el (gnus-read-ephemeral-bug-group)
347 (gnus-read-ephemeral-debian-bug-group)
348 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
349
350 * message.el (message-info): Don't use booleanp which isn't supported
351 in Emacs 21 and XEmacs.
352
353 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
354
355 * gnus-group.el (gnus-gmane-group-download-format): Rename from
356 gnus-group-gmane-group-download-format.
357 (gnus-group-read-ephemeral-gmane-group): Rename from
358 gnus-group-read-ephemeral-gmane-group.
359 (gnus-read-ephemeral-gmane-group-url): Rename from
360 gnus-group-read-ephemeral-gmane-group-url.
361 (gnus-bug-group-download-format-alist): New variable.
362 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
363 (gnus-read-ephemeral-emacs-bug-group): New commands.
364
365 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
366
367 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
368 (gnus-visible-headers): Improve custom type.
369
370 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
371
372 * mml.el (mml-menu): Add workarounds for XEmacs.
373
374 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
375 X-Boundary header.
376
377 * message.el (message-simplify-recipients): Fix previous commit.
378
379 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
380
381 * mm-util.el (mm-set-buffer-multibyte): New function.
382 * mm-decode.el (mm-copy-to-buffer): Use it.
383
384 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
385 Prefer fboundp to functionp so it works with macros as well.
386
387 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
388
389 * message.el (message-alter-recipients-discard-bogus-full-name):
390 New function.
391 (message-alter-recipients-function): New variable.
392 (message-get-reply-headers): Use it.
393 (message-replace-header): New helper function.
394 (message-recipients-without-full-name): New variable.
395 (message-simplify-recipients): New command.
396
397 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
398
399 * message.el (message-info): Handle EasyPG manual.
400
401 * mml.el (mml-menu): Add entry for EasyPG.
402
403 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
404
405 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
406 parameter.
407
408 * message.el (message-disassociate-draft): Specify drafts group name
409 fully.
410
411 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
412
413 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
414 unnecessary duplicates from the match list.
415
416 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
417
418 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
419 args of `how-many' of which the XEmacs version doesn't take; declare
420 Info-index-next as function.
421
422 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
423
424 * gnus-score.el (gnus-score-headers): Fix handling of
425 gnus-inhibit-slow-scoring.
426
427 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
428 string.
429 (gnus-button-url-regexp): Improve handling of parenthesis.
430 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
431 (gnus-button-handle-info-keystrokes): Handle index entries.
432
433 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
434
435 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
436 Incoming* files.
437
438 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
439
440 * auth-source.el (auth-sources): Renamed from auth-source-choices.
441 (auth-source-pick): Use it.
442
443 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
444
445 * auth-source.el (auth-source-protocols)
446 (auth-source-protocols-customize, auth-source-choices): Added and
447 modified variable customizations and defaults.
448 (auth-source-pick, auth-source-user-or-password)
449 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
450 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
451 (auth-source-user-or-password-sftp)
452 (auth-source-user-or-password-smtp): Use new variables and provide an
453 interface to netrc.el.
454
455 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
456
457 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
458 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
459 Make sure the nntp port to specify is a string.
460
461 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
462
463 * nntp.el: Use with-current-buffer.
464 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
465 dubious mm-with-unibyte-current-buffer.
466 (nntp-with-open-group-function): New function extracted from
467 nntp-with-open-group macro.
468 (nntp-with-open-group): Use the function, so it's easier to debug.
469 Add indentation and debugging info.
470 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
471 the use of the netcat alternatives.
472
473 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
474 Avoid mm-string-as-multibyte as well.
475
476 * nnweb.el (nnweb-insert-html):
477 Remove use of nnheader-string-as-multibyte.
478
479 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
480 (nnheader-string-as-multibyte): Remove.
481
482 * mm-view.el: Use inhibit-read-only.
483 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
484 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
485 or unibyte-string.
486
487 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
488 (mm-uu-yenc-extract): Use with-current-buffer.
489
490 * gnus-soup.el (gnus-soup-send-packet): Don't use
491 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
492
493 * nnmh.el: Use with-current-buffer.
494 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
495 mm-string-as-multibyte on the output of mm-encode-coding-string.
496
497 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
498 (nnimap-request-move-article): Use with-current-buffer.
499
500 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
501 inserting the handle-buffer's text, so the implicit multibyte->unibyte
502 conversion uses string-make-unibyte rather than string-as-unibyte.
503
504 * gnus-msg.el: Use with-current-buffer.
505
506 * message.el (message-ignored-resent-headers): Add "Delivered-To".
507
508 2008-03-10 Daiki Ueno <ueno@unixuser.org>
509
510 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
511 string for caching if it is 'PIN.
512
513 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
514
515 * mail-source.el (mail-source-delete-old-incoming-confirm):
516 Change default to nil.
517 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
518
519 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
520
521 * gnus-art.el (gnus-narrow-to-page): Position point properly.
522 (gnus-article-goto-prev-page): Work for articles having ^L's.
523
524 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
525
526 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
527
528 2008-03-07 Karl Fogel <kfogel@red-bean.com>
529
530 * gnus-bookmark.el: Adjust for renames in bookmark.el.
531 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
532 (gnus-bookmark-jump): Adjust some variable names.
533
534 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
535
536 * auth-source.el: New package.
537 (auth-source-choices): Add customization entry point variable.
538
539 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
540 bug.
541
542 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
543
544 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
545 (gnus-registry-initialize, gnus-registry-install-p): Use it.
546 (gnus-registry-install-shortcuts): Rename from
547 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
548 the `gnus-registry-mark-map' keymap dynamically from
549 `gnus-registry-marks'. The generated functions update the summary line
550 when a registry mark is added or deleted, and will call
551 `gnus-registry-install-p' (see the comments in the code).
552 (gnus-registry-user-format-function-M): Use concat intelligently.
553
554 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
555 the registry mark functions.
556
557 2008-03-05 Glenn Morris <rgm@gnu.org>
558
559 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
560 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
561 gnus-art.
562 (top-level): No need to load own source when compiling.
563
564 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
565
566 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
567 Suggested by <chris.anderton@zetnet.co.uk>.
568
569 2008-03-04 Glenn Morris <rgm@gnu.org>
570
571 * gnus-sum.el (top-level): No need to require gnus when compiling,
572 since unconditionally required near start of file.
573 (gnus-summary-display-while-building): Move definition before use.
574
575 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
576
577 * gnus-registry.el (gnus-registry-user-format-function-M): Add
578 formatting function.
579
580 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
581
582 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
583 with plists.
584 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
585 Use new format.
586
587 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
588
589 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
590 `where-is-internal' that returns a range of key sequences.
591
592 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
595
596 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
597 (gnus-summary-jump-to-group): Consider windows on other displayed
598 frames as well. Similar changes might be needed elsewhere, but that's
599 the one I've bumped into during my use.
600
601 * nndoc.el (nndoc-oe-dbx-type-p):
602 * gnus-msg.el (gnus-debug):
603 * gnus-group.el (gnus-update-group-mark-positions):
604 Use mm-string-to-multibyte.
605
606 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
607
608 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
609 doesn't handle NotDashEscaped.
610
611 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
612 (mml-dnd-attach-options): Fix typo in custom choice.
613
614 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
615 nndoc-article-type to mbox.
616 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
617
618 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
619 to nil, instead of html2text.
620
621 * imap.el (imap-debug): Add `imap-ping-server'.
622
623 * gnus-bookmark.el: Add FIXMEs.
624
625 * message.el (message-form-letter-separator)
626 (message-send-form-letter-delay): New variables.
627 (message-send-form-letter): Use them. New command to send form
628 letters. Requested by Uwe Siart.
629 (message-send-mail-function): Doc fix. Add "Other" custom option.
630
631 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
632
633 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
634 empty author.
635
636 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
637
638 * gnus-registry.el (gnus-registry-marks): Add variable for
639 customization of marks and their appearance.
640 (gnus-registry-read-mark): Use it.
641 (gnus-registry-do-marks): Add utility function to loop through
642 `gnus-registry-marks'.
643 (gnus-registry-install-shortcuts-and-menus): Add function to install
644 shortcuts and menus.
645 (gnus-registry-initialize): Use it.
646 (gnus-registry-default-mark): Clarify documentation.
647
648 2008-02-29 Glenn Morris <rgm@gnu.org>
649
650 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
651 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
652 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
653 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
654 Change defcustom :version from 23.0 to 23.1.
655
656 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
657
658 * gnus-registry.el (gnus-registry-follow-group-p)
659 (gnus-registry-post-process-groups): Add functions to aid registry
660 splitting and improve logging. Clarify behavior in function
661 documentation.
662 (gnus-registry-split-fancy-with-parent): Use them.
663
664 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
665
666 * gnus-art.el: Use with-current-buffer.
667
668 2008-02-27 David Engster <dengste@eml.cc>
669
670 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
671 Express real group name in the response.
672
673 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
674
675 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
676 (nnmairix-last-server, nnmairix-current-server): Defvar them.
677 (nnmairix-goto-original-article): Defvar gnus-registry-install and
678 autoload gnus-registry-fetch-group when compiling.
679 (nnmairix-request-group-with-article-number-correction): Remove
680 unreferenced argument passed to nnmairix-call-backend.
681
682 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
683
684 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
685 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
686 Wilde.
687
688 2008-02-27 Glenn Morris <rgm@gnu.org>
689
690 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
691 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
692 variables to defconsts. Convert comments to doc-strings.
693 (nnmairix-last-server, nnmairix-current-server): Convert from free
694 variables to defvars. Convert comments to doc-strings.
695 (gnus-registry-fetch-group): Autoload.
696 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
697 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
698 (nnmairix-widget-build-editable-fields): Use car cddr rather than
699 caddr.
700 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
701 nnmairix-request-group-with-article-number-correction call.
702 (nnmairix-fast, nnmairix-group): New, less general names, for free
703 variables passed from nnmairix-request-group to
704 nnmairix-request-group-with-article-number-correction. Declare.
705 (nnmairix-request-group-with-article-number-correction):
706 Use nnmairix-fast, nnmairix-group rather than fast, group.
707
708 2008-02-26 David Engster <dengste@eml.cc>
709
710 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
711 version 0.5.
712
713 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
714
715 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
716 instead of making an extra function call. Don't add the current group
717 to articles only when they have the group. Use
718 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
719 Reported by David <de_bb@arcor.de>.
720
721 2008-02-24 Miles Bader <miles@gnu.org>
722
723 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
724 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
725 (mm-find-mime-charset-region):
726 * mm-bodies.el (mm-encode-body):
727 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
728
729 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
730
731 * mail-source.el (mail-source-delete-incoming): Change default.
732 Supplement doc string.
733
734 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
735
736 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
737
738 * nnmail.el (nnmail-message-id-cache-file): Derive from
739 `gnus-home-directory'.
740
741 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
742
743 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
744 Document negative prefix.
745
746 * gnus-group.el (gnus-group-read-group): Document negative prefix.
747
748 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
749
750 * message.el (message-unsent-separator): Add the Exim bounce
751 separator.
752
753 2008-02-10 Daiki Ueno <ueno@unixuser.org>
754
755 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
756 list.
757 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
758 recipient/signer list.
759
760 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
761
762 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
763 fbound (Emacs 23 unicode), signal an error.
764
765 2008-02-08 Glenn Morris <rgm@gnu.org>
766
767 * gnus-art.el (pgg-display-output-buffer): Declare as function.
768
769 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
770
771 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
772 ports to the calls to `netrc-machine-user-or-password' in addition to
773 "imap" and "imaps".
774
775 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
776
777 * gnus.el (gnus-group-startup-message): Add `find-image' call before
778 image-load-path is let-bound. Reported by Harald Hanche-Olsen
779 <hanche@math.ntnu.no>.
780
781 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
782
783 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
784
785 2008-02-01 Zhang Wei <id.brep@gmail.com>
786
787 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
788
789 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
790
791 2008-02-01 Miles Bader <miles@gnu.org>
792
793 * mml.el (mml-parse-1): Remove apparently vestigial use of
794 `mm-hack-charsets'.
795 * mm-bodies.el (mm-encode-body): Likewise.
796
797 2008-02-01 Kenichi Handa <handa@m17n.org>
798
799 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
800 rfc2104-hexstring-to-bitstring and changed to return a byte list.
801 (rfc2104-hash): Convert the result of concat to unibyte string.
802
803 2008-02-01 Dave Love <fx@gnu.org>
804
805 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
806 coding-system-for-read.
807 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
808
809 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
810 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
811 (mm-find-mime-charset-region): Remove hack-charsets stuff.
812
813 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
814
815 * mail-source.el (mail-sources): Add `group' choice.
816
817 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
818 parameter `in-group' to control into which group the articles go.
819 Add treatment of `group' mail-source.
820
821 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
822
823 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
824 * message.el (message-beginning-of-line): Use featurep instead of bound
825 tests in order to resolve conditionals at compile time.
826
827 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
828
829 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
830
831 * mm-decode.el (mm-dissect-buffer): Decode description.
832
833 * mml.el (mml-to-mime): Encode message header first.
834
835 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
836
837 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
838 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
839
840 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
841
842 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
843
844 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
845
846 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
847 prefix keys.
848 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
849 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
850 gnus-xmas.el.
851
852 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
853
854 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
855 Add new variables for article mark management.
856 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
857 list of extra data entries which, when present, will indicate that the
858 article ID should not be trimmed from the registry.
859 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
860 functions.
861 (gnus-registry-read-mark): New function to read a mark name from the
862 user.
863 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
864 (gnus-registry-set-article-mark-internal): New functions to add and
865 remove marks.
866 (gnus-registry-get-article-marks): New function to show the marks for
867 an article, or retrieve them for further use.
868
869 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
870
871 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
872 keys when no argument is given.
873
874 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
875
876 * gnus-sum.el (gnus-article-sort-by-random)
877 (gnus-thread-sort-by-random): Fix doc strings. Reported by
878 jidanni@jidanni.org.
879
880 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
881
882 * gnus-art.el (gnus-article-describe-bindings): New function.
883 (gnus-article-read-summary-keys): Use it.
884 (gnus-article-mode-map): Bind `C-h b' to it.
885
886 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
887
888 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
889 XEmacs.
890 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
891 against non-character events.
892
893 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
894
895 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
896 command.
897 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
898 instead of END. Change name of the temp file.
899 (gnus-group-gmane-group-download-format): Add doc string. Make it
900 customizable.
901
902 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
903
904 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
905 bind `S W' to gnus-article-wide-reply-with-original; set default
906 binding to gnus-article-read-summary-send-keys.
907 (gnus-article-read-summary-keys): Fix the order of keys; display
908 continuation keys correctly in the echo area; describe bindings
909 correctly when keys end with `C-h'.
910 (gnus-article-read-summary-send-keys): New function.
911 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
912 for gnus-article-read-summary-send-keys; display continuation keys
913 correctly in the echo area.
914 (gnus-article-reply-with-original): Ignore prefix argument.
915 (gnus-article-wide-reply-with-original): New function.
916
917 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
918
919 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
920 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
921
922 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
923
924 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
925 (gnus-group-read-ephemeral-gmane-group): New command.
926
927 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
928
929 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
930
931 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
932
933 * message.el (message-send-mail-function): Increase custom version.
934
935 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
936 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
937
938 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
939
940 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
941 html parts correctly; support forwarded messages.
942 (gnus-article-browse-html-article): Remove work buffers.
943
944 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
945 compiling.
946 (netrc-bound-and-true-p): New macro.
947 (netrc-parse): Use it instead of bound-and-true-p that is not available
948 in XEmacs 21.4.
949
950 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
951
952 * gnus-registry.el (gnus-registry-mark-article)
953 (gnus-registry-article-marks): Add functionality to mark articles
954 through the Gnus registry.
955
956 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
957 (netrc-parse): Use encrypt-file-alist to determine if
958 encrypt-find-model or encrypt-insert-file-contents should be used.
959
960 2007-12-19 Glenn Morris <rgm@gnu.org>
961
962 * mml.el (message-options-set, message-narrow-to-head)
963 (message-in-body-p, message-mail-p, message-encode-message-body):
964 Autoload.
965 (message-remove-header, message-narrow-to-headers-or-head)
966 (message-subscribed-p, message-make-mail-followup-to)
967 (message-position-on-field, message-news-p)
968 (message-options-set-recipient, message-generate-headers)
969 (message-sort-headers): Declare as functions.
970
971 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
972
973 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
974 convention in doc string.
975
976 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
977
978 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
979 title to html parts.
980 (gnus-article-browse-html-article): Pass message header to it.
981
982 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
983
984 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
985
986 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
987 or password compatible with XEmacs.
988
989 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
990
991 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
992 format document.
993 (gnus-mime-delete-part): Don't write description line if empty.
994 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
995
996 2007-12-14 Johan Bockgård <bojohan@gnu.org>
997
998 * gnus-sum.el (gnus-summary-mark-unread-as-read)
999 (gnus-summary-mark-read-and-unread-as-read)
1000 (gnus-summary-mark-current-read-and-unread-as-read)
1001 (gnus-summary-mark-unread-as-ticked): Doc fix.
1002 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
1003
1004 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1005
1006 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
1007 Christoph Conrad <christoph.conrad@gmx.de>.
1008
1009 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1010
1011 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1012 yes-or-no-p.
1013
1014 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1015
1016 * mm-decode.el (mm-add-meta-html-tag): New function.
1017 (mm-save-part-to-file, mm-pipe-part): Use it.
1018
1019 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1020 gnus-y-or-n-p instead of y-or-n-p.
1021 (gnus-article-browse-html-parts): Work with message/external-body; use
1022 mm-add-meta-html-tag.
1023
1024 2007-12-11 Glenn Morris <rgm@gnu.org>
1025
1026 * gnus-cache.el: Require gnus-sum not just when compiling.
1027
1028 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1029
1030 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1031 definitions before use.
1032
1033 * mm-decode.el: Require gnus-util.
1034 (mm-remove-part): Only call delete-annotation on XEmacs.
1035
1036 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1037
1038 * nnmail.el: Require gnus-int.
1039
1040 * spam.el: Move `require's before `eval-when-compile's.
1041
1042 * gnus-ems.el (gnus-alive-p):
1043 * gnus-fun.el (message-goto-eoh):
1044 * gnus-util.el (gnus-group-name-decode):
1045 * mail-source.el (gnus-compress-sequence):
1046 * message.el (Info-goto-node, format-spec):
1047 * mm-bodies.el (message-options-get):
1048 * mm-decode.el (mm-view-pkcs7):
1049 * mm-util.el (gmm-write-region):
1050 * mml-smime.el (mml-compute-boundary)
1051 (gnus-completing-read-with-default):
1052 * mml.el (widget-button-press, gnus-make-hashtable):
1053 * mml1991.el (mm-decode-content-transfer-encoding)
1054 (mm-encode-content-transfer-encoding)
1055 (message-options-get, message-options-set):
1056 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1057 * nnfolder.el (gnus-request-group):
1058 * nnheader.el (ietf-drums-unfold-fws):
1059 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1060 * smime.el (gnus-run-mode-hooks):
1061 * spam-stat.el (gnus-message): Autoload.
1062
1063 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1064 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1065 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1066 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1067 Add declare-function compatibility definition.
1068
1069 * gnus-cache.el (nnvirtual-find-group-art):
1070 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1071 (gnus-add-image, gnus-add-wash-type):
1072 * gnus-group.el (nnkiboze-score-file):
1073 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1074 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1075 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1076 (message-tokenize-header, gnus-get-buffer-create)
1077 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1078 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1079 * gnus.el (gnus-group-decoded-name):
1080 * mail-source.el (imap-capability):
1081 * mm-bodies.el (message-options-set):
1082 * mm-decode.el (gnus-configure-windows):
1083 * mm-extern.el (message-goto-body):
1084 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1085 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1086 (epg-sub-key-validity, message-options-set):
1087 * mml.el (widget-event-point, gnus-configure-windows):
1088 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1089 * mml2015.el (epg-check-configuration, epg-configuration)
1090 (message-options-set):
1091 * nndb.el (nndb-request-article):
1092 * nnfolder.el (gnus-request-create-group):
1093 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1094 * nnmaildir.el (gnus-group-mark-article-read):
1095 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1096 * rfc1843.el (message-fetch-field):
1097 * spam.el (gnus-extract-address-components):
1098 Declare as functions.
1099
1100 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1101
1102 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1103
1104 2007-12-09 Glenn Morris <rgm@gnu.org>
1105
1106 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1107
1108 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1109 * message.el, mm-view.el, sieve-manage, smime.el:
1110 Add declare-function compatibility definition.
1111
1112 * gnus-art.el (w3-region, w3m-region, Info-menu):
1113 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1114 * gnus-sum.el (gnus-get-predicate):
1115 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1116 * message.el (mail-abbrev-in-expansion-header-p):
1117 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1118 (w3m-detect-meta-charset, w3m-region):
1119 * sieve-manage.el (password-read, password-cache-add)
1120 (password-cache-remove):
1121 * smime.el (password-read-and-add): Declare as functions.
1122
1123 2007-12-08 David Kastrup <dak@gnu.org>
1124
1125 * gnus-sum.el (gnus-summary-simplify-subject-query):
1126 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1127 `message'.
1128
1129 2007-12-07 Glenn Morris <rgm@gnu.org>
1130
1131 * gnus-art.el (article-make-date-line): Revert previous change.
1132
1133 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1134
1135 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1136
1137 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1138
1139 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1140 Call gnus-add-to-range ranges only once with a prepared article-list.
1141
1142 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1143
1144 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1145 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1146 group names with backslashes. Reported by Tassilo Horn
1147 <tassilo@member.fsf.org>.
1148
1149 2007-12-06 D. Goel <deego3@gmail.com>
1150
1151 * gnus-art.el (article-make-date-line):
1152 * gnus-start.el (gnus-load):
1153 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1154
1155 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1156
1157 * gnus-art.el (gnus-use-idna)
1158 * gnus-start.el (gnus-site-init-file)
1159 * message.el (message-use-idna)
1160 * mm-uu.el (mm-uu-hide-markers)
1161 * smiley.el (smiley-style): Revert changes that suppress warnings.
1162
1163 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1164
1165 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1166 specify charset to html source. Reported by Christoph Conrad
1167 <christoph.conrad@gmx.de>.
1168
1169 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1170
1171 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1172 idna-program in order to suppress byte compile warning issued by XEmacs
1173 that came to byte compile the default value section of defcustom forms
1174 recently.
1175
1176 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1177 value of installation-directory.
1178
1179 * message.el (message-use-idna): Don't directly refer to the value of
1180 idna-program.
1181
1182 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1183
1184 * smiley.el (smiley-style): Don't directly call face-attribute.
1185
1186 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1187
1188 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1189
1190 * gnus-dired.el: Reduce Gnus dependencies.
1191 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1192 require. Use autoloads instead.
1193 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1194 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1195 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1196 (gnus-dired-mode): Adjust doc string.
1197 (gnus-dired-mail-mode): New variable.
1198 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1199 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1200 (gnus-dired-mail-buffers): New function. Return mail or message
1201 composition buffers.
1202 (gnus-dired-attach): Use it.
1203 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1204 NO-DECODE.
1205 (gnus-dired-print): Use `gnus-print-buffer' depending on
1206 `gnus-dired-mail-mode'.
1207
1208 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1209
1210 * rfc2047.el (rfc2047-encoded-word-regexp)
1211 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1212 explaining what regexp patterns are for.
1213
1214 2007-12-04 Glenn Morris <rgm@gnu.org>
1215
1216 * password.el: Move to ../password-cache.el.
1217
1218 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1219 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1220 * mml-smime.el (password-read, password-cache-add)
1221 (password-cache-remove):
1222 No need to autoload, since mml-sec requires password.
1223
1224 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1225 * message.el (gnus-extract-address-components):
1226 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1227
1228 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1229 password.
1230
1231 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1232
1233 * mailcap.el: Reduce dependencies.
1234 (mail-header-parse-content-type): Autoload.
1235 (mailcap-delete-duplicates): New alias.
1236 (mailcap-mime-info): Add optional argument NO-DECODE.
1237 (mailcap-mime-types): Use mailcap-delete-duplicates.
1238
1239 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1240
1241 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1242
1243 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1244 function.
1245
1246 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1247 (gnus-uu-yenc-article): New function.
1248
1249 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1250
1251 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1252 buffer.
1253
1254 2007-12-02 Glenn Morris <rgm@gnu.org>
1255
1256 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1257 Move to ../net.
1258
1259 * binhex.el, uudecode.el: Move to ../mail.
1260
1261 * encrypt.el: Remove file.
1262
1263 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1264
1265 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1266 matches on patches.
1267
1268 * gnus-art.el (gnus-article-browse-html-article): Mention
1269 `mm-text-html-renderer' in the doc string.
1270
1271 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1272 string. Add comments.
1273
1274 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1275 if rhs is ASCII.
1276
1277 2007-12-01 Glenn Morris <rgm@gnu.org>
1278
1279 * dig.el, dns.el: Move to ../net.
1280 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1281
1282 * mail-source.el (top-level): Require format-spec before
1283 eval-when-compile.
1284
1285 2007-11-30 Glenn Morris <rgm@gnu.org>
1286
1287 * encrypt.el: Require password, rather than autoloading password-read.
1288
1289 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1290
1291 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1292 caller can indicate whether the cache should be disregarded for this
1293 call. This way the result of the call is reproducible at all times and
1294 can be considered a canonical server name for the supplied method.
1295 (gnus-agent-method-p): Canonicalize server names by pushing their
1296 method through `gnus-method-to-server' using the no-cache argument.
1297
1298 * gnus-srvr.el (gnus-server-insert-server-line): Call
1299 `gnus-method-to-server' with `no-cache' argument.
1300
1301 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1302 gnus-agent-possibly-synchronize-flags as this should be called when the
1303 server is actually being opened.
1304 (gnus-agent-possibly-synchronize-flags)
1305 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1306 flags file of an agentized server to the latter function.
1307
1308 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1309 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1310 after a connection has been established successfully.
1311
1312 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1313
1314 * gnus-art.el (article-display-face): Force to display face if called
1315 interactively; check if gnus-article-x-face-too-ugly matches author.
1316 (article-display-x-face): Display face even if From header is missing
1317 as article-display-face does.
1318
1319 2007-11-28 Richard Stallman <rms@gnu.org>
1320
1321 * md4.el: Move to ../.
1322 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1323
1324 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1325
1326 * mail-source.el (mail-sources): Default to fetch from file for
1327 compatibility with default of nnmail-spool-file.
1328
1329 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1330
1331 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1332 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1333 to look for encoded word that should be encoded again.
1334 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1335 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1336 encoding pattern.
1337 (rfc2047-decode-region): Switch strict regexp and loose one according
1338 to rfc2047-allow-irregular-q-encoded-words.
1339
1340 2007-11-26 Simon Josefsson <simon@josefsson.org>
1341
1342 * imap.el: Move to ../net directory.
1343
1344 2007-11-25 Romain Francoise <romain@orebokech.com>
1345
1346 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1347
1348 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1349
1350 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1351 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1352
1353 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1354 `nnmail-spool-file'.
1355
1356 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1357 `nnmail-spool-file'.
1358
1359 * gnus-move.el (gnus-change-server): Ditto.
1360
1361 * gnus-kill.el (gnus-batch-score): Ditto.
1362
1363 * gnus-cache.el (gnus-jog-cache): Ditto.
1364
1365 * gnus-msg.el (gnus-summary-reply):
1366 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1367
1368 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1369
1370 * gnus-cache.el (gnus-cache-generate-nov-databases):
1371 Use nnml-generate-nov-databases-directory instead of
1372 nnml-generate-nov-databases-1.
1373
1374 2007-11-24 Glenn Morris <rgm@gnu.org>
1375
1376 * message.el (message-tool-bar-retro): Update for rename
1377 mail_send.xpm->mail-send.xpm.
1378
1379 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1380
1381 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1382 `smime-ldap-search' for Emacs 22 and up.
1383
1384 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1385
1386 * hashcash.el: Move to ../mail directory.
1387
1388 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1389
1390 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1391 `smime-ldap-search' for Emacs 22 and up.
1392
1393 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1394
1395 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1396
1397 * message.el (message-send-mail-function): Fix error convention.
1398 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1399 (message-widen-reply, message-send-mail, message-talkative-question)
1400 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1401 (message-clone-locals, message-send-news): Use with-current-buffer.
1402 (message-insert-or-toggle-importance): Remove unused var `valid'.
1403 (message-make-references): Remove unused var `new-references'.
1404 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1405
1406 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1407
1408 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1409 (spam-split-symbolic-return-positive): Reflow docstring.
1410 (spam-backends, spam-summary-exit-behavior)
1411 (spam-mark-ham-unread-before-move-from-spam-group)
1412 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1413 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1414 (spam-clear-cache, spam-backend-check, spam-install-backend)
1415 (spam-install-statistical-backend, spam-list-of-processors)
1416 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1417 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1418 (spam-check-crm114, spam-initialize, spam-unload-hook):
1419 Fix typos in docstrings.
1420
1421 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1422
1423 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1424 been checked if they have never been read and those group levels are
1425 higher than the one that a user specified.
1426
1427 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1428
1429 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1430 foreign groups unless a group level is specified by a user.
1431 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1432
1433 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1434
1435 * message.el (message-send-mail-function): Require sendmail.
1436
1437 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1438
1439 * message.el (message-send-mail-function): Check for smtpmail too.
1440
1441 * utf7.el (utf7-encode, utf7-decode): Use coding system
1442 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1443
1444 * message.el (message-send-mail-function): New function.
1445 (message-send-mail-function): Set default using
1446 message-send-mail-function. Adjust doc string.
1447 (message-send-mail-with-mailclient): New function.
1448
1449 2007-11-17 Richard Stallman <rms@gnu.org>
1450
1451 * assistant.el: Remove file.
1452
1453 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1454
1455 * smime.el (from):
1456 * rfc2047.el (message-posting-charset):
1457 * qp.el (mm-use-ultra-safe-encoding):
1458 * pop3.el (parse-time-months):
1459 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1460 * nnml.el (files):
1461 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1462 (jka-compr-compression-info-list, ange-ftp-path-format)
1463 (efs-path-regexp):
1464 * nndiary.el (files):
1465 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1466 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1467 (epg-digest-algorithm-alist, inhibit-redisplay)
1468 (password-cache-expiry):
1469 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1470 (pgg-output-buffer, password-cache-expiry):
1471 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1472 (efs-path-regexp):
1473 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1474 (inhibit-redisplay):
1475 * mm-uu.el (file-name, start-point, end-point, entry)
1476 (gnus-newsgroup-name, gnus-newsgroup-charset):
1477 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1478 (latin-unity-ucs-list):
1479 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1480 (mm-uu-binhex-decode-function):
1481 * message.el (gnus-message-group-art, gnus-list-identifiers, )
1482 (rmail-enable-mime-composing, gnus-local-organization)
1483 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1484 (gnus-read-active-file, facemenu-add-face-function)
1485 (facemenu-remove-face-function, gnus-article-decoded-p)
1486 (tool-bar-mode):
1487 * mail-source.el (display-time-mail-function):
1488 * gnus-util.el (nnmail-pathname-coding-system)
1489 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1490 (gnus-original-article-buffer, gnus-user-agent)
1491 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1492 (xemacs-codename, sxemacs-codename, emacs-program-version):
1493 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1494 * gnus-start.el (gnus-agent-covered-methods)
1495 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1496 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1497 (gnus-newsgroup-headers, gnus-group-list-mode)
1498 (gnus-group-mark-positions, gnus-newsgroup-data)
1499 (gnus-newsgroup-unreads, nnoo-state-alist)
1500 (gnus-current-select-method, mail-sources)
1501 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1502 (nnmail-spool-file, gnus-cache-active-hashtb):
1503 * gnus-mh.el (mh-lib-progs):
1504 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1505 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1506 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1507 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1508 (gnus-group-buffer):
1509 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1510 (font-lock-set-defaults):
1511 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1512 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1513 (gnus-summary-post-menu, total-parts, type, condition, length):
1514 * gnus-agent.el (gnus-agent-read-agentview):
1515 * flow-fill.el (show-trailing-whitespace):
1516 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1517 eval-and-compile wrappers for byte compiler pacifiers.
1518
1519 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1520 (mm-display-inline-fontify): Check for featurep 'xemacs not
1521 extent-list.
1522
1523 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1524 itimer-list.
1525 (mm-create-image-xemacs): Only do something for XEmacs.
1526 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1527
1528 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1529
1530 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1531 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1532
1533 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1534
1535 * nnimap.el (nnimap-split-download-body):
1536 * gnus-demon.el (gnus-demon):
1537 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1538
1539 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1540
1541 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1542 macros.
1543 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1544 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1545 copy data from unibyte buffer to multibyte current buffer.
1546 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1547 to copy data from unibyte current buffer to multibyte buffer.
1548 (nntp-make-process-buffer): Make process buffer unibyte.
1549
1550 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1551
1552 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1553
1554 * pop3.el (pop3-open-server): Accept and process data more robustly at
1555 connexion start to avoid spurious "POP SSL connexion failed" errors.
1556
1557 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1558
1559 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1560 read group names.
1561
1562 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1563
1564 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1565
1566 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1567
1568 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1569 (nnmail-save-active): Use a unibyte buffer when saving active file,
1570 which may contain non-ASCII group names.
1571
1572 * nnml.el (nnml-request-group): Decode group names in messages.
1573
1574 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1575
1576 * message.el (message-citation-line-function)
1577 (message-insert-formatted-citation-line): Fix spelling of
1578 `message-insert-formated-citation-line'.
1579
1580 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1581
1582 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1583
1584 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1585
1586 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1587 nnmail-pathname-coding-system.
1588
1589 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1590 that a user enters; decode group names in messages.
1591
1592 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1593
1594 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
1595
1596 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1597
1598 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1599
1600 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1601 risky local variable.
1602
1603 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1604
1605 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1606
1607 * encrypt.el: Improve documentation to fix function name typo.
1608 Reported by Daiki Ueno <ueno@unixuser.org>.
1609
1610 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1611
1612 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1613 even if the point is not in the last page of an article.
1614 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1615 back to the previous page.
1616
1617 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
1618
1619 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1620
1621 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
1622
1623 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1624
1625 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1626
1627 * message.el (message-check-news-body-syntax): Avoid
1628 mm-string-as-multibyte.
1629 (message-hide-headers): Don't assume (point-min)==1.
1630
1631 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1632
1633 * message.el (message-remove-blank-cited-lines): Fix if remove is
1634 given.
1635 (message-bogus-address-regexp): New variable.
1636 (message-bogus-recipient-p): New function.
1637 (message-check-recipients): New command.
1638 (message-syntax-checks): Add `bogus-recipient'.
1639 (message-fix-before-sending): Add `bogus-recipient'.
1640
1641 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1642 (gnus-treat-body-boundary): Don't test window-system.
1643
1644 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
1645
1646 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1647
1648 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1649
1650 * gnus.el: Bump version to Gnus v5.13.
1651
1652 2007-10-28 Miles Bader <miles@gnu.org>
1653
1654 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1655 at compile-time too.
1656
1657 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
1658
1659 * gnus-msg.el (gnus-message-setup-hook): Add
1660 `message-remove-blank-cited-lines' to options.
1661
1662 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
1663
1664 * message.el (message-remove-blank-cited-lines): New function.
1665 Suggested by Karl Plästerer.
1666
1667 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
1668
1669 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1670 mapc.
1671
1672 * imap.el (imap-open): Replace mapcar called for effect with mapc.
1673 (top-level): Use mapc to set functions to be traced for debugging.
1674
1675 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1676 called for effect with while loop.
1677
1678 * message.el (message-talkative-question): Replace mapcar called for
1679 effect with mapc.
1680
1681 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1682 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1683 called for effect with dolist.
1684
1685 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1686
1687 * nndiary.el: Use dolist instead of mapcar to add diary headers to
1688 gnus-extra-headers and nnmail-extra-headers.
1689
1690 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1691 called for effect with dolist.
1692 (top-level): Use mapc to set functions to be traced for debugging.
1693
1694 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1695 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1696 dolist.
1697
1698 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1699 Replace mapcar called for effect with mapc.
1700 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1701 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1702 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1703 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1704
1705 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1706 remove-if that's a cl function.
1707
1708 * webmail.el (webmail-debug): Replace mapcar called for effect with
1709 dolist.
1710
1711 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
1712
1713 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1714 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1715 with while loop.
1716
1717 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1718 functions from article-* functions.
1719 (gnus-multi-decode-header): Replace mapcar called for effect with
1720 dolist.
1721
1722 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1723 (gnus-bookmark-show-details): Replace mapcar called for effect with
1724 while loop.
1725
1726 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1727 called for effect with while loop.
1728
1729 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1730 with dolist.
1731
1732 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1733 mapcar called for effect with dolist.
1734
1735 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1736
1737 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1738 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1739 Replace mapcar called for effect with dolist.
1740 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1741 mapc.
1742
1743 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1744 Replace mapcar called for effect with dolist.
1745 (gnus-topic-list): Replace mapcar called for effect with mapc.
1746
1747 * gnus.el: Use mapc instead of mapcar to add autoloads.
1748
1749 2007-10-23 Richard Stallman <rms@gnu.org>
1750
1751 * gnus-group.el (gnus-group-highlight): Mark as risky.
1752
1753 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1754
1755 * gnus.el (gnus-server-to-method): Return method found first in
1756 gnus-newsrc-alist.
1757
1758 * gnus-art.el (gnus-article-highlight-signature)
1759 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1760 button overlay without the front stickiness.
1761
1762 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
1763
1764 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1765 overview buffer needed a catch to receive its throw.
1766 (gnus-agent-flush-cache): Declared as interactive to make this function
1767 easier to use.
1768
1769 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
1770
1771 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1772 `next-line'.
1773
1774 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1775
1776 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1777 exclude address matching message-dont-reply-to-names.
1778
1779 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1780
1781 * gnus-util.el (gnus-string<): New function.
1782
1783 * gnus-sum.el (gnus-article-sort-by-author)
1784 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1785
1786 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1787
1788 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1789 the frame-focus tag is set in gnus-buffer-configuration.
1790
1791 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
1792
1793 * gnus-art.el (gnus-article-add-button): Make a button overlay without
1794 the front stickiness.
1795
1796 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1797
1798 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1799 url pattern; remove duplicate one.
1800 (gnus-article-extend-url-button): New function.
1801 (gnus-article-add-buttons): Use it.
1802 (gnus-button-push): Use concatenated url that it makes.
1803
1804 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1805
1806 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1807 (sieve-manage-open): Use `mapc' instead of `mapcar'.
1808
1809 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1810
1811 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1812 Don't hardcode point-min==1.
1813
1814 2007-09-30 David Kastrup <dak@gnu.org>
1815
1816 * gnus-art.el (gnus-article-reply-with-original)
1817 (gnus-article-followup-with-original): When `transient-mark-mode' is
1818 off, refrain from active-region behavior for followups.
1819
1820 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
1821
1822 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1823 Fix comment about "iso8859-1".
1824
1825 2007-10-08 Daiki Ueno <ueno@unixuser.org>
1826
1827 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1828 ones returned from the verify-function.
1829
1830 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1831 mml2015-extract-cleartext-signature if extraction failed.
1832
1833 2007-10-07 Daiki Ueno <ueno@unixuser.org>
1834
1835 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1836 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1837 failed.
1838
1839 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
1840
1841 * Relicense "GPLv2 or later" files to "GPLv3 or later".
1842
1843 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1844
1845 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1846 to mark a thread as expirable. Add variable `hide' to handle hiding of
1847 thread for both the null and zero (kill/expire thread) universal prefix
1848 cases.
1849 (gnus-summary-expire-thread): Add new function to expire a thread,
1850 using gnus-summary-kill-thread.
1851 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1852 shortcuts for gnus-summary-expire-thread.
1853 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1854 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
1855
1856 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1857
1858 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1859 extras value, so an extras entry can be deleted.
1860 (gnus-registry-delete-extra-entry): Use it.
1861 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1862 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1863 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1864 storage through the gnus-registry, and provide an appropriate API for
1865 it.
1866
1867 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1868
1869 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1870 Suggested by Leo <sdl.web@gmail.com>.
1871
1872 * gnus.el: Do.
1873
1874 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1875
1876 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
1877 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
1878
1879 * gnus-agent.el (gnus-agent-fetch-headers): Do.
1880
1881 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1882 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
1883
1884 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1885
1886 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
1887 newline.
1888 (nnmbox-request-accept-article): Don't change article in source buffer;
1889 narrow to header to use message-fetch-field rather than
1890 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
1891 (nnmbox-request-replace-article): Quote lines that'll be misidentified
1892 as delimiters; make sure article ends with newline.
1893 (nnmbox-delete-mail): Correct last position of article to be deleted;
1894 ignore X-Gnus-Newsgroup header in article body.
1895 (nnmbox-save-mail): Quote lines looking like delimiters at the right
1896 positions; make sure article ends with newline.
1897
1898 * message.el (message-display-abbrev): Don't infloop when a user
1899 inserts SPC in the beginning of header.
1900
1901 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
1902
1903 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
1904 list of groups not followed by default. Fix type to be regexp.
1905 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
1906
1907 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
1908
1909 * hmac-def.el (define-hmac-function): Switch from old-style to
1910 new-style backquotes.
1911
1912 * md4.el (md4-make-step): Likewise.
1913
1914 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1915
1916 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
1917 raw-text coding system when saving .newsrc file, which may contain
1918 non-ASCII group names.
1919
1920 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
1921
1922 * gnus-cus.el (gnus-score-extra): New widget.
1923 (gnus-score-extra-convert): New function.
1924 (gnus-score-customize): Use it for Extra.
1925
1926 2007-08-31 Daiki Ueno <ueno@unixuser.org>
1927
1928 * mml2015.el (mml2015-extract-cleartext-signature): New function.
1929 (mml2015-mailcrypt-clear-verify): Use it.
1930 (mml2015-gpg-clear-verify): Use it.
1931 (mml2015-pgg-clear-verify): Use it.
1932 (mml2015-epg-clear-verify): Replace the current part with the output
1933 from GnuPG; don't extract the plaintext by itself.
1934
1935 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
1936 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
1937 mml2015-clear-verify-function; don't touch the armor headers or
1938 dash-escaped text here.
1939
1940 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1941
1942 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
1943 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
1944 parts, or application/octet-stream as a last resort.
1945 (gnus-mime-view-part-as-type): Don't toggle display.
1946 (gnus-mime-view-part-as-charset): Don't turn off display before
1947 querying charset.
1948
1949 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
1950 stuff to undisplayer function in Emacs.
1951 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
1952
1953 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
1954 text/calendar parts.
1955
1956 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
1957
1958 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
1959 decoding text/calendar parts.
1960
1961 * message.el (message-forward-make-body-mime): Always mark body as
1962 having no illegible text; remove signed-or-encrypted argument.
1963 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
1964
1965 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
1966 (mml-generate-mime-1): Don't encode body if it is specified to be in
1967 raw form; don't make buffer be unibyte when inserting multibyte string.
1968
1969 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1970
1971 * sha1.el: Fix up comment style.
1972 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
1973 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
1974
1975 * hex-util.el: Fix up comment style.
1976 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
1977
1978 * gnus-salt.el: Use with-current-buffer.
1979 (gnus-pick-setup-message): Fix long-standing typo.
1980
1981 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
1982
1983 * imap.el (imap-logout-timeout): New variable.
1984 (imap-logout, imap-logout-wait): New functions.
1985 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
1986
1987 * nnimap.el (nnimap-logout-timeout): New server variable.
1988 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
1989 nnimap-logout-timeout.
1990
1991 * gnus-art.el (gnus-article-summary-command-nosave)
1992 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
1993
1994 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
1995
1996 * gnus.el (gnus-maximum-newsgroup): New variable.
1997
1998 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
1999 according to gnus-maximum-newsgroup.
2000
2001 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
2002 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
2003 Limit the range of articles according to gnus-maximum-newsgroup.
2004
2005 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
2006
2007 * gnus-art.el (gnus-sticky-article): Fixed problems described in
2008 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
2009 Don't perform gnus-configure-windows here; reuse existing sticky
2010 article buffer.
2011
2012 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2013 it doesn't exist in gnus-article-mode.
2014
2015 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2016
2017 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2018 (gnus-agent-decoded-group-name): New function.
2019 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2020 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2021
2022 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2023
2024 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2025 Add binding for gnus-sticky-article.
2026 (gnus-summary-exit): Don't kill sticky article buffers.
2027
2028 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2029 article buffer.
2030 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2031 (gnus-kill-sticky-article-buffers): New commands.
2032
2033 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2034
2035 * nntp.el (nntp-xref-number-is-evil): New server variable.
2036 (nntp-find-group-and-number): If it is non-nil, don't trust article
2037 numbers in the Xref header.
2038
2039 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2040
2041 * gnus-agent.el (gnus-agent-read-group): New function.
2042 (gnus-agent-flush-group, gnus-agent-expire-group)
2043 (gnus-agent-regenerate-group): Use it.
2044 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2045 nnmail-pathname-coding-system.
2046
2047 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2048
2049 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2050
2051 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2052 that are unread as unread, and also as selected so that information of
2053 marks having been changed by a user may be updated when exiting group.
2054
2055 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2056
2057 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2058
2059 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2060
2061 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2062 calculated ignoring signature parts to gnus-treat-article.
2063
2064 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2065
2066 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2067 a point here in order to keep the window start.
2068 (gnus-insert-mime-security-button): Make a button overlay without the
2069 front stickiness.
2070 (gnus-mime-display-security): Goto the end of a button.
2071
2072 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2073
2074 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2075
2076 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2077 group-name-at-point.
2078 (gnus-group-completing-read): New function that offers decoded
2079 non-ASCII group names for completion.
2080 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2081 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2082 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2083 (gnus-group-fetch-control): Use it.
2084 (gnus-fetch-group): Use group-name-at-point for the initial value
2085 rather than the default value; use gnus-alive-p.
2086
2087 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2088 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2089 (gnus-summary-post-news): Use gnus-group-completing-read.
2090
2091 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2092 (gnus-read-move-group-name): Decode group name for completion.
2093
2094 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2095
2096 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2097 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2098 Yamaoka slightly modified the code).
2099
2100 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2101
2102 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2103 (nnmail-split-incoming): Bind it.
2104
2105 * nnml.el (nnml-group-name-charset): New function.
2106 (nnml-decoded-group-name): Use it; don't decode group name if
2107 nnmail-group-names-not-encoded-p is non-nil.
2108 (nnml-encoded-group-name): New function.
2109 (nnml-group-pathname): Inline nnml-decoded-group-name.
2110 (nnml-request-expire-articles): Decode group name in message.
2111 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2112 nnmail-pathname-coding-system.
2113 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2114 not decoded ones according to nnmail-group-names-not-encoded-p.
2115 (nnml-generate-active-info): Use nnml-encoded-group-name.
2116
2117 2007-08-08 Glenn Morris <rgm@gnu.org>
2118
2119 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2120 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2121 doc-strings and comments.
2122
2123 2007-07-25 Glenn Morris <rgm@gnu.org>
2124
2125 * Relicense all FSF files to GPLv3 or later.
2126
2127 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2128
2129 * gnus-sum.el (gnus-summary-move-article): Make
2130 gnus-summary-respool-article work.
2131
2132 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2133
2134 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2135 string.
2136
2137 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2138
2139 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2140 that should be ignored when comparing distant RSS articles with local
2141 ones.
2142 (nnrss-make-hash-index): New function. Create a hash index according
2143 to the ignored fields.
2144 (nnrss-check-group): Use it.
2145
2146 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2147
2148 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2149
2150 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2151
2152 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2153 the new optional argument ENCODED is non-nil.
2154 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2155 coding system for encoding group name.
2156 (gnus-group-make-rss-group): Pass un-encoded group name to
2157 gnus-group-make-group.
2158 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2159 encoded.
2160
2161 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2162 Encode group name to which articles are moved or copied.
2163 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2164 coding system for encoding Newsgroup, Followup-To and Xref headers.
2165
2166 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2167 marks; use nnheader-file-coding-system to write a file.
2168 (nnagent-retrieve-headers): Bind file-name-coding-system to
2169 nnmail-pathname-coding-system.
2170
2171 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2172
2173 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2174 (nnml-request-article, nnml-request-create-group)
2175 (nnml-request-rename-group, nnml-find-id)
2176 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2177 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2178 (nnml-save-marks): Use nnml-group-pathname instead of
2179 nnmail-group-pathname.
2180
2181 (nnml-request-create-group, nnml-request-expire-articles)
2182 (nnml-request-move-article, nnml-request-delete-group)
2183 (nnml-deletable-article-p, nnml-possibly-create-directory)
2184 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2185 (nnml-open-marks): Bind file-name-coding-system to
2186 nnmail-pathname-coding-system.
2187
2188 (nnml-request-article): Pass server argument to nnml-find-group-number.
2189 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2190 server argument to nnml-possibly-create-directory.
2191 (nnml-request-accept-article): Pass server argument to
2192 nnml-active-number and nnml-save-mail.
2193 (nnml-find-group-number): Pass server argument to nnml-find-id.
2194 (nnml-request-update-info): Pass server argument to
2195 nnml-marks-changed-p.
2196
2197 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2198 (nnml-save-mail, nnml-active-number): Add server argument.
2199
2200 (nnml-request-delete-group): Warn if group is missing.
2201 (nnml-get-nov-buffer): Decode group name.
2202 (nnml-generate-active-info): Encode group name.
2203 (nnml-open-marks): Decode group name in messages.
2204
2205 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2206
2207 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2208 if it is not specified.
2209 (gnus-article-pipe-part, gnus-article-save-part)
2210 (gnus-article-interactively-view-part, gnus-article-copy-part)
2211 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2212 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2213 (gnus-article-replace-part, gnus-article-delete-part)
2214 (gnus-article-view-part-as-type): Pass raw prefix argument to
2215 gnus-article-part-wrapper.
2216
2217 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2218
2219 * gnus-agent.el (gnus-agent-save-active): Bind
2220 nnheader-file-coding-system to gnus-agent-file-coding-system.
2221
2222 * gnus-cache.el (gnus-cache-save-buffers)
2223 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2224 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2225 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2226 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2227 (gnus-cache-generate-active, gnus-cache-rename-group)
2228 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2229 (gnus-cache-update-overview-total-fetched-for): Bind
2230 file-name-coding-system to nnmail-pathname-coding-system.
2231 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2232 variables.
2233 (gnus-cache-decoded-group-name): New function.
2234 (gnus-cache-file-name): Use it.
2235 (gnus-cache-generate-active): Use non-decoded group name for active.
2236
2237 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2238 right place.
2239 (gnus-write-active-file): Don't break non-ASCII group names.
2240
2241 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2242 nnmail-pathname-coding-system.
2243
2244 * gnus-uu.el (gnus-uu-decode-save): Typo.
2245
2246 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2247
2248 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2249
2250 2007-07-14 David Kastrup <dak@gnu.org>
2251
2252 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2253 finishing actions if we did not edit the article.
2254
2255 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2256
2257 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2258 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2259 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2260 (gnus-agent-flush-group, gnus-agent-flush-cache)
2261 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2262 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2263 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2264 (gnus-agent-regenerate-group)
2265 (gnus-agent-update-files-total-fetched-for)
2266 (gnus-agent-update-view-total-fetched-for): Bind
2267 file-name-coding-system to nnmail-pathname-coding-system.
2268 (gnus-agent-group-pathname): Don't encode file names by
2269 nnmail-pathname-coding-system.
2270 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2271 coding-system-for-write instead of buffer-file-coding-system to
2272 gnus-agent-file-coding-system.
2273
2274 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2275 Decode group name.
2276
2277 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2278
2279 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2280 (gnus-read-newsrc-el-file): Make group names unibyte.
2281
2282 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2283 nnmail-pathname-coding-system.
2284
2285 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2286 (nnrss-request-delete-group): Bind file-name-coding-system to
2287 nnmail-pathname-coding-system.
2288 (nnrss-read-server-data, nnrss-read-group-data): Bind
2289 file-name-coding-system correctly.
2290 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2291
2292 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2293 (nntp-server-to-method-cache): New variable.
2294 (nntp-group-pathname): New function that decodes non-ASCII group names.
2295 (nntp-possibly-create-directory, nntp-marks-changed-p)
2296 (nntp-save-marks, nntp-open-marks): Use it.
2297 (nntp-possibly-create-directory, nntp-open-marks):
2298 Bind file-name-coding-system to nnmail-pathname-coding-system.
2299 (nntp-open-marks): Decode group names when bootstrapping marks.
2300
2301 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2302 Newsgroups and Folowup-To headers.
2303
2304 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2305
2306 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2307 (gnus-server-closed-face, gnus-server-denied-face)
2308 (gnus-server-offline-face): Remove variable.
2309 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2310
2311 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2312 of modifying message-stack directly for XEmacs.
2313
2314 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2315 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2316 if the coding-system argument is nil for XEmacs.
2317
2318 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2319 mm-charset-override-alist.
2320
2321 * rfc2047.el: Don't require base64; require rfc2045 for the function
2322 rfc2045-encode-string.
2323 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2324 to quote the parameter value.
2325
2326 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2327
2328 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2329 form in gnus-group-name-charset-method-alist.
2330
2331 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2332 overrides the default layout edit-form.
2333
2334 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2335
2336 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2337
2338 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2339
2340 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2341 as unfetched articles.
2342
2343 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2344
2345 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2346
2347 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2348
2349 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2350 original back end that keeps marks in the local system.
2351
2352 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2353
2354 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2355 arg of pop-to-buffer for XEmacs.
2356 (gnus-article-read-summary-keys): Ditto; don't restore window
2357 configuration if summary command ends up with neither article buffer
2358 nor summary buffer; describe bindings if summary keys end with C-h.
2359
2360 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2361
2362 * message.el (message-fix-before-sending): Skip raw message part to be
2363 forwarded while checking illegible text.
2364 (message-forward-make-body-mime, message-forward-make-body): Mark
2365 signed or encrypted raw message as having no illegible text.
2366
2367 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2368
2369 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2370 (gnus-message-with-timestamp-1): New macro.
2371 (gnus-message-with-timestamp): New function.
2372 (gnus-message): Use them.
2373
2374 * nnheader.el (nnheader-message): Use them.
2375
2376 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2377
2378 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2379 .newsrc.eld file.
2380
2381 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2382
2383 * gnus-agent.el (gnus-agent-fetch-headers)
2384 (gnus-agent-retrieve-headers): Bind
2385 gnus-decode-encoded-address-function to identity.
2386
2387 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2388 available also when the server returns simply a dot.
2389
2390 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2391
2392 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2393
2394 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2395
2396 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2397
2398 * gnus-ems.el (gnus-x-splash): Make it work.
2399
2400 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2401 from being used.
2402
2403 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2404
2405 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2406 the front stickiness.
2407 (gnus-article-summary-command-nosave): Correct the order of the
2408 arguments passed to pop-to-buffer.
2409 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2410 summary command ends up with the article buffer.
2411
2412 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2413 the same faces.
2414
2415 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2416
2417 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2418
2419 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2420
2421 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2422 * gnus-sum.el (gnus-summary-highlight):
2423 * mail-source.el (mail-source-delete-old-incoming-confirm):
2424 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2425
2426 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2427
2428 * gnus-art.el (gnus-mime-view-part-externally)
2429 (gnus-mime-view-part-internally): Fix predicate function passed to
2430 completing-read.
2431
2432 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2433
2434 * gnus.el (gnus-update-message-archive-method): Add :version.
2435
2436 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2437
2438 * gnus.el (gnus-update-message-archive-method): New variable.
2439
2440 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2441 according to gnus-message-archive-method if
2442 gnus-update-message-archive-method is non-nil.
2443
2444 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2445
2446 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2447 by Loic Dachary <loic@dachary.org>.
2448 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2449
2450 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2451
2452 * message.el (message-pop-to-buffer): Add switch-function argument.
2453 (message-mail): Pass switch-function argument to it.
2454
2455 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2456
2457 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2458 Improve doc string.
2459
2460 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2461
2462 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2463 (gnus-header-content)
2464 * gnus-cite.el (gnus-cite-10)
2465 * gnus-srvr.el (gnus-server-closed)
2466 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2467 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2468 (gnus-group-mail-3-empty, gnus-group-mail-low)
2469 (gnus-group-mail-low-empty, gnus-splash)
2470 * message.el (message-header-to, message-header-cc)
2471 (message-header-subject, message-header-other, message-header-name)
2472 (message-header-xheader, message-separator, message-cited-text)
2473 (message-mml): Lighten colors of faces used for dark background.
2474
2475 2007-05-24 Simon Josefsson <simon@josefsson.org>
2476
2477 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2478 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2479
2480 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2481
2482 * message.el (message-narrow-to-headers-or-head):
2483 Ignore mail-header-separator in the body.
2484
2485 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2486
2487 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2488 same as window size.
2489
2490 2007-05-22 Kevin Ryde <user42@zip.com.au>
2491
2492 * message.el (message-font-lock-keywords): Use message-header-xheader
2493 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2494 ahead of the anything pattern, to get it recognised.
2495
2496 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2497
2498 * gnus-sum.el (gnus-articles-to-read)
2499 (gnus-summary-insert-old-articles): Don't truncate group name for
2500 `read-string'.
2501
2502 * gnus-util.el (gnus-limit-string): Delete this function.
2503
2504 * gnus-sum.el (gnus-simplify-subject-fully): Use
2505 `truncate-string-to-width' instead.
2506
2507 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
2508
2509 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2510 if, on summary exit, the next group has to be selected.
2511 (gnus-summary-exit): Use it.
2512
2513 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2514
2515 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2516 non-break space.
2517
2518 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2519
2520 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2521 Check if group is not a directory.
2522 (nnfolder-request-expire-articles): Don't delete articles if the target
2523 group is not available.
2524
2525 * nnml.el (nnml-request-create-group): Properly check if group is not a
2526 file.
2527 (nnml-request-expire-articles): Don't delete articles if the target
2528 group is not available.
2529
2530 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2531 Don't quote characters that are within parentheses.
2532
2533 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2534
2535 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2536 (gnus-handle-ephemeral-exit): Select article according to it.
2537
2538 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2539
2540 * message.el (message-insert-formated-citation-line): Remove newline.
2541 (message-citation-line-format): Add final \n here so that the user can
2542 avoid a blank line.
2543
2544 2007-05-03 Dan Christensen <jdc@uwo.ca>
2545
2546 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2547 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2548 Update lanl/arXiv support.
2549
2550 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2551
2552 * gnus.el: Bump version number.
2553
2554 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2555
2556 * gnus.el (gnus-version-number): Bump version.
2557
2558 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2559
2560 * gnus.el: No Gnus v0.6 is released.
2561
2562 2007-04-27 Didier Verna <didier@xemacs.org>
2563
2564 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2565 * gmm-utils.el (gmm-regexp-concat): here.
2566 * message.el: Don't require 'gnus-util.
2567 (message-dont-reply-to-names): Handle name change above.
2568 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2569
2570 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2571
2572 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2573 since the initial value varies according to the system.
2574
2575 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2576
2577 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2578
2579 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2580
2581 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2582
2583 2007-04-24 Didier Verna <didier@xemacs.org>
2584
2585 Improve the type of gnus-ignored-from-addresses.
2586 * gnus-util.el (gnus-orify-regexp): New function.
2587 * message.el (gnus-util): Require it.
2588 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2589 * gnus-sum.el (gnus-ignored-from-addresses): New function.
2590 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2591
2592 2007-04-24 Didier Verna <didier@xemacs.org>
2593
2594 * gnus-sum.el:
2595 * gnus-utils.el: Fix some trailing whitespaces.
2596
2597 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
2598
2599 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2600 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2601 article's Message-ID; refer parent article in summary buffer.
2602
2603 * message.el (message-bounce): Call mime-to-mml.
2604
2605 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
2606
2607 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2608
2609 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
2610
2611 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2612 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2613 displayed of multipart/alternative part if it is invoked from summary
2614 buffer.
2615
2616 * mm-view.el (mm-inline-text-html-render-with-w3m)
2617 (mm-inline-text-html-render-with-w3m-standalone)
2618 (mm-inline-render-with-function): Use mail-parse-charset by default.
2619
2620 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2621
2622 * parse-time.el (parse-time-string-chars): Check if CHAR
2623 is less than the length of parse-time-syntax.
2624
2625 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
2626
2627 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2628 from gnus-newsgroup-processable.
2629
2630 2007-04-16 Didier Verna <didier@xemacs.org>
2631
2632 * gnus-msg.el (gnus-configure-posting-styles): Handle
2633 message-signature-directory properly with :file syntax. Reported by
2634 "Leo".
2635
2636 2007-04-11 Didier Verna <didier@xemacs.org>
2637
2638 New user option: message-signature-directory.
2639 * gnus-msg.el (gnus-configure-posting-styles): Support it.
2640 * message.el (message-insert-signature): Ditto.
2641 * message.el (message-signature-file): Doc update.
2642 * message.el (message-signature-directory): New.
2643
2644 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
2645
2646 * gnus-msg.el (gnus-inews-yank-articles): Use
2647 message-exchange-point-and-mark instead of exchange-point-and-mark.
2648
2649 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
2650
2651 * message.el (message-yank-original): Make sure cited text ends with
2652 newline; don't exchange point and mark.
2653
2654 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2655
2656 * tls.el (open-tls-stream): Properly handle case where there
2657 is no associated buffer.
2658
2659 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
2660
2661 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2662 message-yank-original, make sure (< mark TEXT point).
2663
2664 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
2665
2666 * message.el (message-fill-column): New variable.
2667 (message-mode): Use it. Add comment on a possible new hook.
2668
2669 * nnmail.el (nnmail-spool-file): Mark as obsolete.
2670 (nnmail-get-new-mail): Reformat.
2671
2672 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2673
2674 * gmm-utils.el: Fix Commentary.
2675 (gmm-tool-bar-from-list): Fix typo in doc string.
2676
2677 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
2678
2679 * message.el (message-yank-original): Don't switch point and mark
2680 unnecessarily to put point and mark as documented.
2681
2682 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2683
2684 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2685 from the message heads.
2686
2687 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
2688
2689 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2690 article buffer does not have a window. This may not be the best
2691 solution but is certainly better than setting the start of the null,
2692 that is the current, window.
2693
2694 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
2695
2696 * gnus-draft.el (gnus-draft-setup-hook): New hook.
2697 (gnus-draft-setup): Run it.
2698
2699 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2700 gnus-score-fast-scoring. Allow regexp.
2701 (gnus-score-headers): Use it.
2702
2703 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2704 XEmacs.
2705
2706 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2707 string.
2708 (gnus-button-alist): Also catch `<f1> k ...'.
2709 (gnus-treat-display-x-face): Fix doc string.
2710
2711 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2712
2713 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2714 evaluation of gnus-extended-version to ensure correct generation of the
2715 User-Agent header when message-generate-headers-first is used.
2716
2717 2007-03-24 Simon Josefsson <simon@josefsson.org>
2718
2719 * hashcash.el (hashcash-generate-payment-async): Don't crash if
2720 hashcash-path is nil. Don't call callback with incorrect number of
2721 parameters if val is 0.
2722
2723 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2724
2725 * message.el (message-required-news-headers):
2726 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2727
2728 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2729
2730 * message.el (message-generate-new-buffers): Change the meaning of the
2731 nil value; add `standard' to the choices; treat t as `unique'; improve
2732 doc string.
2733 (gnus-select-frame-set-input-focus): Autoload.
2734 (message-buffer-name): Search for the existing message buffer if
2735 message-generate-new-buffers is nil or `standard'; treat the value t of
2736 message-generate-new-buffers as `unique'.
2737 (message-pop-to-buffer): Raise the frame already displaying the message
2738 buffer; clear the echo area after querying.
2739 (message-setup): Pass the `continue' argument to compose-mail.
2740 (message-mail): Prefer `switch-function' if it is given; search for the
2741 existing message buffer if the `continue' argument is non-nil; pass
2742 continue and switch-function arguments to compose-mail by way of
2743 message-setup.
2744 (message-mail-other-window): Adjust argument of message-setup.
2745 (message-mail-other-frame): Ditto.
2746
2747 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2748
2749 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2750 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2751 to turn font-lock on when turning gnus-message-citation-mode on.
2752
2753 2007-03-06 Daiki Ueno <ueno@unixuser.org>
2754
2755 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2756 (mml-smime-function-alist): New variable; add epg as the backend.
2757 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2758 mml-smime- functions instead.
2759 * mm-view.el: Require smime.
2760
2761 2007-03-05 Didier Verna <didier@xemacs.org>
2762
2763 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2764 instead of just inheritance for posting styles.
2765 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2766
2767 2007-02-24 John Paul Wallington <jpw@pobox.com>
2768
2769 * tls.el (tls-certtool-program): Fix custom type.
2770
2771 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2772
2773 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2774 and point-at-eol instead of line-(beginning|end)-position.
2775
2776 * assistant.el (assistant-parse-buffer): Ditto.
2777
2778 2007-02-28 Daiki Ueno <ueno@unixuser.org>
2779
2780 * mml2015.el (mml2015-epg-find-usable-key): New function.
2781 (mml2015-epg-sign): Use it.
2782 (mml2015-epg-encrypt): Use it.
2783
2784 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2785
2786 * message.el (message-make-in-reply-to): Quote name containing
2787 non-ASCII characters. It will make the RFC2047 encoder cause an error
2788 if there are special characters. Reported by NAKAJI Hiroyuki
2789 <nakaji@jp.freebsd.org>.
2790
2791 2007-02-27 Didier Verna <didier@xemacs.org>
2792
2793 Include the group parameters as well as the topic ones in the
2794 inheritance filter process.
2795 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2796 argument GROUP-PARAMS-LIST.
2797 * gnus-topic.el (gnus-group-topic-parameters): Use it.
2798
2799 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2800
2801 * nntp.el (nntp-never-echoes-commands)
2802 (nntp-open-connection-functions-never-echo-commands): New variables.
2803 (nntp-send-command): Use them.
2804
2805 2007-02-20 Daiki Ueno <ueno@unixuser.org>
2806
2807 * mml2015.el (mml2015-epg-verify): Simplified.
2808
2809 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
2810
2811 * mml.el (mml-content-disposition-alist): New user option.
2812 (mml-content-disposition): New function.
2813 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2814 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2815
2816 2007-02-19 Daiki Ueno <ueno@unixuser.org>
2817
2818 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2819 verification.
2820
2821 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2822
2823 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2824 articles posted in the last 24 hours.
2825
2826 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
2827
2828 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2829
2830 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
2831
2832 * nntp.el (nntp-send-command): Don't wait for echoes when
2833 nntp-open-ssl-stream is used.
2834
2835 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
2836
2837 * gnus-cite.el (gnus-test-font-lock-add-keywords)
2838 (gnus-message-add-citation-keywords)
2839 (gnus-message-remove-citation-keywords): Remove.
2840 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
2841 directly, make the variables in font-lock-defaults buffer-local, add
2842 gnus-message-citation-keywords to them and then update the value of
2843 font-lock-keywords.
2844
2845 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
2846
2847 * message.el (message-cite-original-1): Don't call
2848 gnus-article-highlight-citation.
2849
2850 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
2851 citations; fix line count.
2852
2853 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
2854
2855 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
2856 (gnus-message-add-citation-keywords)
2857 (gnus-message-remove-citation-keywords): Use it; fix the emulating
2858 versions of font-lock-add-keywords and font-lock-remove-keywords to
2859 work with XEmacs correctly.
2860
2861 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2862
2863 * gnus-cite.el (gnus-cite-face-list): Set the values of
2864 gnus-message-max-citation-depth and gnus-message-citation-keywords.
2865 (gnus-message-max-citation-depth): Use defvar rather than defconst.
2866 (gnus-message-cite-prefix-regexp): New variable.
2867 (gnus-message-search-citation-line): Use it; protect against long
2868 citation prefix; fill match data with nil rather than 0 for XEmacs; set
2869 the 0th match data for Emacs.
2870 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
2871 (gnus-message-add-citation-keywords): Append keywords rather than
2872 prepending; emulate font-lock-add-keywords if it is not available.
2873 (gnus-message-remove-citation-keywords): Emulate
2874 font-lock-remove-keywords if it is not available.
2875
2876 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
2877
2878 * message.el (message-cite-prefix-regexp): Set the value of
2879 gnus-message-cite-prefix-regexp.
2880
2881 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2882
2883 * nnweb.el (nnweb-google-parse-1): Update parser.
2884
2885 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2886
2887 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
2888
2889 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2890
2891 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2892 regexp.
2893
2894 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
2895
2896 * uudecode.el (uudecode-string-to-multibyte): New function emulating
2897 string-to-multibyte.
2898 (uudecode-decode-region-internal): Use it.
2899
2900 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
2901
2902 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
2903 custom choice.
2904
2905 * gnus-art.el (gnus-signature-limit): Fix custom choice.
2906
2907 2007-01-22 Daiki Ueno <ueno@unixuser.org>
2908
2909 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
2910
2911 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
2912 `write-region' to respect `mm-inhibit-file-name-handlers'.
2913
2914 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2915
2916 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
2917 Use gnus-home-directory instead of "~/" or "$HOME".
2918
2919 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
2920
2921 * encrypt.el (encrypt-insert-file-contents): Add better prompt
2922 to mention filename.
2923 Add comments at beginning regarding usage.
2924 (encrypt-write-file-contents): Change interactive so a string is
2925 acceptable. If the file has no associated model, show an error instead
2926 of a nonsense prompt.
2927
2928 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2929
2930 * spam.el (spam-bsfilter-ham-switch): Fix typo.
2931 Thanks to Yoshihiko Yamada for kind notification of this typo.
2932
2933 2007-01-12 Kenichi Handa <handa@m17n.org>
2934
2935 * uudecode.el (uudecode-decode-region-internal): Make it work in a
2936 multibyte buffer.
2937
2938 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
2939
2940 * gnus-score.el (gnus-score-fast-scoring): New variable.
2941 (gnus-score-headers): Use it.
2942
2943 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
2944
2945 * message.el (message-cite-original-1): Call
2946 gnus-article-highlight-citation if requested.
2947 (message-make-from): Allow name and address as optional arguments.
2948
2949 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
2950
2951 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
2952 bugs to doc string.
2953 (gnus-button-alist): Add mid\\|message-id.
2954 (gnus-button-fetch-group): Extend for use in
2955 `browse-url-browser-function'.
2956 (gnus-button-url-regexp): Try to catch paired parentheses like in
2957 Wikipedia URLs.
2958
2959 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
2960 Suggested by Simon Krahnke <overlord@gmx.li>.
2961
2962 2007-01-13 Romain Francoise <romain@orebokech.com>
2963
2964 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
2965 Update copyright.
2966
2967 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
2968
2969 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
2970
2971 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
2972
2973 * gnus-registry.el (gnus-registry-unfollowed-groups)
2974 (gnus-registry-split-fancy-with-parent): Fix documentation.
2975
2976 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2977
2978 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
2979 from nnweb groups.
2980
2981 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2982
2983 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
2984 Xref urls. Erase buffer before requesting head.
2985
2986 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2987
2988 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
2989
2990 * gnus-soup.el (gnus-soup): New custom group. Make user variables
2991 customizable.
2992
2993 2007-01-05 Daiki Ueno <ueno@unixuser.org>
2994
2995 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
2996 no signing key is found.
2997 (mml2015-epg-encrypt): Ask user whether to skip or abort if
2998 no encrypting and/or signing key is found.
2999
3000 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
3001
3002 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
3003
3004 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3005
3006 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
3007 headers read from disk with the ones newly found in the current search.
3008 This should no longer cause problems, because the article numbers in
3009 Gmane's `nov.php' output are ignored since the previous change.
3010
3011 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3012
3013 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3014
3015 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3016
3017 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3018
3019 2007-01-01 Romain Francoise <romain@orebokech.com>
3020
3021 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3022
3023 2006-12-31 Steve Youngs <steve@sxemacs.org>
3024
3025 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3026 `define-minor-mode' macro definition expanded properly.
3027 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3028 exclude it there.
3029
3030 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3031 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3032 `fboundp' test.
3033 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3034 This is OK to autoload in (S)XEmacs now.
3035
3036 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3037
3038 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3039 keystroke.
3040 (gnus-summary-limit-to-singletons): Fix typo.
3041
3042 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3043 else fails.
3044
3045 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3046
3047 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3048 docstring.
3049
3050 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3051 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3052 (gnus-summary-insert-dormant-articles): Fix typo in message.
3053
3054 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3055
3056 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3057 nil for XEmacs.
3058 (gnus-message-citation-mode): Don't autoload in XEmacs.
3059
3060 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3061
3062 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3063
3064 * nnimap.el (nnimap-expunge-search-string): Mention
3065 nnimap-search-uids-not-since-is-evil in docstring.
3066
3067 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3068
3069 * spam.el: Revert to make-obsolete-variable because
3070 define-obsolete-variable-alias is not supported in Emacs 21.
3071
3072 * spam.el (spam-ifile-path, spam-ifile-database-path)
3073 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3074 make-obsolete-variable.
3075 (spam-bsfilter-path, spam-bsfilter-program)
3076 (spam-spamassassin-path, spam-spamassassin-program)
3077 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3078 use "path" inappropriately.
3079 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3080 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3081 variable names.
3082
3083 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3084
3085 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3086 summary buffer.
3087
3088 * password.el (password-cache-remove): Use clear-string to burn
3089 password, if available.
3090
3091 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3092
3093 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3094
3095 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3096
3097 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3098 (gnus-message-highlight-citation): Move defcustom here from
3099 gnus-cite.el.
3100 (gnus-message-citation-mode): Autoload.
3101
3102 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3103 checks to make it compile with XEmacs.
3104 (gnus-message-citation-mode): New minor mode.
3105 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3106 (gnus-message-highlight-citation): New variables.
3107 (gnus-message-search-citation-line)
3108 (gnus-message-add-citation-keywords)
3109 (gnus-message-remove-citation-keywords)
3110 (turn-on-gnus-message-citation-mode)
3111 (turn-off-gnus-message-citation-mode): New functions.
3112
3113 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3114
3115 * gnus-cite.el: Enable highlighting of different citation levels in
3116 message-mode.
3117
3118 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3119
3120 * message.el (message-make-fqdn): Fix comment.
3121 (message-bogus-system-names): Add ".local".
3122
3123 * spam.el (spam-ifile-path, spam-ifile-program)
3124 (spam-ifile-database-path, spam-ifile-database)
3125 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3126 Don't use "path" inappropriately.
3127 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3128 strings.
3129 (spam-check-ifile, spam-ifile-register-with-ifile)
3130 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3131 new variable names.
3132
3133 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3134 (gnus-treat-display-smileys): Simplify using
3135 gnus-image-type-available-p.
3136
3137 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3138 available.
3139
3140 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3141
3142 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3143 one after turning on the buffer's multibyteness instead of decoding
3144 them directly in the unibyte buffer that causes unexpected conversion
3145 in Emacs 23 (unicode).
3146
3147 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3148
3149 * message.el (message-generate-hashcash): Fix custom type.
3150
3151 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3152
3153 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3154
3155 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3156
3157 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3158 disconnect icons. Add help text.
3159
3160 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3161
3162 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3163 negated to be consistent with the others we handle.
3164
3165 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3166
3167 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3168 version of gnus-summary-buffer to something, so that we can use two
3169 article buffers at the same time.
3170
3171 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3172
3173 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3174 trigger all the extra headers.
3175 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3176 sorting.
3177
3178 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3179
3180 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3181 solid groups.
3182
3183 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3184
3185 * legacy-gnus-agent.el: Add Copyright notice.
3186
3187 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3188
3189 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3190
3191 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3192
3193 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3194
3195 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3196 to make it work reliably in CVS Emacs.
3197 (gnus-summary-limit-strange-charsets-predicate)
3198 (gnus-summary-limit-to-predicate): New functions.
3199
3200 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3201
3202 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3203 specifying array size.
3204 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3205 array if it is too small.
3206 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3207 (gnus-sort-threads-loop): New function.
3208
3209 2006-12-06 Chris Moore <dooglus@gmail.com>
3210
3211 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3212 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3213
3214 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3215
3216 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3217 options.
3218
3219 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3220
3221 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3222 DOS-ing the recipient.
3223
3224 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3225 the headers when creating the mapping to avoid mismappings.
3226 (nnweb-gmane-create-mapping): Always nix out old mapping.
3227
3228 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3229
3230 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3231 and mm-verify-option to never.
3232
3233 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3234
3235 * message.el (message-signed-or-encrypted-p): New function.
3236 (message-forward-make-body): Use it.
3237
3238 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3239 Replace encode-coding-string with mm-encode-coding-string.
3240
3241 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3242
3243 * nneething.el (nneething-decode-file-name): Replace
3244 decode-coding-string with mm-decode-coding-string.
3245
3246 * gnus-int.el (gnus-open-server): Say failed server's name.
3247
3248 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3249
3250 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3251 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3252
3253 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3254 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3255 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3256 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3257 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3258 (gnus-subscribe-newsgroup, gnus-1):
3259 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3260 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3261 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3262 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3263
3264 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3265
3266 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3267 keystroke.
3268 (gnus-summary-limit-to-bodies): Implement headersp.
3269
3270 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3271
3272 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3273
3274 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3275
3276 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3277
3278 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3279
3280 * message.el (message-generate-hashcash): Expand range of values to
3281 include `opportunistic'.
3282 (message-send-mail): Use it.
3283
3284 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3285
3286 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3287 and comment it.
3288
3289 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3290
3291 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3292
3293 * gnus-util.el (gnus-extract-address-components): Improve comment.
3294
3295 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3296
3297 * gnus-util.el (gnus-extract-address-components): Work with address in
3298 which the name portion contains @.
3299
3300 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3301
3302 * gnus.el (gnus-start): Move custom group up.
3303 (gnus-select-method): Don't autoload, but make it available for
3304 `customize-variable'.
3305 (gnus-getenv-nntpserver): Don't autoload.
3306
3307 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3308
3309 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3310
3311 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3312
3313 * message.el (message-sendmail-extra-arguments): New variable.
3314 (message-send-mail-with-sendmail): Use it.
3315
3316 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3317
3318 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3319 mm-with-unibyte-current-buffer to make string unibyte.
3320
3321 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3322 mm-string-as-multibyte.
3323
3324 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3325
3326 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3327 Reported by Werner Koch <wk@gnupg.org>.
3328
3329 2006-11-14 Daiki Ueno <ueno@p360>
3330
3331 * mml2015.el: Autoload epa-select-keys when compiling.
3332
3333 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3334
3335 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3336 message-options.
3337 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3338
3339 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3340
3341 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3342 EasyPG (< 0.0.6).
3343 (mml2015-always-trust): New user option.
3344 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3345 prompt.
3346
3347 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3348
3349 * nntp.el (nntp-authinfo-force): New variable.
3350 (nntp-send-authinfo): Use it.
3351
3352 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3353
3354 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3355 decode encoded words. Improve prompt. Add comment about forwarding.
3356 (message-replacement-char): Move up.
3357
3358 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3359
3360 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3361 instead of gnus-intersection because arguments of gnus-sorted-nunion
3362 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3363
3364 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3365
3366 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3367 (message-simplify-subject-functions): Enable
3368 message-strip-subject-encoded-words by default.
3369
3370 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3371
3372 * message.el (message-strip-subject-encoded-words): New function
3373 (message-simplify-subject-functions): New variable.
3374 (message-simplify-subject): Use it. Fix typo in doc string.
3375 Support message-strip-subject-encoded-words.
3376
3377 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3378
3379 * gnus-diary.el (gnus-diary-delay-format-function):
3380 * nndiary.el (nndiary-reminders):
3381 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3382
3383 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3384
3385 * gnus-art.el (article-hide-boring-headers): Fetch date from
3386 gnus-original-article-buffer to avoid problems with localized date
3387 strings.
3388
3389 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3390
3391 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3392
3393 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3394
3395 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3396 New variables.
3397 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3398 (mm-charset-synonym-alist): Move some entries to
3399 mm-codepage-iso-8859-list.
3400 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3401 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3402
3403 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3404
3405 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3406
3407 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3408
3409 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3410 with Emacs 21 and XEmacs.
3411
3412 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3413
3414 * spam.el (spam-parse-address): New function for better parsing,
3415 catching errors, etc.
3416 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3417
3418 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3419
3420 * mm-view.el: Add interactive arg to html2text autoload.
3421
3422 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3423
3424 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3425
3426 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3427
3428 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3429 variables.
3430 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3431 (mm-charset-synonym-alist): Move some entries to
3432 mm-codepage-iso-8859-list.
3433
3434 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3435
3436 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3437
3438 * message.el (message-citation-line-format)
3439 (message-insert-formated-citation-line): Fix implementation of %E, %N
3440 and %n according to the doc string.
3441
3442 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3443
3444 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3445 car-safe to avoid bad parses.
3446
3447 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3448
3449 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3450 names.
3451
3452 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3453
3454 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3455
3456 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3457 header.
3458
3459 * message.el (message-draft-headers): Add Date.
3460 (message-headers-to-generate): Fix typo in docstring.
3461
3462 * nndraft.el (nndraft-required-headers): New variable.
3463 (nndraft-generate-headers): Use it.
3464
3465 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3466
3467 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3468
3469 * gnus-registry.el (gnus-registry-wash-for-keywords)
3470 (gnus-registry-find-keywords): New functions to allow easy searching of
3471 articles that are in the registry.
3472
3473 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3474
3475 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3476 ietf-drums-parse-address instead of gnus-extract-address-components.
3477 Reported by Damien Elmes <damien@repose.cx>.
3478
3479 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3480
3481 * gnus.el (gnus-mime): Remove unused custom group.
3482
3483 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3484
3485 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3486 "blank line" when searching for end of armor headers.
3487
3488 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3489
3490 * gmm-utils.el (gmm-write-region): Fix variable name.
3491
3492 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3493
3494 * gmm-utils.el (gmm-write-region): New function based on compatibility
3495 code from `mm-make-temp-file'.
3496
3497 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3498
3499 * nnmaildir.el (nnmaildir--update-nov)
3500 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3501 Use `gmm-write-region'.
3502
3503 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3504
3505 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3506 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3507
3508 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3509
3510 * message.el (message-replacement-char): New variable.
3511 (message-fix-before-sending): Use it.
3512 (message-simplify-subject): New function to remove duplicate code.
3513 (message-reply, message-followup): Use it.
3514
3515 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3516 gnus-summary-limit-to-articles.
3517
3518 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3519
3520 * gnus-util.el (gnus-with-local-quit): New macro.
3521
3522 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3523
3524 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3525
3526 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3527 ignore non-string data.
3528
3529 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
3530
3531 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3532 non-string data (needs to be done in the registry too).
3533
3534 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3535
3536 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3537 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3538 (gnus-registry-split-fancy-with-parent)
3539 (gnus-registry-fetch-simplified-message-subject-fast)
3540 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3541 Remove text properties on ingress into the registry and when it's saved.
3542 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3543 registry from entries with no groups.
3544
3545 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3546
3547 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3548 function to remove string properties.
3549
3550 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3551
3552 * gmm-utils.el (gmm): Adjust custom version.
3553
3554 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3555 custom version.
3556
3557 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3558
3559 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3560
3561 * gnus-art.el (gnus-insert-prev-page-button)
3562 (gnus-insert-next-page-button): Simplify. Reformat.
3563
3564 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3565
3566 * gnus-art.el (gnus-insert-prev-page-button)
3567 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3568
3569 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3570
3571 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3572
3573 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3574
3575 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3576 gnus-article-button-face to MIME and security buttons.
3577
3578 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3579
3580 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3581 readable.
3582
3583 2006-09-20 Steve Youngs <steve@sxemacs.org>
3584
3585 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3586 `browse-url-of-file' instead of `browse-url'.
3587
3588 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3589
3590 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3591 regexp. Articles containing quotation were cut prematurely.
3592
3593 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3594
3595 * message.el (message-cite-original-1): Use nobody by default for the
3596 value of From header.
3597 (message-reply): Ditto.
3598
3599 2006-09-11 Daiki Ueno <ueno@unixuser.org>
3600
3601 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3602 to the gnus-info. This fixes a bug of inline-PGP message verification.
3603 Reported by Michael Piotrowski <mxp@dynalabs.de>.
3604
3605 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
3606
3607 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3608 mails in the doc string. Add some URLs in comment.
3609 (pop3-movemail): Warn about pop3-leave-mail-on-server.
3610
3611 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3612
3613 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3614 backslashes handling and the way to find boundaries of quoted strings.
3615
3616 2006-09-07 Daiki Ueno <ueno@unixuser.org>
3617
3618 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3619 mml1991-encrypt-to-self is set and mml1991-signers is not set.
3620 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3621 mml2015-encrypt-to-self is set and mml2015-signers is not set.
3622
3623 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
3624
3625 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
3626 doc string.
3627 (gnus-button-regexp, gnus-button-last): Remove unused variables.
3628
3629 2006-09-06 Simon Josefsson <jas@extundo.com>
3630
3631 * mml2015.el (mml2015-use): Doc fix, mention epg.
3632
3633 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3634
3635 * mml2015.el (mml2015-use): Default to epg, if available.
3636
3637 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3638
3639 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3640 message-sender.
3641 (mml1991-epg-encrypt): Ditto.
3642 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3643 message-sender.
3644 (mml2015-epg-encrypt): Ditto.
3645
3646 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3647
3648 * message.el (message-send-mail-with-sendmail): Look for sendmail in
3649 several common directories.
3650
3651 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3652
3653 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3654 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3655
3656 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3657
3658 * gnus-art.el (article-decode-encoded-words): Make it fast.
3659
3660 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3661
3662 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3663
3664 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3665 in quoted string into `\'.
3666
3667 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3668
3669 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3670 Use standard-syntax-table.
3671
3672 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3673
3674 * gnus-art.el (gnus-decode-address-function): New variable.
3675 (article-decode-encoded-words): Use it to decode headers which are
3676 assumed to contain addresses.
3677 (gnus-mime-delete-part): Remove useless `or'.
3678
3679 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3680 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3681 (gnus-nov-parse-line): Use it to decode From header.
3682 (gnus-get-newsgroup-headers): Ditto.
3683 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3684
3685 * mail-parse.el (mail-decode-encoded-address-region): New alias.
3686 (mail-decode-encoded-address-string): New alias.
3687
3688 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3689 New function.
3690 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3691 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3692 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3693 (rfc2047-decode-string): Ditto.
3694 (rfc2047-decode-address-region): New function.
3695 (rfc2047-decode-address-string): New function.
3696
3697 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
3698
3699 * message.el (message-caesar-buffer-body): Allow rotating headers.
3700
3701 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3702
3703 * message.el (message-insert-formated-citation-line): Fix %f.
3704 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3705
3706 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3707
3708 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3709 (gnus-bookmark-mouse-available-p): New macro.
3710 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3711 (gnus-bookmark-bmenu-show-infos): Use it.
3712 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3713 (gnus-bookmark-bmenu-hide-infos): Ditto.
3714 (gnus-bookmark-remove-properties): New function.
3715 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3716 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3717 (gnus-bookmark-write-file): Bind coding-system-for-write.
3718 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3719 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3720 group before selecting it.
3721 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3722 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3723 quit-window if it is not available; use gnus-mouse-2 and bind it to
3724 gnus-bookmark-bmenu-select-by-mouse.
3725 (gnus-bookmark-show-details): Remove unused variable `details-list'.
3726 (gnus-bookmark-bmenu-select-by-mouse): New function.
3727
3728 2006-08-13 Romain Francoise <romain@orebokech.com>
3729
3730 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3731 space.
3732
3733 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3734
3735 * compface.el (uncompface): Use binary rather than raw-text-unix.
3736
3737 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3738
3739 * compface.el (uncompface): Make sure the eol conversion doesn't take
3740 place when communicating with the external programs. Reported by
3741 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3742
3743 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
3744
3745 * nnheader.el (nnheader-insert-head): Fix typo in comment.
3746
3747 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3748
3749 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3750 Make it more robust by parsing author and date independently.
3751
3752 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
3753
3754 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3755
3756 2006-07-28 Daiki Ueno <ueno@unixuser.org>
3757
3758 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3759 first matching secret key.
3760 (mml2015-epg-encrypt): Ditto.
3761
3762 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3763 first matching secret key.
3764 (mml1991-epg-encrypt): Ditto.
3765
3766 * mml2015.el (mml2015-encrypt-to-self): New user option.
3767 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3768 mml2015-epg-encrypt-to-self is set.
3769
3770 * mml1991.el (mml1991-encrypt-to-self): New variable.
3771 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3772 mml1991-epg-encrypt-to-self is set.
3773
3774 * mml2015.el (mml2015-signers): New user option.
3775 (mml2015-epg-sign): Reflect the value of mml2015-signers.
3776 (mml2015-epg-encrypt): Allow to select signing keys.
3777
3778 * mml1991.el (mml1991-signers): New variable.
3779 (mml1991-epg-sign): Reflect the value of mml1991-signers.
3780 (mml1991-epg-encrypt): Allow to select signing keys.
3781
3782 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
3783
3784 * nnheader.el (nnheader-insert-head): Make it work even if the file
3785 uses CRLF for the line-break code.
3786
3787 2006-07-25 Daiki Ueno <ueno@unixuser.org>
3788
3789 * mml2015.el: Require mml-sec instead of password.
3790 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3791 (mml2015-cache-passphrase): Inherit the default value from
3792 mml-secure-cache-passphrase.
3793 (mml2015-passphrase-cache-expiry): Inherit the default value from
3794 mml-secure-passphrase-cache-expiry.
3795
3796 * mml1991.el: Require mml-sec instead of password.
3797 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3798 (mml1991-cache-passphrase): Inherit the default value from
3799 mml-secure-cache-passphrase.
3800 (mml1991-passphrase-cache-expiry): Inherit the default value from
3801 mml-secure-passphrase-cache-expiry.
3802
3803 * mml-sec.el: Require password.
3804 (mml-secure-verbose): New user option.
3805 (mml-secure-cache-passphrase): New user option.
3806 (mml-secure-passphrase-cache-expiry): New user option.
3807
3808 2006-07-24 Daiki Ueno <ueno@unixuser.org>
3809
3810 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3811 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
3812 andreas@altroot.de (Andreas Vögele).
3813
3814 FIXME: Use `tiny change'?
3815
3816 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3817
3818 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
3819 workaround for the url package included with Emacs.
3820
3821 * nnweb.el (nnweb-google-create-mapping): Update regexp.
3822
3823 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
3824
3825 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3826 correctly. This fixes a bug caused by the 2006-05-12 change.
3827
3828 2006-07-18 Karl Fogel <kfogel@red-bean.com>
3829
3830 * nnmail.el (nnmail-article-group): If splitting raises an error, give
3831 some information about the error when saying that the `bogus' mail
3832 group will be used.
3833
3834 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
3835
3836 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
3837 string.
3838
3839 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
3840
3841 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
3842
3843 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3844
3845 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
3846
3847 2006-07-10 Daiki Ueno <ueno@unixuser.org>
3848
3849 * mml1991.el (mml1991-function-alist): Add epg.
3850 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
3851 (mml1991-epg-encrypt): New functions.
3852
3853 2006-07-10 Daiki Ueno <ueno@unixuser.org>
3854
3855 * mml2015.el (mml2015-verbose): New variable.
3856 (mml2015-cache-passphrase): Ditto.
3857 (mml2015-passphrase-cache-expiry): Ditto.
3858 (mml2015-function-alist): Add epg.
3859 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
3860 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
3861 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
3862 functions.
3863
3864 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3865
3866 * message.el (message-cite-original-1): Preserve region when removing
3867 quoted text due to X-No-Archive in order to avoid bogus attribution
3868 when citing multiple messages.
3869
3870 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3871
3872 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
3873 Kenneth Jacker <khj@be.cs.appstate.edu>.
3874
3875 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
3876
3877 * gnus-diary.el (gnus-user-format-function-d)
3878 (gnus-user-format-function-D): Autoload.
3879
3880 * imap.el (Commentary): Fix typo.
3881
3882 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
3883 2006-04-22 contribution.
3884
3885 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3886
3887 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
3888 It didn't really fix the bogosity I'm seeing with solid web groups.
3889
3890 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3891
3892 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
3893 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
3894 created using server names. If we use the feature without declaring
3895 it, Gnus does not properly manage server and group state.
3896
3897 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
3898 bound.
3899
3900 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3901
3902 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
3903 looking up the method using GROUP's prefix before inventing a new one.
3904 It is used on killed/unknown groups in various places where returning
3905 an all-new method isn't expected by the caller.
3906
3907 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
3908 and match semantics of gnus-group-real-prefix.
3909
3910 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
3911
3912 * nnmail.el (nnmail-broken-references-mailers): New variable.
3913 (nnmail-ignore-broken-references): New function generalizing
3914 nnmail-fix-eudora-headers.
3915 (nnmail-fix-eudora-headers): Now obsolete.
3916
3917 * gnus-art.el (gnus-button-handle-custom): Support
3918 `customize-apropos*'.
3919
3920 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3921
3922 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
3923
3924 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
3925 articles.
3926
3927 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
3928
3929 * message.el (message-cite-reply-above): New variable.
3930 (message-yank-original): Use it.
3931
3932 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
3933
3934 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
3935
3936 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
3937
3938 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
3939 as read.
3940
3941 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
3942
3943 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
3944
3945 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
3946 (gnus-bookmark-default-file): Use gnus-directory.
3947 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
3948 Remove "*" in doc string.
3949 (gnus-bookmark-write-file): Simplify.
3950 (gnus-bookmark-maybe-sort-alist): Use `when'.
3951 (gnus-bookmark-get-bookmark): Fix typo in doc string.
3952 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
3953 FIXME about Emacs 21 and XEmacs compatibility.
3954 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
3955 compatibility.
3956 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
3957 compatibility.
3958 (gnus-bookmark-menu-heading): Fix version.
3959
3960 2006-06-19 Bastien Guerry <bzg@altern.org>
3961
3962 * gnus-bookmark.el: New file.
3963
3964 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3965
3966 * message.el (message-syntax-checks): Doc fix.
3967
3968 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3969
3970 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
3971 unsubscribed groups as if they were killed ones. It causes duplicate
3972 entries in gnus-newsrc-alist.
3973
3974 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
3975
3976 * message.el (message-syntax-checks): Doc fix.
3977 (message-send-mail): Add check for continuation headers.
3978 (message-check-news-header-syntax): Fix regexp used to check for
3979 continuation headers.
3980
3981 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
3982
3983 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
3984
3985 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
3986
3987 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
3988
3989 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
3990
3991 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
3992 default-truncate-lines.
3993
3994 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
3995
3996 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
3997 to fill the utf-8 entry.
3998
3999 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4000
4001 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
4002
4003 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
4004
4005 * gnus-agent.el (directory-files-and-attributes): Move all the way
4006 forward (the third and final move).
4007 (gnus-agent-read-agentview): Trap reconstruction errors due to
4008 nonexistant directory. Handle by returning nil.
4009
4010 2006-05-30 Didier Verna <didier@xemacs.org>
4011
4012 * message.el (message-dont-reply-to-names): Update the custom type.
4013 * message.el (message-dont-reply-to-names): New defsubst: potentially
4014 convert a list of regexps into a single one.
4015 * message.el (message-get-reply-headers): Use it.
4016 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4017
4018 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4019
4020 * gnus-agent.el (directory-files-and-attributes): Move forward.
4021
4022 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4023
4024 * gnus-ml.el (gnus-mailing-list-subscribe)
4025 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4026 (gnus-mailing-list-message): Fix doc strings.
4027
4028 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4029
4030 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4031 of doing it manually.
4032
4033 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4034
4035 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4036 comment.
4037
4038 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4039
4040 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4041 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4042 (gnus-agent-read-local): All symbols allocated in my-obarray
4043 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4044 (gnus-agent-regenerate-group): Check numeric names to see if they are
4045 messages or groups.
4046 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4047 better way of do this...)
4048
4049 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4050 'dummy.group' (there should be a better way of do this...)
4051
4052 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4053
4054 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4055 (gnus-saved-headers): Ditto.
4056 (gnus-default-article-saver): Mention functions may have properties.
4057 (gnus-article-save): Override gnus-save-all-headers and
4058 gnus-saved-headers by :headers property which saver function may have.
4059 (gnus-summary-save-in-file): Add :headers property.
4060 (gnus-summary-write-to-file): Ditto.
4061
4062 * gnus-sum.el (gnus-summary-save-article): Bind
4063 gnus-prompt-before-saving to t when saving many articles in a file;
4064 always show all headers.
4065
4066 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4067
4068 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4069 marks.
4070
4071 * message.el (message-indent-citation): Add optional arguments to allow
4072 using it outside of message buffers.
4073
4074 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4075 (gnus-article-treat-unfold-headers): Use it.
4076 (gnus-article-truncate-lines): New variable.
4077 (gnus-article-mode): Use it.
4078 (gnus-article-toggle-truncate-lines): New function.
4079
4080 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4081 gnus-article-toggle-truncate-lines.
4082
4083 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4084 coding system in XEmacs, use binary.
4085
4086 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4087
4088 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4089 after-load-alist.
4090
4091 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4092 this function should save decoded articles.
4093 (gnus-summary-write-to-file): Use property to specify this function
4094 should save decoded articles and specify gnus-summary-save-in-file
4095 should be used to save articles other than the first one when saving
4096 many articles.
4097 (gnus-summary-save-body-in-file): Use property to specify this
4098 function should save decoded articles.
4099 (gnus-summary-write-body-to-file): Use property to specify this
4100 function should save decoded articles and specify
4101 gnus-summary-save-body-in-file should be used to save articles other
4102 than the first one when saving many articles.
4103
4104 * gnus-sum.el (gnus-summary-save-article): Simplify.
4105
4106 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4107
4108 * gnus-art.el (gnus-default-article-saver): Add
4109 gnus-summary-write-body-to-file.
4110 (gnus-article-save-coding-system): Don't use coding system object
4111 in XEmacs.
4112 (gnus-read-save-file-name): Add optional `dir-var' argument which
4113 specifies directory in which files are saved; work even if optional
4114 `variable' argument is not specified.
4115 (gnus-summary-write-to-file): Read file name.
4116 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4117 (gnus-summary-write-body-to-file): New function.
4118
4119 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4120 (gnus-summary-local-variables): Add it.
4121 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4122 (gnus-summary-save-article): Remove optional `decode' argument;
4123 determine whether to decode articles by the value of
4124 gnus-default-article-saver; when saving many files using
4125 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4126 it first and use gnus-summary-save-in-file or
4127 gnus-summary-save-body-in-file thereafter unless
4128 gnus-prompt-before-saving is always; move point to article which
4129 will be saved.
4130 (gnus-summary-save-article-file): Revert.
4131 (gnus-summary-write-article-file): Revert.
4132 (gnus-summary-save-article-body-file): Revert.
4133 (gnus-summary-write-article-body-file): New function.
4134
4135 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4136
4137 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4138
4139 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4140
4141 * gnus-art.el (gnus-default-article-saver): Doc fix.
4142 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4143 from gnus-summary-save-article-coding-system, and default to a
4144 certain coding system.
4145 (gnus-output-to-file): Add coding cookie and encode text according
4146 to gnus-article-save-coding-system; don't use mm-append-to-file.
4147
4148 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4149 gnus-art.el and rename to gnus-article-save-coding-system.
4150 (gnus-summary-save-article): Require gnus-art; don't show all
4151 headers if it decodes articles; don't add coding cookie here;
4152 don't bind mm-text-coding-system-for-write.
4153 (gnus-summary-save-article-file): Save decoded articles.
4154 (gnus-summary-write-article-file): When saving many files, use
4155 gnus-summary-write-to-file first and gnus-summary-save-in-file
4156 thereafter unless gnus-prompt-before-saving is always.
4157 (gnus-summary-save-article-body-file): Save decoded articles.
4158
4159 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4160
4161 * nnrss.el (nnrss-check-group): Bind hash-index.
4162
4163 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4164
4165 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4166 its hash index. Store this hash in `nnrss-group-data'.
4167 (nnrss-read-group-data): Update accordingly.
4168
4169 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4170
4171 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4172 entry.
4173
4174 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4175 gnus-article-browse-html-article.
4176
4177 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4178
4179 * gnus-sum.el (gnus-summary-mime-map): Add
4180 gnus-article-browse-html-article.
4181 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4182
4183 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4184 suitable coding systems in customize.
4185
4186 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4187
4188 * mail-source.el (mail-sources): Fix custom type.
4189
4190 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4191
4192 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4193 (gnus-summary-expire-articles-now): Shorten prompt.
4194
4195 * gmm-utils.el (wid-edit): Require.
4196 (defun-gmm): Renamed from `gmm-defun-compat'.
4197 (gmm-image-search-load-path): Use it.
4198 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4199
4200 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4201
4202 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4203 variable.
4204 (gnus-summary-save-article): Add optional `decode' argument. If
4205 it is set and gnus-summary-save-article-coding-system is non-nil,
4206 save decoded article.
4207 (gnus-summary-write-article-file): Save decoded article if
4208 gnus-summary-save-article-coding-system is non-nil.
4209
4210 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4211 type.
4212
4213 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4214
4215 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4216
4217 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4218
4219 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4220 first to test gnus-single-article-buffer which may be buffer-local.
4221
4222 * gnus-sum.el (gnus-summary-setup-buffer): Make
4223 gnus-single-article-buffer buffer-local and nil in ephemeral
4224 group; make gnus-article-buffer, gnus-article-current, and
4225 gnus-original-article-buffer always buffer-local.
4226 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4227 group.
4228 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4229
4230 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4231
4232 * nnml.el (nnml-request-compact-group): Compressed files might not
4233 have .gz extension.
4234
4235 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4236
4237 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4238 (mm-copy-to-buffer): Use with-current-buffer.
4239 (mm-display-part): Simplify.
4240 (mm-inlinable-p): Add optional arg `type'.
4241
4242 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4243
4244 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4245 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4246 Try harder to show the attachment internally or externally using
4247 gnus-mime-view-part-as-type.
4248
4249 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4250
4251 * message.el (message-from-style, message-signature-separator)
4252 (message-user-organization-file, message-send-mail-function)
4253 (message-citation-line-function, message-yank-prefix)
4254 (message-indent-citation-function, message-signature)
4255 (message-signature-file, message-signature-insert-empty-line):
4256 Remove autoloads.
4257
4258 * gnus-art.el (gnus-buttonized-mime-types): Remove
4259 "multipart/signed". Revert 2006-04-26 change.
4260
4261 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4262
4263 * gnus.el (gnus-version-number): Bump version.
4264
4265 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4266
4267 * gnus.el: No Gnus v0.5 is released.
4268
4269 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4270
4271 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4272 fetching articles by message-id.
4273
4274 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4275
4276 * message.el (hashcash): Require hashcash as normal.
4277
4278 * ecomplete.el (ecomplete-highlight-match-line): Use
4279 point-at-eol.
4280 (ecomplete-highlight-match-line): Use `highlight', because that
4281 face exists in both Emacs and XEmacs.
4282
4283 * message.el (message-display-abbrev): Use point-at-bol.
4284
4285 * mail-source.el: Don't require timer/timer-funcs.
4286
4287 * gnus-async.el: Ditto.
4288
4289 * password.el: Ditto.
4290
4291 * mm-url.el: Ditto.
4292
4293 * mm-util.el: Require timer/timer-funcs.
4294
4295 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4296
4297 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4298 Close.
4299
4300 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4301
4302 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4303 unibyte after clear-decrypt function runs.
4304
4305 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4306 returns as a unibyte string.
4307
4308 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4309
4310 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4311 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4312 (mml1991-pgg-encrypt): Ditto.
4313
4314 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4315
4316 * message.el (message-user-organization-file): Check several
4317 locations of the organization file.
4318
4319 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4320 Add gnus-article-view-part-as-type.
4321
4322 * gnus-art.el (gnus-article-view-part-as-type): New function.
4323
4324 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4325 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4326
4327 * mml.el: Simplify autoload.
4328 (mml-mode): defvar dnd-protocol-alist instead of using
4329 symbol-value.
4330 (mml-default-directory): New variable.
4331 (mml-minibuffer-read-file): Use it.
4332 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4333
4334 * message.el (message-citation-line-format): New variable.
4335 (message-insert-formated-citation-line): New function.
4336 (message-citation-line-function): Add
4337 `message-insert-formated-citation-line' to custom type.
4338
4339 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4340 to doc string.
4341
4342 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4343 depending on mm-verify-option.
4344
4345 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4346
4347 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4348 binding pgg-* variables; reimplement the section which prevents
4349 MIME header from being signed.
4350 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4351 pgg-text-mode; remove a blank line at the top of body.
4352
4353 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4354 lines at the top of body; use gnus-newsgroup-charset if there's no
4355 Charset header.
4356
4357 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4358
4359 * message.el (message-self-insert-commands): Doc fix.
4360
4361 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4362 (mm-uu-pgp-encrypted-test): Ditto.
4363 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4364 between header and body; return application/pgp-encrypted handle
4365 if decryption failed; decode decrypted body by charset.
4366
4367 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4368 element match to application/pgp-*.
4369
4370 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4371
4372 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4373 HTML.
4374
4375 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4376
4377 * mail-source.el (mail-source-call-script): Message the error
4378 string.
4379
4380 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4381
4382 * gnus-util.el (gnus-byte-compile): Use it.
4383
4384 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4385
4386 * gnus-util.el (kill-empty-logs): New function.
4387
4388 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4389
4390 * message.el (message-mail-alias-type): Doc fix.
4391 (message-mail-alias-type-p): New function.
4392 (message-send): Use it.
4393 (message-mode): Ditto.
4394 (message-strip-forbidden-properties): Ditto.
4395
4396 * ecomplete.el (ecomplete-database-file-coding-system): New
4397 variable.
4398 (ecomplete-save): Use it.
4399 (ecomplete-setup): Use it.
4400
4401 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4402
4403 * message.el (message-self-insert-commands): New variable.
4404 (message-strip-forbidden-properties): Use it.
4405
4406 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4407
4408 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4409 that doesn't make XEmacs choke.
4410
4411 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4412
4413 * gnus-util.el (gnus-replace-in-string):
4414 Prefer replace-regexp-in-string over of replace-in-string.
4415
4416 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4417
4418 * gnus-util.el (gnus-select-frame-set-input-focus):
4419 Use select-frame-set-input-focus if it is available in XEmacs; use
4420 definition defined in Emacs 22 for old Emacsen.
4421
4422 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4423
4424 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4425
4426 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4427
4428 * gnus-registry.el (gnus-registry-cache-save): Remove text
4429 properties when saving via the temp buffer.
4430
4431 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4432
4433 * message.el (message-generate-hashcash): Honor custom type.
4434
4435 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4436
4437 * message.el (message-generate-hashcash): Default to non-nil when
4438 hashcash is found.
4439
4440 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4441 (gnus-refer-thread-limit): Increase default to 500.
4442
4443 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4444
4445 * flow-fill.el (fill-flowed): Allow delete-space.
4446
4447 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4448
4449 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4450 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4451 Remove autoloads.
4452
4453 2006-04-18 Simon Josefsson <jas@extundo.com>
4454
4455 * message.el (message-generate-hashcash): Default to.
4456
4457 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4458
4459 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4460 concatenating segments rather than before concatenating them.
4461
4462 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4463
4464 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4465
4466 * imap.el (imap-quote-specials): New function.
4467 (imap-login-auth): Quote specials.
4468
4469 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4470
4471 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4472
4473 * message.el (message-forward-make-body-plain): Allow
4474 message-forward-ignored-headers to be a list.
4475 (message-remove-ignored-headers): Factor out into function.
4476 (message-forward-make-body-mml): Use it.
4477 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4478 (rfc2231-parse-string): Allow concatanation of parameters that
4479 aren't contiguous. The test case is
4480 (mail-header-parse-content-type "message/external-body;
4481 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4482 access-type=LOCAL-FILE;
4483 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4484
4485 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4486
4487 * nntp.el (nntp-accept-process-output): Return the value of
4488 `nnheader-accept-process-output'.
4489
4490 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4491
4492 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4493 (gnus-button-alist): Recognize more diff formats.
4494 (gnus-button-patch): Strip directory.
4495
4496 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4497
4498 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4499 Emacs 22 when setting focus.
4500
4501 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4502
4503 * gnus-art.el (gnus-article-treat-types): Do treatment of
4504 text/x-verbatim parts.
4505 (gnus-button-patch): New command.
4506
4507 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4508 addresses that contain invalid characters.
4509
4510 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4511
4512 * message.el (message-put-addresses-in-ecomplete): Use
4513 gnus-replace-in-string.
4514 (message-is-yours-p): Use the more correct
4515 mail-header-parse-address instead of
4516 mail-extract-address-components.
4517 (message-put-addresses-in-ecomplete): Fix typo.
4518
4519 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4520 keystroke.
4521
4522 * gnus-art.el (gnus-treatment-function-alist): Change order of
4523 newsgroups/generic header folding to avoid double-folding.
4524
4525 * message.el (message-hidden-headers): Add X-Draft-From.
4526
4527 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4528 command.
4529 (gnus-summary-repeat-search-article-backward): New command.
4530
4531 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4532 groups in the parent topic.
4533
4534 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
4535
4536 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4537 (spam-extra-header-to-number): Return the CRM114 number as a
4538 number instead of a string.
4539
4540 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4541
4542 * gnus-art.el (gnus-face-properties-alist): Moved here from
4543 gnus-fun.
4544
4545 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4546
4547 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4548
4549 * message.el (message-strip-forbidden-properties): Only display on
4550 self-insert-command.
4551
4552 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4553 reindent.
4554 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4555
4556 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4557
4558 * smiley.el (smiley-style): Fix typo.
4559
4560 2006-03-23 Kenichi Handa <handa@m17n.org>
4561
4562 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4563 instead of set-buffer-multibyte.
4564
4565 2006-03-23 Kenichi Handa <handa@m17n.org>
4566
4567 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4568 buffer and then decode the buffer text if necessary.
4569 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4570 first, and after mm-encode-body, change the buffer to unibyte.
4571
4572 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4573
4574 * hashcash.el (hashcash-insert-payment-async-2): Use
4575 message-goto-eoh instead of doing it manually.
4576 (mail-add-payment): Use message-narrow-to-header instead of trying
4577 to do the same itself.
4578
4579 * message.el (message-hidden-headers): Add Face.
4580
4581 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4582 reparenting code.
4583 (gnus-summary-reparent-children): Refactored out code.
4584 (gnus-summary-thread-map): New keystroke.
4585 (gnus-summary-reparent-children): Make into command.
4586
4587 * smiley.el (smiley-style): Default to `medium' if using a large
4588 font.
4589
4590 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4591 does it itself.
4592
4593 * message.el (message-point-in-header-p): Simplify definition.
4594
4595 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4596
4597 * nnagent.el (nnagent-request-set-mark): Silence log file
4598 writing.
4599 (nnagent-request-set-mark): Use write-region instead of
4600 append-to-file.
4601
4602 * gnus-sum.el (gnus-read-header): Fudge article number if using a
4603 strange select method.
4604
4605 * ecomplete.el (ecomplete-display-matches): Get highlightling
4606 right.
4607 (ecomplete-display-matches): Use literals.
4608 (ecomplete-display-matches): Disable message logging.
4609
4610 * message.el (message-display-abbrev): Small optimization.
4611
4612 * ecomplete.el (ecomplete-display-matches): Allow automatic
4613 display.
4614
4615 * message.el (message-strip-forbidden-properties): Display
4616 abbrevs.
4617 (message-display-abbrev): Get automatic display right.
4618
4619 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4620 keystrokes.
4621
4622 2006-04-13 Romain Francoise <romain@orebokech.com>
4623
4624 TODO: Backport to v5-10!
4625
4626 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4627 Moved here (and renamed) from gnus-registry.el.
4628
4629 * gnus-registry.el: Require gnus-util.
4630 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4631
4632 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4633
4634 * gnus-group.el (gnus-group-catchup-current): Change
4635 if-then-else-if-then-else into cond.
4636 (gnus-group-catchup): Indent.
4637 (group-name-at-point): New function.
4638 (gnus-fetch-group): Provide default from thing at point.
4639
4640 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4641
4642 * message.el (message-display-abbrev): Fix regexp.
4643
4644 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4645 choosing.
4646 (ecomplete-highlight-match-line): Fix up code rewrite, remove
4647 dead variables.
4648
4649 * message.el (message-newline-and-indent): Remove debugging.
4650 (message-display-abbrev): Use new implementation.
4651
4652 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4653
4654 * gnus-art.el (gnus-article-mode): Set
4655 cursor-in-non-selected-windows to nil.
4656
4657 * smiley.el: Revert previous change.
4658 (smiley-data-directory): defvar it before using it in the
4659 defcustom of `smiley-style'.
4660
4661 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4662
4663 * message.el (message-newline-and-indent): New function.
4664
4665 * ecomplete.el: Implement more bits.
4666
4667 * message.el (message-put-addresses-in-ecomplete): Clean up the
4668 string.
4669
4670 * ecomplete.el (ecomplete-add-item): Chop off decimals.
4671
4672 * gnus-sum.el (gnus-summary-save-parts): Bind
4673 gnus-summary-save-parts-counter and use it to make unique file
4674 names.
4675
4676 * gnus-art.el (gnus-ignored-headers): Add some more headers.
4677
4678 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4679 parameter to say whether to actually parse the individual
4680 addresses.
4681
4682 * message.el (message-put-addresses-in-ecomplete): New function.
4683 (ecomplete): Require.
4684 (message-mail-alias-type): Add ecomplete as an option.
4685
4686 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
4687
4688 * flow-fill.el (fill-flowed): Remove trailing space from blank
4689 quoted lines.
4690
4691 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4692
4693 * smiley.el (smiley-style): Move definition later to avoid a
4694 compilation warning.
4695
4696 2006-04-12 Kenichi Handa <handa@m17n.org>
4697
4698 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4699 buffer and then decode the buffer text if necessary.
4700 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4701 first, and after mm-encode-body, change the buffer to unibyte.
4702 Use mm-disable-multibyte instead of set-buffer-multibyte.
4703
4704 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
4705
4706 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4707 Content-Type header instead of Content-Disposition header.
4708 (gnus-mime-inline-part): Ditto.
4709 (gnus-mime-view-part-as-charset): Ignore charset that the part
4710 specifies.
4711
4712 * mm-decode.el (mm-display-part): Work with external parts and
4713 usual parts similarly.
4714
4715 * mm-extern.el (mm-inline-external-body): Use mm-display-part
4716 instead of gnus-display-mime.
4717
4718 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4719 instead of with-temp-buffer.
4720
4721 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4722 tag to summarized topics part in order to encode non-ASCII text.
4723
4724 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4725
4726 * smiley.el (smiley-style): New variable.
4727 (smiley-directory): New function.
4728 (smiley-data-directory): Derive from `smiley-style' using
4729 `smiley-directory'.
4730 (smiley-regexp-alist): Add new entries.
4731
4732 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4733 (gnus-article-browse-delete-temp): Add :version.
4734
4735 2006-04-11 Arne Jørgensen <arne@arnested.dk>
4736
4737 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4738 the sieve region.
4739
4740 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4741
4742 * gnus.el (gnus-version-number): Bump version.
4743
4744 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4745
4746 * gnus.el: No Gnus v0.4 is released.
4747
4748 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4749
4750 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4751 layout.
4752
4753 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4754 unknown charset.
4755
4756 * message.el (message-header-synonyms): Add Original-To to the
4757 default.
4758
4759 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4760 optional parameter.
4761
4762 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4763
4764 * gnus-fun.el (gnus): Require it for gnus-directory.
4765
4766 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4767
4768 * gnus-fun.el (gnus-face-properties-alist): Add :version.
4769
4770 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4771
4772 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4773
4774 2006-04-05 Simon Josefsson <jas@extundo.com>
4775
4776 * password.el (password-reset): New function.
4777
4778 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4779
4780 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
4781 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4782
4783 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4784
4785 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4786 Some whitespace was matched into the url, which broke browsing hits
4787 > 100 when mm-url-use-external was nil.
4788
4789 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
4790
4791 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4792 gnus-extra-headers for 'Newsgroups.
4793
4794 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4795 bound.
4796
4797 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4798
4799 * pgg-gpg.el: Clean up process buffers every time gpg processes
4800 complete.
4801
4802 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4803
4804 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4805 doc string.
4806
4807 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4808
4809 * pgg-gpg.el (pgg-gpg-process-filter)
4810 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4811
4812 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4813 lines, temporary fix.
4814
4815 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
4816
4817 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
4818
4819 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4820
4821 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4822 default-enable-multibyte-characters. This reverts the change from
4823 revision 6.17 which is no longer necessary because the passphrase
4824 is sent separately now. GnuPG messages are unreadable under
4825 multibyte locales with default-enable-multibyte-characters set to
4826 nil.
4827
4828 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
4829
4830 * message.el (message-tool-bar-gnome): Move "spell".
4831
4832 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
4833
4834 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
4835 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
4836 instead.
4837
4838 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
4839
4840 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
4841 newsgroups handling for NNTP overviews which don't include
4842 Newsgroups.
4843
4844 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4845
4846 * message.el (message-resend): Bind message-generate-hashcash to nil.
4847
4848 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4849
4850 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
4851 when searching for already-paid recipients.
4852
4853 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4854
4855 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4856 passphrases when it is not needed.
4857 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4858 passphrase stuff from gpg, should only be necessary when you use
4859 gpg with a smartcard.
4860
4861 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
4862
4863 * mml.el (mml-insert-mime): Ignore cached contents of
4864 message/external-body part.
4865
4866 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
4867 (mm-insert-part): Ditto.
4868
4869 2006-03-23 Simon Josefsson <jas@extundo.com>
4870
4871 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
4872 Reiner.
4873 (pgg-gpg-use-agent-p): Use it again.
4874
4875 2006-03-23 Simon Josefsson <jas@extundo.com>
4876
4877 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
4878 older emacsen.
4879 (pgg-gpg-use-agent-p): Don't use it.
4880
4881 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
4882
4883 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
4884 if we can.
4885
4886 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4887
4888 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4889 (pgg-gpg-update-agent): New function.
4890 (pgg-gpg-use-agent-p): New function.
4891 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4892 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4893 (pgg-gpg-sign-region): Use it.
4894
4895 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
4896
4897 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
4898 Reported by Ralf Wachinger <rwachinger@gmx.de>.
4899
4900 2006-03-21 Simon Josefsson <jas@extundo.com>
4901
4902 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4903 <wilde@sha-bang.de>.
4904 (pgg-gpg-use-agent): New variable.
4905 (pgg-gpg-process-region): Use it.
4906 (pgg-gpg-encrypt-region): Likewise.
4907 (pgg-gpg-encrypt-symmetric-region): Likewise.
4908 (pgg-gpg-decrypt-region): Likewise.
4909 (pgg-gpg-sign-region): Likewise.
4910 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4911
4912 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4913
4914 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
4915
4916 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
4917 Add comment on version.
4918
4919 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4920
4921 * smiley.el: Add missing test smiley.
4922
4923 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
4924
4925 * mm-decode.el (mm-with-part): New macro.
4926 (mm-get-part): Use it; work with message/external-body as well.
4927 (mm-save-part): Treat name and filename equally.
4928
4929 * mm-extern.el (mm-extern-cache-contents): New function.
4930 (mm-inline-external-body): Use it; force the part to be displayed;
4931 move undisplayer added to the cached handle to the parent.
4932
4933 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
4934 (gnus-mime-view-part-as-type): Work with message/external-body.
4935
4936 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
4937
4938 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4939
4940 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
4941 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
4942 Emacs.]
4943
4944 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
4945
4946 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
4947 path rather than symbol. Always return list of directories.
4948 Guarantee that image directory comes first. [Sync with image.el,
4949 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
4950
4951 * message.el (message-make-tool-bar): Adjust to new API of
4952 `gmm-image-load-path-for-library'.
4953
4954 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4955
4956 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4957
4958 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4959
4960 * gnus-art.el (gnus-article-only-boring-p):
4961 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
4962 intangible text.
4963 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
4964
4965 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
4966
4967 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
4968 `defun' instead of `gmm-defun-compat'.
4969
4970 2006-03-14 Simon Josefsson <jas@extundo.com>
4971
4972 * message.el (message-unique-id): Don't use message-number-base36
4973 if (user-uid) is a float.
4974 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
4975
4976 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4977
4978 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
4979
4980 * gnus-art.el (gnus-mime-display-single): Make sure there is an
4981 empty line between a part and a message part.
4982
4983 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4984
4985 * smiley.el: Add more test smileys.
4986 (smiley-data-directory, smiley-regexp-alist)
4987 (gnus-smiley-file-types): Fix doc strings.
4988 (smiley-update-cache): Clear smiley-cached-regexp-alist before
4989 adding new elements.
4990 (smiley-mouse-map): Unused code. Make it a comment.
4991
4992 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
4993
4994 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
4995 scan latest NoCeM messages instead of old ones.
4996 (gnus-nocem-check-article): Fix regexps so as to match to PGP
4997 delimiters that are recently used.
4998 (gnus-nocem-load-cache): Add autoload cookie.
4999
5000 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
5001
5002 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
5003 level which is larger than gnus-use-nocem is specified.
5004
5005 * gnus-group.el (gnus-group-get-new-news): Ditto.
5006
5007 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
5008
5009 * gnus-util.el (gnus-tool-bar-update): New function.
5010
5011 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5012 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5013
5014 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5015
5016 * gnus-group.el (gnus-group-redraw-when-idle)
5017 (gnus-group-redraw-check): Remove.
5018 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5019
5020 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5021
5022 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5023 if optional last element is specified in splits (FIELD VALUE...).
5024
5025 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5026
5027 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5028 to gmm-image-load-path-for-library. Call with no-error argument.
5029 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5030
5031 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5032
5033 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5034
5035 * gmm-utils.el (gmm-image-load-path): Remove alias.
5036
5037 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5038
5039 * gmm-utils.el (gmm-image-load-path): Add alias.
5040
5041 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5042 nnml-generate-nov-databases-1.
5043 (nnml-generate-nov-databases): Use it.
5044 (nnml-generate-nov-databases-directory): Document no-active
5045 argument.
5046
5047 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5048 directory if path is t. Add no-error.
5049
5050 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5051 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5052
5053 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5054 resetting gnus-article-browse-html-temp-list.
5055
5056 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5057 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5058 Add example to docstring. Rename local variables. Move error
5059 checks to default case in cond and simplify.
5060
5061 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5062
5063 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5064 handle is multipart when calling it recursively.
5065 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5066
5067 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5068
5069 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5070 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5071
5072 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5073
5074 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5075 is loaded.
5076
5077 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5078 loaded.
5079
5080 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5081
5082 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5083 to "Emacs 23 (unicode)" in doc string.
5084
5085 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5086 "Emacs 23 (unicode)" in comment.
5087
5088 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5089
5090 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5091
5092 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5093 characters 160 through 255 in Emacs 23.
5094
5095 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5096
5097 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5098 gnus-article-browse-html-temp.
5099 (gnus-article-browse-delete-temp): Make it customizable. Add
5100 `file'. Adjust doc string.
5101 (gnus-article-browse-delete-temp-files): Add argument. Allow
5102 query for each file. Adjust doc string.
5103 (gnus-article-browse-html-parts): Add
5104 `gnus-article-browse-delete-temp-files' to
5105 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5106
5107 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5108
5109 * gnus-art.el (gnus-article-browse-html-temp)
5110 (gnus-article-browse-delete-temp): New variables.
5111 (gnus-article-browse-delete-temp-files): New function.
5112 (gnus-article-browse-html-parts): Use it.
5113
5114 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5115
5116 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5117
5118 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5119 string.
5120
5121 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5122 gnus-summary-insert-new-articles when unplugged. Remove
5123 gnus-summary-search-article-forward.
5124
5125 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5126 display-visual-class instead of display-color-cells.
5127
5128 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5129
5130 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5131 message/* containing non-ASCII text properly.
5132
5133 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5134
5135 * message.el: Require gmm-utils, remove autoloads.
5136 (message-tool-bar): Set default based on
5137 gmm-tool-bar-style.
5138 (message-tool-bar-gnome): Add gmm-customize-mode.
5139
5140 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5141 gmm-tool-bar-style.
5142 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5143
5144 * gnus-group.el (gnus-group-tool-bar): Set default based on
5145 gmm-tool-bar-style.
5146 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5147
5148 * gmm-utils.el (gmm-image-directory): Rename variable from
5149 gmm-image-load-path.
5150 (gmm-image-load-path): Use gmm-image-directory.
5151 (gmm-customize-mode): New function.
5152 (gmm-tool-bar-style): New variable.
5153
5154 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5155 gnus-group-redraw-line-number.
5156 (gnus-group-redraw-check): Simplify.
5157 (gnus-group-tool-bar-update): Remove redraw check.
5158 (gnus-group-make-tool-bar): Add redraw check.
5159
5160 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5161
5162 * gnus-art.el (gnus-button): Add missing parentheses.
5163
5164 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5165
5166 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5167
5168 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5169
5170 * gnus-art.el (gnus-button): New face.
5171 (gnus-article-button-face): Use it.
5172
5173 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5174 gnus-summary-next-page. Re-order.
5175
5176 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5177 next-node are now included.
5178 (gnus-group-redraw-line-number): New internal variable.
5179 (gnus-group-redraw-check): Helper function for updating the tool
5180 bar.
5181 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5182
5183 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5184
5185 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5186 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5187 Use it to match format of Spamassassin 3.0 and later. Reported by
5188 IRIE Tetsuya <irie@t.email.ne.jp>.
5189 (spam-check-bogofilter)
5190 (spam-bogofilter-register-with-bogofilter): Fix args of
5191 `gnus-error' calls.
5192
5193 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5194
5195 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5196 unnecessary interaction when sending queued mails. Reported by
5197 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5198
5199 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5200
5201 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5202 first or last are nil.
5203
5204 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5205
5206 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5207
5208 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5209
5210 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5211
5212 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5213
5214 * dns.el (query-dns): Protect more against buggy tcp output.
5215
5216 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5217
5218 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5219 nov.php.
5220
5221 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5222
5223 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5224 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5225 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5226 output on the server side.
5227 (nnweb-google-create-mapping): Update regexps and add some
5228 progress indication.
5229
5230 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5231
5232 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5233 gnus-agent-toggle-plugged. Re-order icons.
5234 (gnus-group-tool-bar-gnome): Add
5235 gnus-group-{prev,next}-unread-group.
5236 (gnus-group-tool-bar-gnome): Re-order icons.
5237
5238 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5239 gnus-summary-insert-new-articles.
5240
5241 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5242 comments.
5243
5244 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5245 also available in Emacs 21.3.
5246
5247 * message.el (message-fix-before-sending): Change "Emacs 22" to
5248 "Emacs 23 (unicode)" in comment.
5249
5250 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5251 "Emacs 23 (unicode)" in comment.
5252
5253 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5254 comment.
5255 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5256
5257 * mm-view.el (mm-fill-flowed): Add :version.
5258
5259 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5260
5261 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5262 and load-path.
5263
5264 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5265
5266 * message.el: Autoload gmm-image-load-path.
5267 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5268 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5269 consitency.
5270
5271 * gmm-utils.el (gmm-image-load-path): Also search in
5272 "../etc/images". Don't set gmm-image-load-path if we don't find
5273 the image.
5274
5275 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5276
5277 * gmm-utils.el (gmm-image-load-path): Don't make
5278 `gmm-image-load-path' include subdirectories which the second arg
5279 `image' might specify.
5280
5281 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5282 subdirectory to icon file names.
5283
5284 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5285
5286 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5287
5288 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5289 gmm-image-load-path calls.
5290
5291 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5292
5293 * message.el (message-make-tool-bar): Ditto.
5294
5295 * mml.el (mml-preview): Added comment concerning tool bar icons.
5296
5297 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5298 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5299
5300 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5301 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5302
5303 * message.el (message-tool-bar-gnome): Use new icon names.
5304 (message-make-tool-bar): Use `gmm-image-load-path'.
5305
5306 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5307 functions from MH-E.
5308 (gmm-image-load-path): New variable from MH-E.
5309 (gmm-image-load-path): New function from MH-E. Added arguments
5310 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5311 *-image-load-path-called-flag.
5312
5313 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5314
5315 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5316
5317 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5318
5319 * nnimap.el (nnimap-request-move-article): Change folder back to
5320 source group before deleting.
5321
5322 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5323
5324 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5325
5326 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5327 mm-url.
5328
5329 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5330
5331 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5332
5333 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5334 coding system which mm-charset-to-coding-system returns for a
5335 given charset is valid.
5336
5337 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5338
5339 * html2text.el (html2text-remove-tag-list):
5340 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5341
5342 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5343
5344 * gnus-cus.el: Revert 2005-10-17 change.
5345
5346 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5347
5348 * gnus-art.el (article-strip-banner): Call
5349 article-really-strip-banner only when the regexp match is made.
5350
5351 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5352
5353 * gnus-art.el (article-strip-banner): Use
5354 gnus-extract-address-components instead of
5355 mail-header-parse-addresses to make it work with non-ASCII text;
5356 remove mail-encode-encoded-word-string.
5357
5358 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5359 values which are surrounded with \"...\"; make it never cause a
5360 Lisp error; give up parsing of parameters if it failed in
5361 extracting type.
5362
5363 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5364
5365 * smime.el (smime-cert-by-ldap-1): Fix bug where
5366 `smime-ldap-search' returns results without userCertificates.
5367
5368 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5369
5370 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5371
5372 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5373
5374 * spam.el (spam-check-spamassassin-headers): Adapt format for
5375 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5376 <ari@mbf.ocn.ne.jp>.
5377 (spam-list-of-processors): Add spam-use-gmane.
5378
5379 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5380
5381 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5382 make-temp-file; make it work with XEmacs as well.
5383
5384 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5385 mm-make-temp-file.
5386
5387 * mm-decode.el (mm-display-external): Use the 3rd arg of
5388 mm-make-temp-file.
5389 (mm-create-image-xemacs): Ditto.
5390
5391 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5392
5393 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5394 with message-narrow-to-headers.
5395 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5396 (gnus-draft-check-draft-articles): New function.
5397 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5398
5399 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5400
5401 * gnus-art.el (gnus-article-browse-html-parts):
5402 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5403 Don't use suffix argument for mm-make-temp-file for Emacs 21
5404 compatibility. Remove useless `format'.
5405
5406 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5407
5408 * nnweb.el (nnweb-google-wash-article): Update regexps.
5409 (nnweb-group-alist): Use defvoo instead of defvar.
5410
5411 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5412
5413 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5414 re-loading nn* modules.
5415
5416 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5417
5418 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5419 for `tool-bar-mode' and don't check it's default-value.
5420
5421 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5422
5423 * message.el (message-make-tool-bar): Ditto.
5424
5425 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5426 `substring'. Shorten tmp-file name.
5427
5428 * gnus.el: Remove bogus comment.
5429
5430 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5431
5432 * gnus-art.el (gnus-article-browse-html-parts): New function.
5433 (gnus-article-browse-html-article): New function for viewing html
5434 articles with a browser.
5435
5436 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5437
5438 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5439 (mml2015-pgg-encrypt): Ditto.
5440
5441 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5442 (mml1991-pgg-encrypt): Ditto.
5443
5444 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5445
5446 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5447 message-make-date instead of current-time-string.
5448
5449 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5450 to gnus-decoded which mm-uu might set.
5451
5452 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5453
5454 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5455 don't decode quoted parameters; remove misimported Emacs code.
5456 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5457 (rfc2231-decode-encoded-string): Don't use split-string which
5458 behaves differently according to Emacs version; use
5459 mm-decode-coding-region to convert charset to coding-system.
5460 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5461 (rfc2231-encode-string): Remove misimported Emacs code.
5462
5463 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5464
5465 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5466 when calling mail-header-parse-content-type.
5467 (article-de-quoted-unreadable): Ditto.
5468 (article-de-base64-unreadable): Ditto.
5469 (article-wash-html): Ditto.
5470
5471 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5472 calling mail-header-parse-content-type and
5473 mail-header-parse-content-disposition.
5474 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5475 mail-header-parse-content-type.
5476
5477 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5478 insert charset and format parameters; encode description after
5479 inserting it to buffer.
5480 (mml-insert-parameter): Fold lines properly even if a parameter is
5481 segmented into two or more lines; change the max column to 76.
5482
5483 * rfc1843.el (rfc1843-decode-article-body): Don't use
5484 ignore-errors when calling mail-header-parse-content-type.
5485
5486 * rfc2231.el (rfc2231-parse-string): Return at least type if
5487 possible; don't cause an error even if it fails in parsing of
5488 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5489 (rfc2231-encode-string): Don't break lines at the beginning, leave
5490 it to mml-insert-parameter.
5491
5492 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5493 calling mail-header-parse-content-type.
5494
5495 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5496
5497 * spam-report.el (spam-report-gmane-use-article-number):
5498 Improve doc string.
5499 (spam-report-gmane-internal): Check if a suitable header was found
5500 in the article.
5501
5502 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5503
5504 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5505 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5506
5507 2006-02-05 Romain Francoise <romain@orebokech.com>
5508
5509 Update copyright notices of all files in the gnus directory.
5510
5511 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5512
5513 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5514
5515 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5516
5517 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5518 segmented lines of parameter value to cope with Thunderbird 1.5
5519 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5520 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5521 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5522
5523 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5524
5525 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5526 parts.
5527
5528 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5529
5530 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5531 there's only one active file for all servers.
5532 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5533 solid groups. Gnus might have used a FAST request to select the group.
5534 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5535 and nnweb-search redundantly in the active file.
5536 (nnweb-request-list): Don't list bogus groups. There can only be one.
5537 (nnweb-request-create-group): Don't use ARGS.
5538 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5539 initialisations. Let nnoo do the work.
5540
5541 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5542
5543 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5544 Say the part has been decoded.
5545
5546 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5547
5548 2006-01-31 Kevin Ryde <user42@zip.com.au>
5549
5550 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5551 mailcap-viewer-test-cache when there's no 'test clause, since that
5552 will invert the meaning of a "nil" test previously determined by
5553 mailcap-mailcap-entry-passes-test.
5554
5555 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
5556
5557 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5558 compiling.
5559
5560 * gnus-sum.el: Ditto.
5561
5562 * message.el: Don't bind tool-bar-map when compiling.
5563
5564 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
5565
5566 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5567
5568 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5569
5570 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5571 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5572 current Google Groups.
5573
5574 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
5575
5576 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5577 and tool-bar-mode.
5578
5579 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5580 and tool-bar-mode.
5581
5582 * message.el (message-tool-bar-update): Simplify.
5583 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5584
5585 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5586 gnus-summary-buffer.
5587 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5588 gnus-summary-reply.
5589
5590 * gmm-utils.el (gmm): Add :version.
5591
5592 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5593
5594 * Makefile.in (clean): New rule.
5595 (distclean): Use it.
5596
5597 2006-01-26 Steve Youngs <steve@sxemacs.org>
5598
5599 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5600 autoload.
5601
5602 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5603
5604 * gmm-utils.el (gmm-verbose): Add :group.
5605
5606 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
5607
5608 * message.el: Change some comments WRT tool-bars.
5609
5610 * gnus-sum.el (gnus-summary-tool-bar)
5611 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5612 (gnus-summary-tool-bar-zap-list): New variables.
5613 (gnus-summary-make-tool-bar): Complete rewrite using
5614 `gmm-tool-bar-from-list'.
5615
5616 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5617 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5618 variables.
5619 (gnus-group-make-tool-bar): Complete rewrite using
5620 `gmm-tool-bar-from-list'.
5621 (gnus-group-tool-bar-update): New function.
5622
5623 * message.el (message-mode-field-menu): Add "Show hidden Headers".
5624
5625 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5626
5627 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5628 is dissected into a single part of which the type is the same as
5629 the given one; decode charset.
5630
5631 2006-01-21 Kevin Ryde <user42@zip.com.au>
5632
5633 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5634 into alists as symbol not string, since that's what
5635 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5636 look for.
5637
5638 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
5639
5640 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5641 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5642
5643 * message.el (message-tool-bar-gnome): Use gmm-ignore.
5644
5645 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5646
5647 * gnus-art.el (gnus-mime-security-button-commands): New variable.
5648 (gnus-mime-security-button-menu): New definition.
5649 (gnus-mime-security-button-map): Use them.
5650 (gnus-mime-security-button-menu): New function.
5651 (gnus-insert-mime-security-button): Addition to help echo.
5652 (gnus-mime-security-run-function, gnus-mime-security-save-part)
5653 (gnus-mime-security-pipe-part): New functions.
5654
5655 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5656 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5657
5658 * mm-decode.el (mm-handle-set-disposition): Remove.
5659 (mm-handle-set-description): Remove.
5660
5661 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5662
5663 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5664 (mm-w3m-standalone-supports-m17n-p): New function.
5665 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5666 w3m usage.
5667
5668 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5669 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5670
5671 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
5672
5673 * message.el (message-tool-bar-zap-list): Use
5674 gmm-tool-bar-zap-list as custom type.
5675 (message-tool-bar-update): New function.
5676 (message-tool-bar, message-tool-bar-gnome)
5677 (message-tool-bar-retro): Add message-tool-bar-update.
5678 (message-tool-bar-gnome): Add flyspell-buffer.
5679
5680 * gnus-util.el (gnus-error): Describe `args'.
5681
5682 * gmm-utils.el (gmm-error): Describe `args'.
5683 (gmm-tool-bar-zap-list): New widget.
5684 (gmm-tool-bar-from-list): Improve description of `zap-list'.
5685
5686 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5687
5688 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5689 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5690 the number of recursive calls.
5691
5692 * mm-decode.el (mm-handle-set-disposition): New macro.
5693 (mm-handle-set-description): New macro.
5694
5695 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5696
5697 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5698 encoding.
5699
5700 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5701
5702 * message.el (message-tool-bar-zap-list, message-tool-bar)
5703 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5704 (message-tool-bar-local-item-from-menu): Remove.
5705 (message-tool-bar-map): Replace by `message-make-tool-bar'.
5706 (message-make-tool-bar): New function.
5707 (message-mode): Use `message-make-tool-bar'.
5708
5709 * gmm-utils.el: New file.
5710 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5711 (gmm-lazy): New widget copied from `nnmail.el'.
5712 (gmm-tool-bar-from-list): New function for creating customizable
5713 tool bars.
5714 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
5715 output.
5716 (gmm): Add :prefix to defgroup.
5717
5718 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
5719
5720 * gmm-utils.el (gmm-widget-p): New function.
5721
5722 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5723
5724 * mml.el (mml-attach-file): Describe `description' in doc string.
5725 (mml-menu): Add Emacs MIME manual and PGG manual.
5726
5727 2006-01-20 Richard M. Stallman <rms@gnu.org>
5728
5729 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5730
5731 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
5732
5733 * nntp.el (nntp-end-of-line): Doc fix.
5734
5735 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
5736
5737 * imap.el (imap-open): Handle case where buffer is a buffer
5738 object.
5739
5740 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5741
5742 * gnus-delay.el (gnus-delay): Don't autoload.
5743 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5744 to be re-loaded when customizing the `gnus-delay' group.
5745
5746 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
5747
5748 * message.el (message-insert-citation-line): Use newlines.
5749
5750 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5751
5752 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
5753
5754 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
5755
5756 2006-01-19 Mark D. Baushke <mdb@gnu.org>
5757
5758 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
5759
5760 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
5761
5762 * mm-decode.el (mm-inlined-types): Add application/pgp.
5763 (mm-automatic-display): Ditto.
5764
5765 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
5766 part as text.
5767
5768 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5769
5770 * nnrss.el: Update copyright.
5771 (nnrss-opml-import): Query whether to subscribe to each entry.
5772
5773 * gnus-art.el:
5774 * gnus-sum.el:
5775 * mm-uu.el:
5776 * mm-view.el: Update copyright.
5777
5778 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
5779
5780 * message.el (message-info): New function.
5781 (message-mode-menu): Add it.
5782 Update copyright.
5783
5784 * ChangeLog: Fix and update copyright.
5785
5786 2006-01-13 Romain Francoise <romain@orebokech.com>
5787
5788 * message.el (message-forward-subject-name-subject): Prefer the
5789 address to 'nowhere' if the sender has no name.
5790 Fix typo. Update copyright year.
5791
5792 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5793
5794 * gnus-art.el (article-wash-html): Use
5795 gnus-summary-show-article-charset-alist if a numeric arg is given.
5796 (gnus-article-wash-html-with-w3m-standalone): New function.
5797
5798 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
5799 mm-inline-text-html-render-with-w3m-standalone.
5800 (mm-text-html-washer-alist): Map w3m-standalone to
5801 gnus-article-wash-html-with-w3m-standalone.
5802 (mm-inline-text-html-render-with-w3m-standalone): New function.
5803
5804 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5805
5806 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
5807 Improve LaTeX.
5808
5809 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5810
5811 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
5812 (nnrss-request-article): Render text/plain parts as HTML.
5813
5814 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
5815 the buffer.
5816
5817 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5818
5819 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
5820 custom definition of `gnus-posting-styles'.
5821
5822 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
5823 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
5824
5825 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5826
5827 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
5828 Use nntp for bug archive.
5829
5830 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5831
5832 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
5833 parts.
5834 (nnrss-normalize-date): New function converts ISO 8601 date into
5835 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5836 (nnrss-check-group): Use it.
5837
5838 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
5839
5840 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
5841
5842 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
5843 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5844 (nnrss-insert-w3): Ditto.
5845
5846 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5847
5848 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
5849 the articles to be forwarded including the case where neither a
5850 number of articles nor a region is specified.
5851
5852 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5853
5854 * nnrss.el (nnrss-request-article): Fix last change; fill
5855 text/plain parts.
5856
5857 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
5858
5859 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
5860 in text/plain part.
5861 (nnrss-check-group): Don't add excessive newline to dc:subject.
5862
5863 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
5864
5865 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
5866 article.
5867
5868 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5869
5870 * nnml.el: Don't require gnus-bcklg. Autoload it.
5871 (nnml-use-compressed-files, nnml-save-mail): Support other
5872 comression programs such as bzip2.
5873
5874 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5875
5876 * dns.el (query-dns): Make sure we check the buffer size before
5877 removing tcp headers.
5878
5879 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
5880
5881 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
5882 remove MIME buttons associated with multipart/alternative parts.
5883 (gnus-mime-display-alternative): Tag buttons using `article-type'
5884 text property.
5885
5886 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
5887 associated with multipart/alternative parts.
5888
5889 * gnus-art.el (gnus-signature-separator): Fix custom type.
5890
5891 * mm-decode.el (mm-inlined-types): Fix custom type.
5892 (mm-keep-viewer-alive-types): Ditto.
5893 (mm-automatic-display): Ditto.
5894 (mm-attachment-override-types): Ditto.
5895 (mm-inline-override-types): Ditto.
5896 (mm-automatic-external-display): Ditto.
5897
5898 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5899
5900 * spam-report.el (spam-report-user-mail-address)
5901 (spam-report-user-agent): New variables.
5902 (spam-report-url-ping-plain): Use spam-report-user-agent.
5903
5904 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
5905
5906 * gnus-art.el (gnus-button-handle-custom): Do not just use
5907 `customize-apropos' for any "M-x customize-*" button but the
5908 function called for. Accept both the function name and its
5909 argument in order to achieve this.
5910 (gnus-button-alist): Remove support for "custom:" URL's. Pass
5911 function name to `gnus-button-handle-custom' in case of "M-x
5912 customize-*" buttons.
5913
5914 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
5915
5916 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
5917 multipart/alternative and add xref to mm-discouraged-alternatives
5918 in doc string.
5919
5920 * mm-decode.el (mm-discouraged-alternatives): Add xref to
5921 gnus-buttonized-mime-types in doc string.
5922
5923 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5924
5925 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
5926 Suggest image/.* in the doc string.
5927
5928 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5929
5930 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
5931 message-marks (Debian bug #342521).
5932
5933 2005-12-12 Simon Josefsson <jas@extundo.com>
5934
5935 * password.el (password-read-from-cache): Add.
5936 (password-read): Use it.
5937
5938 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
5939
5940 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
5941 us-ascii as a MIME charset.
5942
5943 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
5944 against the case where the 2nd arg TYPE is nil.
5945
5946 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5947
5948 * pop3.el (pop3-stream-type): Fix custom version.
5949
5950 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
5951
5952 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5953
5954 * mm-decode.el (mm-display-external): Add missing cdr.
5955
5956 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5957
5958 * mm-decode.el (mm-display-external): Use nametemplate (defined in
5959 RFC1524) if it is in mailcap or add a suffix according to
5960 mailcap-mime-extensions when generating a temp filename; postpone
5961 deleting a temp file for 2 seconds for some wrappers, shell
5962 scripts, and so on, which might exit right after having started a
5963 viewer command as a background job.
5964
5965 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
5966
5967 * nntp.el (nntp-marks-directory): Fix custom group.
5968
5969 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
5970 steps when < 10.
5971
5972 * gnus-start.el (gnus-no-server-1): Mention
5973 `gnus-level-default-subscribed' in doc string.
5974
5975 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5976
5977 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
5978 parens.
5979
5980 2005-11-26 Dave Love <fx@gnu.org>
5981
5982 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
5983 (tls-program, tls-success): Provide openssl alternative.
5984
5985 * starttls.el: Doc fixes.
5986 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
5987 SERVICE to PORT.
5988
5989 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
5990 port null or service name.
5991 (starttls-negotiate): Autoload.
5992
5993 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5994
5995 * message.el (message-kill-to-signature): Fix interactive spec.
5996
5997 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5998
5999 * pop3.el (pop3-open-server): Recognize a string as a service name.
6000
6001 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
6002
6003 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
6004
6005 2005-11-23 Dave Love <fx@gnu.org>
6006
6007 Add pop3s, pop3/starttls.
6008
6009 * pop3.el (pop3-authentication-scheme): Clarify doc.
6010 (open-tls-stream, starttls-open-stream): Autoload.
6011 (pop3-stream-type): New.
6012 (pop3-open-server): Use it.
6013
6014 * mail-source.el (mail-sources): Fix some :types. Add stream type
6015 for POP.
6016 (mail-source-keyword-map): Add :stream for POP.
6017 (mail-source-fetch-pop): Use pop3-stream-type.
6018
6019 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6020
6021 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6022 of current-time-string.
6023
6024 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6025
6026 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6027 date header.
6028
6029 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6030
6031 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6032 it can seriously impact performance as it bypasses the agent's
6033 local caches.
6034
6035 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6036
6037 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6038 must be explicitly online rather than "not explicitly offline" for
6039 its flags to be synchronized.
6040
6041 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6042 that gnus-uu-unmark-thread will function correctly.
6043
6044 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6045 1024K is instead displayed as 1M.
6046
6047 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6048
6049 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6050
6051 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6052
6053 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6054
6055 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6056
6057 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6058 error message to display actual error condition.
6059 (gnus-agent-save-local): Avoid saving symbols that are bound to
6060 nil as they simply result in a warning message in
6061 gnus-agent-read-local.
6062
6063 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6064
6065 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6066 rather than make-variable-buffer-local for file-precious-flag.
6067
6068 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6069
6070 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6071 for duplicates which are removed. The invalid sort check then
6072 triggers a rescan after the sort as sorting may have moved
6073 duplicate entries such that they can be cheaply detected.
6074
6075 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6076
6077 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6078
6079 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6080
6081 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6082 internal variable to a custom variable. Changed default value
6083 from compressed(2) to uncompressed(1).
6084 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6085 support for uncompressed agentview files. Taken together, reading
6086 the agentview file should now be 6-7 times faster.
6087
6088 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6089
6090 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6091 as a buffer-local variable. This avoids creating truncated
6092 dribble files as a result of a hang up, eg.
6093
6094 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6095
6096 * gnus-start.el (gnus-start-draft-setup): Enforce
6097 `gnus-draft-mode' for nndraft:drafts at startup.
6098
6099 * gnus.el (gnus-splash): Change custom group.
6100 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6101 allow-list argument.
6102
6103 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6104 string.
6105
6106 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6107
6108 * gnus-art.el (gnus-default-article-saver): Add user-defined
6109 `function' to custom type.
6110
6111 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6112
6113 * imap.el (imap-open): Handle case where buffer is a buffer
6114 object.
6115
6116 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6117
6118 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6119 long lines.
6120 (gnus-cache-delete-group): Wrap doc strings.
6121
6122 * gnus-agent.el (gnus-agent-rename-group)
6123 (gnus-agent-delete-group): Wrap doc strings.
6124
6125 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6126
6127 * gnus-start.el (gnus-1): Add "native" to
6128 gnus-predefined-server-alist.
6129
6130 * gnus.el (gnus-method-to-server): Don't add "native" to the
6131 lists here, because that leads to problems when
6132 gnus-select-method is bound.
6133
6134 2005-11-09 Simon Josefsson <jas@extundo.com>
6135
6136 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6137 use (not sort-by-date) instead.
6138
6139 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6140
6141 * gnus-delay.el (gnus-delay-group): Don't autoload.
6142 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6143 to be re-loaded when customizing the `gnus-delay' group.
6144
6145 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6146
6147 * message.el: Revert last changes.
6148 (message-insert-citation-line): Use newlines.
6149
6150 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6151
6152 * message.el (message-courtesy-message)
6153 (message-mark-insert-begin, message-mark-insert-end)
6154 (message-elide-ellipsis, message-cancel-message)
6155 (message-add-header, message-change-subject)
6156 (message-cross-post-followup-to-header)
6157 (message-cross-post-insert-note, message-reduce-to-to-cc)
6158 (message-widen-reply, message-delete-not-region)
6159 (message-kill-to-signature, message-insert-signature)
6160 (message-insert-importance-high, message-insert-importance-low)
6161 (message-insert-or-toggle-importance)
6162 (message-insert-disposition-notification-to)
6163 (message-indent-citation, message-yank-original)
6164 (message-cite-original-without-signature, message-cite-original)
6165 (message-insert-citation-line, message-position-on-field)
6166 (message-fix-before-sending, message-send-mail-partially)
6167 (message-send-mail, message-send-mail-with-sendmail)
6168 (message-send-mail-with-qmail, message-send-news)
6169 (message-check-news-header-syntax, message-generate-headers)
6170 (message-insert-courtesy-copy, message-fill-address)
6171 (message-fill-header, message-shorten-references)
6172 (message-setup-1, message-cancel-news)
6173 (message-forward-make-body-plain, message-forward-make-body-mime)
6174 (message-forward-make-body-mml, message-encode-message-body)
6175 (message-forward-make-body-digest-plain)
6176 (message-forward-make-body-digest-mime)
6177 (message-use-alternative-email-as-from): Insert `hard-newline'
6178 instead of ordinary newlines.
6179
6180 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6181
6182 * message.el (message-generate-headers): Downcase the argument
6183 given to message-check-element.
6184
6185 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6186
6187 * nntp.el (nntp-authinfo-rejected): New error condition.
6188 (nntp-wait-for): Use new error condition to signal authentication
6189 error.
6190 (nntp-retrieve-data): Rethrow new error condition to break out of
6191 recursive call to nntp-send-authinfo.
6192
6193 2005-11-08 Romain Francoise <romain@orebokech.com>
6194
6195 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6196 (gnus-summary-exit-map): Bind to `Z p'.
6197 (gnus-summary-make-menu-bar): Add menu item.
6198
6199 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6200
6201 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6202 (gnus-treat-*): Add `first' in all doc strings.
6203
6204 * gnus-group.el (gnus-group-compact-group): Fix typo.
6205
6206 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6207
6208 * gnus.el (gnus-parameters-case-fold-search): New variable.
6209 (gnus-parameters-get-parameter): Use it.
6210
6211 * gnus-score.el (gnus-home-score-file): Doc fix.
6212
6213 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6214
6215 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6216
6217 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6218
6219 * mm-util.el (mm-special-display-p): New function.
6220
6221 * mml.el (mml-preview): Use it; doc fix.
6222
6223 2005-10-29 Romain Francoise <romain@orebokech.com>
6224
6225 * message.el (message-fix-before-sending): Fix comment.
6226
6227 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6228
6229 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6230
6231 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6232
6233 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6234 Used in gnus-score.el.
6235
6236 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6237
6238 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6239
6240 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6241
6242 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6243 whitespace removed in revision 7.8. Use concatenated string to
6244 protect trailing whitespace.
6245
6246 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6247
6248 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6249 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6250 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6251 Courier IMAP ("some version from 2004"). Mostly based on similar
6252 code in the same function.
6253
6254 2005-10-26 Didier Verna <didier@xemacs.org>
6255
6256 * gnus-group.el (gnus-group-compact-group): Invalidate original
6257 article buffer.
6258 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6259 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6260 NOV database and in article itself.
6261 Invalidate article backlog.
6262
6263 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6264
6265 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6266
6267 2005-10-26 Simon Josefsson <jas@extundo.com>
6268
6269 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6270 part of 2004-07-25 change.
6271
6272 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6273
6274 * message.el (message-display-completion-list): New function.
6275 (message-expand-group): Use it; make sure the Completions buffer
6276 is modifiable.
6277
6278 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6279
6280 * imap.el (imap-open): Handle case where buffer is a buffer object.
6281
6282 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6283
6284 * pgg-def.el:
6285 * pgg-gpg.el:
6286 * pgg-parse.el:
6287 * pgg-pgp.el:
6288 * pgg-pgp5.el:
6289 * pgg.el: Move to the parent lisp directory.
6290
6291 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6292
6293 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6294 user-mail-name is an empty string.
6295
6296 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6297
6298 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6299 depending on gnus-score-decay-constant.
6300
6301 * encrypt.el (encrypt-insert-file-contents)
6302 (encrypt-write-file-contents): Don't use `gnus-message'.
6303
6304 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6305 arguments.
6306 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6307 arguments to mm-uu-verbatim-marks-extract.
6308 (mm-uu-hide-markers): New variable.
6309 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6310
6311 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6312 (gnus-convert-image-to-face-command): Use "convert" by default to
6313 allow other input image formats.
6314 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6315 accordingly.
6316
6317 2005-10-23 Simon Josefsson <jas@extundo.com>
6318
6319 * imap.el (imap-gssapi-program): Align command line parameters
6320 with latest GNU SASL.
6321 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6322
6323 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6324
6325 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6326 HTML.
6327 (nnslashdot-request-article): Ditto.
6328
6329 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6330
6331 * mail-source.el (mail-source-fetch-pop): Require pop3.
6332 (mail-source-check-pop): Ditto.
6333
6334 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6335
6336 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6337 errors.
6338
6339 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6340
6341 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6342 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6343
6344 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6345
6346 * mm-bodies.el (mm-decode-string): Call
6347 `mm-charset-to-coding-system' with allow-override argument.
6348
6349 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6350
6351 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6352 (rfc2047-charset-to-coding-system): New function.
6353 (rfc2047-decode-encoded-words): New function.
6354 (rfc2047-decode-region): Use them.
6355 (rfc2047-decode-cte): Remove.
6356 (rfc2047-parse-and-decode): Remove.
6357 (rfc2047-decode): Remove.
6358
6359 2005-10-15 Kenichi Handa <handa@m17n.org>
6360
6361 * rfc2047.el (rfc2047-decode-cte): New function.
6362 (rfc2047-decode-region): Change the way to decode successive
6363 encoded-words: decode B- or Q-encoding in each encoded-word,
6364 concatenate them, and decode it as charset.
6365
6366 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6367
6368 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6369 widget-move-and-invoke.
6370 (gnus-custom-mode): Use gnus-custom-map.
6371
6372 2005-10-15 Bill Wohler <wohler@newt.com>
6373
6374 * message.el (message-tool-bar-map): Renamed image file from
6375 mail_send to mail/send.
6376
6377 2005-10-16 Masatake YAMATO <jet@gyve.org>
6378
6379 * message.el (message-expand-group): Pass the common
6380 prefix substring of completion to `display-completion-list'.
6381
6382 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6383
6384 * mml-sec.el (mml-secure-method): New internal variable.
6385 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6386 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6387 functions using mml-secure-method.
6388
6389 * mml.el (mml-mode-map): Add key bindings for those functions.
6390 (mml-menu): Simplify security menu entries. Suggested by Jesper
6391 Harder <harder@myrealbox.com>.
6392 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6393 end of message if point is the headers of the message.
6394
6395 * message.el (message-in-body-p): New function.
6396
6397 * assistant.el: Autoload gnus-util and netrc.
6398
6399 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6400 Use `mm-charset-override-alist' only when decoding.
6401
6402 * mm-bodies.el (mm-decode-body): Call
6403 `mm-charset-to-coding-system' with allow-override argument.
6404
6405 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6406 `filename' from Content-Disposition if Content-Type doesn't
6407 provide `name'.
6408 (gnus-mime-view-part-as-type): Set default instead of
6409 initial-input.
6410
6411 2005-10-09 Daniel Brockman <daniel@brockman.se>
6412
6413 * format-spec.el (format-spec): Propagate text properties of % spec.
6414
6415 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6416
6417 * gnus-art.el (gnus-treat-predicate): Add `first'.
6418
6419 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6420
6421 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6422 (mm-charset-override-alist): New variable.
6423 (mm-charset-to-coding-system): Use it.
6424 (mm-codepage-setup): New helper function.
6425 (mm-charset-eval-alist): New variable.
6426 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6427 about unknown charsets.
6428
6429 2005-10-04 David Hansen <david.hansen@gmx.net>
6430
6431 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6432 (nnrss-check-group): Ditto.
6433
6434 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6435
6436 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6437 Rename x-gnus-verbatim to x-verbatim.
6438 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6439
6440 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6441 x-verbatim.
6442
6443 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6444
6445 * gnus-util.el (gnus-remove-duplicates): Remove.
6446
6447 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6448 instead of gnus-remove-duplicates.
6449
6450 * message.el (message-remove-duplicates): Remove.
6451 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6452 message-remove-duplicates.
6453
6454 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6455 available, else use implementation from `delete-dups'.
6456
6457 * message.el (message-insert-expires): New function.
6458 (message-mode-map): Add key binding.
6459 (message-mode-field-menu): Add menu entry.
6460 (message-mode): Document it.
6461 (message-make-expires-date): Use `message-make-date'.
6462
6463 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6464
6465 * message.el (message-make-expires-date): New function.
6466
6467 2005-10-04 Katsumi Yamaoka <yamaoka@jpl.org>
6468
6469 * Makefile.in (list-installed-shadows): New entry.
6470 (install): Use it.
6471 (remove-installed-shadows): New entry.
6472
6473 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6474
6475 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6476
6477 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6478
6479 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6480 function rather than the diff-mode.el package.
6481 (mm-display-external): Use with-current-buffer.
6482 (mm-viewer-completion-map, mm-viewer-completion-map):
6483 Move initialization inside declaration.
6484
6485 2005-09-29 Simon Josefsson <jas@extundo.com>
6486
6487 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6488 autoload mail-check-payment.
6489 (spam-check-hashcash): Define unconditionally, since hashcash.el
6490 is part of Gnus now. Ignore errors from payment checking.
6491
6492 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6493
6494 * message.el (message-bold-region, message-unbold-region): Rename
6495 from `bold-region' and `unbold-region'.
6496
6497 * message.el: Remove useless autoloads.
6498
6499 2005-09-28 Simon Josefsson <jas@extundo.com>
6500
6501 * message.el (message-use-idna): Default to t.
6502 (message-use-idna): Test whether encoding works too. Doc fix.
6503
6504 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6505
6506 * nntp.el (nntp-warn-about-losing-connection): Remove.
6507
6508 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6509
6510 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6511 customizable. Change default value.
6512 (mm-uu-diff-groups-regexp): Change default value.
6513 (mm-uu-type-alist): Add doc string.
6514 (mm-uu-configure): Add doc string. Make it interactive.
6515 (mm-uu-tex-groups-regexp): New variable.
6516 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6517 (mm-uu-type-alist): Add LaTeX documents.
6518 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6519 of "text/verbatim".
6520 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6521
6522 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6523 instead of "text/verbatim".
6524
6525 * message.el (message-mark-inserted-region)
6526 (message-mark-insert-file): Use slrn style marks when called with
6527 prefix argument.
6528
6529 2005-09-27 Simon Josefsson <jas@extundo.com>
6530
6531 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6532
6533 2005-09-27 Arne Jørgensen <arne@arnested.dk>
6534
6535 * message.el (message-remove-duplicates): New function.
6536 Implementation borrowed from `gnus-remove-duplicates'.
6537 (message-idna-to-ascii-rhs): Also encode idna addresses in
6538 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6539 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6540 only ask about the same idna domain once per header and also tell
6541 in what header to replace the idna domain.
6542
6543 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6544 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6545 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6546 a header is decoded and not just the last one.
6547
6548 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6549
6550 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6551 has been decoded.
6552
6553 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6554 (mm-insert-part): Don't modify text if it has been decoded.
6555
6556 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6557 decoded.
6558
6559 * mm-view.el (mm-inline-text): Don't strip text props unless
6560 decoding enriched or richtext parts.
6561
6562 2005-09-25 Romain Francoise <romain@orebokech.com>
6563
6564 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6565 * gnus-start.el (gnus-subscribe-interactively):
6566 * gnus-uu.el (gnus-uu-grab-articles):
6567 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6568 space.
6569
6570 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6571
6572 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6573 * mm-view.el (mm-view-pkcs7-decrypt):
6574 * gnus-sum.el (gnus-summary-limit-to-extra)
6575 (gnus-summary-respool-article, gnus-read-move-group-name):
6576 * gnus-score.el (gnus-summary-increase-score):
6577 * gnus-util.el (gnus-completing-read-with-default):
6578 * gnus-art.el (gnus-read-save-file-name)
6579 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6580 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6581 * message.el (message-check-news-header-syntax):
6582 Follow convention for reading with the minibuffer.
6583
6584 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6585
6586 * spam-report.el (spam-report-url-ping-plain):
6587 Use gnus-extended-version as User-Agent.
6588
6589 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6590 default value is nil.
6591
6592 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6593 (mm-uu-verbatim-marks-extract): New function.
6594 (mm-uu-extract): New face.
6595 (mm-uu-copy-to-buffer): Use it.
6596
6597 * spam-report.el (spam-report-gmane-ham): Renamed from
6598 `spam-report-gmane-unspam'.
6599 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6600 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
6601
6602 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6603 Autoload.
6604 (spam-report-gmane-unregister-routine): Renamed
6605 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6606
6607 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
6608
6609 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6610 (spam-report-gmane-unregister-routine): Add support for gmane
6611 unregistration.
6612
6613 * spam-report.el (spam-report-gmane-unspam)
6614 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6615 (spam-report-gmane): Change to take a single article and do unspam
6616 registration.
6617
6618 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6619
6620 * mm-url.el (mm-url-decode-entities): Fix regexp.
6621
6622 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6623
6624 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6625 default to nil, to be able to use Gnus at all. If the default
6626 switches to something else, then the function should be fixed not
6627 be exceedingly slow.
6628
6629 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
6630
6631 * gnus-start.el (gnus-activate-group): If the server is nil, don't
6632 fail hard.
6633
6634 * spam-report.el: Add better Keywords line.
6635
6636 * spam.el: Add Maintainer and better Keywords line.
6637
6638 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6639
6640 * gnus-art.el (gnus-article-replace-part)
6641 (gnus-mime-replace-part): New functions.
6642 (gnus-mime-action-alist, gnus-mime-button-commands)
6643 (gnus-mime-save-part-and-strip): Added file argument.
6644 (gnus-article-part-wrapper): Added interactive argument.
6645
6646 * gnus-sum.el (gnus-summary-mime-map): Add
6647 `gnus-article-replace-part'.
6648
6649 2005-09-19 Didier Verna <didier@xemacs.org>
6650
6651 The nnml compaction feature:
6652 * nnml.el (nnml-request-compact-group): New function.
6653 * nnml.el (nnml-request-compact): New function.
6654 * gnus-int.el (gnus-request-compact-group): New function.
6655 * gnus-int.el (gnus-request-compact): New function.
6656 * gnus-group.el (gnus-group-compact-group): New function.
6657 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6658 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6659 * gnus-srvr.el (gnus-server-compact-server): New function.
6660 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6661 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6662
6663 2005-09-18 Deepak Goel <deego@gnufans.org>
6664
6665 * sieve.el (sieve-help): Fix `message' call: first arg should be a
6666 format spec.
6667
6668 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6669
6670 * gnus.el (gnus-group-startup-message): Bind image-load-path.
6671
6672 2005-09-15 Romain Francoise <romain@orebokech.com>
6673
6674 * message.el (message-fill-paragraph): Clarify docstring.
6675
6676 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6677
6678 * gnus-art.el (gnus-mime-display-part): Protect against broken
6679 MIME messages.
6680
6681 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6682
6683 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6684 before parsing header.
6685
6686 2005-09-11 Jari Aalto <jari.aalto@cante.net>
6687
6688 * html2text.el (html2text-replace-list): Add new entities.
6689
6690 2005-09-11 Romain Francoise <romain@orebokech.com>
6691
6692 * message.el (message-alternative-emails): Improve docstring.
6693 (message-setup-1): Call `message-use-alternative-email-as-from'
6694 after `message-setup-hook' to give it precedence over posting
6695 styles, etc.
6696 (message-use-alternative-email-as-from): Add docstring. Remove
6697 the original From header if present.
6698
6699 * nnml.el (nnml-compressed-files-size-threshold): New variable.
6700 (nnml-save-mail): Use it.
6701
6702 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6703 articles. Add new argument `silent'.
6704 (gnus-uu-mark-all): Report the total number of marked articles.
6705
6706 2005-09-10 Romain Francoise <romain@orebokech.com>
6707
6708 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6709 (gnus-uu-mark-series): Likewise.
6710
6711 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6712
6713 * spam-report.el (spam-report-gmane): Fix generation of spam
6714 report URL.
6715
6716 2005-09-10 Simon Josefsson <jas@extundo.com>
6717
6718 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6719 t, based on discussion on the ding list with Robert Epprecht
6720 <epprecht@solnet.ch>.
6721
6722 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6723
6724 * spam-report.el (spam-report-gmane): Make it work without
6725 X-Report-Spam header. Gmane now only provides Archived-At.
6726 This is only used if `spam-report-gmane-use-article-number' is nil.
6727 (spam-report-gmane-spam-header): Remove. Not used anymore.
6728
6729 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6730 make `gnus-summary-sort-by-recipient' work with threading.
6731
6732 * nnweb.el (nnweb-google-wash-article): Print a message if article
6733 is not available.
6734
6735 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6736
6737 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6738 change. Decode text/* parts content before displaying.
6739
6740 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
6741
6742 * mml-smime.el: Remove defvar of gnus-extract-address-components.
6743
6744 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6745
6746 * mm-view.el (mm-display-inline-fontify): Disable support modes.
6747
6748 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
6749
6750 * message.el (message-tab-body-function): Fix mismatched custom type.
6751
6752 * gnus.el (gnus-group-change-level-function): Ditto.
6753
6754 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
6755
6756 * gnus-art.el (gnus-signature-limit)
6757 (gnus-article-mime-part-function): Ditto.
6758
6759 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6760
6761 * mml.el (mml-mode): Silence the byte compiler.
6762
6763 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
6764 using `(sit-for 0)' before moving the point to the specified part;
6765 skip unbuttonized parts.
6766 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
6767 return to the summary window if gnus-auto-select-part is non-nil.
6768
6769 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6770
6771 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
6772 variables.
6773 (mml-dnd-attach-file, mml-mode): Use them.
6774
6775 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
6776 Make fetching article by MID work again for Google Groups. Added
6777 FIXME concerning gnus-group-make-web-group.
6778
6779 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
6780 Don't depend on Gnus by using mail-extract-address-components if
6781 gnus-extract-address-components is not bound.
6782
6783 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6784
6785 * gnus-art.el (gnus-mime-display-security): Don't display the
6786 signature, but only the signed part.
6787
6788 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6789
6790 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
6791
6792 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
6793 list, not listp.
6794
6795 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
6796
6797 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
6798 when encoding.
6799
6800 * mm-bodies.el (mm-decode-content-transfer-encoding):
6801 De-canonicalize CRLF for all text content types, not just
6802 text/plain.
6803
6804 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6805
6806 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6807 valid article; point arrow and cursor at the MIME button.
6808
6809 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
6810
6811 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6812 Suggested by Dan Christensen <jdc@uwo.ca>.
6813
6814 * mm-decode.el (mm-save-part): Enable change of prompt.
6815
6816 2005-08-29 Jari Aalto <jari.aalto@cante.net>
6817
6818 * gnus-msg.el (gnus-inews-add-send-actions): Made
6819 `message-post-method' lambda parameter ARG `&optional'.
6820
6821 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6822
6823 * gnus-sum.el (gnus-summary-mime-map): Added
6824 gnus-article-save-part-and-strip, gnus-article-delete-part and
6825 gnus-article-jump-to-part.
6826
6827 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6828 (gnus-article-edit-part): Use it.
6829 (gnus-article-part-wrapper): Added no-handle argument.
6830 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6831 functions.
6832
6833 2005-08-29 Romain Francoise <romain@orebokech.com>
6834
6835 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6836 docstring.
6837 (gnus-face-from-file): Likewise.
6838
6839 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6840
6841 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6842 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6843 non-nil.
6844 (gnus-auto-select-part): New variable.
6845 (gnus-article-jump-to-part): New function.
6846 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
6847 (gnus-mime-delete-part): Allow selecting specified part after
6848 deleting or stripping parts.
6849 (gnus-article-jump-to-part): Don't use `read-number'. Use last
6850 part if argument is bogus.
6851
6852 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
6853
6854 * gnus-art.el (w3m-minor-mode-map):
6855 * gnus-spec.el (gnus-newsrc-file-version):
6856 * gnus-util.el (nnmail-active-file-coding-system)
6857 (gnus-original-article-buffer, gnus-user-agent):
6858 * gnus.el (gnus-ham-process-destinations)
6859 (gnus-parameter-ham-marks-alist)
6860 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
6861 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
6862 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
6863 * mm-decode.el (gnus-current-window-configuration):
6864 * mm-extern.el (gnus-article-mime-handles):
6865 * mm-url.el (url-current-object, url-package-name)
6866 (url-package-version):
6867 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
6868 (smime-keys, w3m-cid-retrieve-function-alist)
6869 (w3m-current-buffer, w3m-display-inline-images)
6870 (w3m-minor-mode-map):
6871 * mml-smime.el (gnus-extract-address-components):
6872 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
6873 (gnus-newsrc-hashtb, message-default-charset)
6874 (message-deletable-headers, message-options)
6875 (message-posting-charset, message-required-mail-headers)
6876 (message-required-news-headers):
6877 * mml1991.el (mc-pgp-always-sign):
6878 * mml2015.el (mc-pgp-always-sign):
6879 * nnheader.el (nnmail-extra-headers):
6880 * rfc1843.el (gnus-decode-encoded-word-function)
6881 (gnus-decode-header-function, gnus-newsgroup-name):
6882 * spam-stat.el (gnus-original-article-buffer): Add defvars.
6883
6884 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
6885
6886 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
6887 the end of the date treatments.
6888
6889 2005-08-15 Simon Josefsson <jas@extundo.com>
6890
6891 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
6892 it in url-handlers.el and XEmacs in url.el. Reported by Luca
6893 Capello and Romain Francoise.
6894 (pgg-fetch-key-function): Removed, not used?
6895 (pgg-insert-url-with-w3): Require url, to get
6896 url-insert-file-contents regardless of where it is defined.
6897
6898 2005-08-13 Romain Francoise <romain@orebokech.com>
6899
6900 * message.el (message-cite-original-1): New function.
6901 (message-cite-original): Use it.
6902 (message-cite-original-without-signature): Ditto.
6903
6904 2005-08-08 Romain Francoise <romain@orebokech.com>
6905
6906 * message.el (message-yank-empty-prefix): New variable.
6907 (message-indent-citation): Use it.
6908 (message-cite-original-without-signature): Respect X-No-Archive.
6909
6910 2005-08-08 Simon Josefsson <jas@extundo.com>
6911
6912 * pgg.el: Autoload url-insert-file-contents instead of loading
6913 w3/url.
6914 (pgg-insert-url-with-w3): Don't load url here.
6915
6916 2005-08-07 Jesper Harder <harder@phys.au.dk>
6917
6918 * message.el (message-kill-to-signature): Don't insert newline at
6919 bol.
6920 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
6921
6922 2005-08-06 Romain Francoise <romain@orebokech.com>
6923
6924 * message.el (message-user-fqdn): Fix typo in docstring.
6925
6926 2005-08-05 Daiki Ueno <ueno@unixuser.org>
6927
6928 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
6929
6930 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
6931
6932 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
6933
6934 * mm-bodies.el (mm-encode-body): Use coding system rather than
6935 charset to encode text.
6936
6937 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
6938 number of charsets if utf-8 is available (XEmacs).
6939
6940 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
6941
6942 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
6943 taken from `gnus-button-mid-or-mail-regexp'.
6944 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
6945 (gnus-button-alist): Improve regexp for domain part of the MIDs
6946 for news:localpart@domain buttons.
6947 (gnus-button-ctan-directory-regexp): Update.
6948
6949 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
6950
6951 * sieve-manage.el (sieve-manage-interactive-login): Use
6952 make-local-variable rather than make-variable-buffer-local.
6953 (sieve-manage-open): Ditto.
6954 (sieve-manage-authenticate): Ditto.
6955
6956 * mml.el (mml-generate-mime-1): Make the content type default to
6957 text/plain if the filename is not specified.
6958
6959 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6960
6961 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
6962 instead of insert-buffer.
6963
6964 * message.el (message-yank-original): Ditto; set the mark at the
6965 end of the yanked message.
6966
6967 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
6968
6969 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
6970 lines to scroll rather than to stop it.
6971
6972 * mml.el (mml-generate-default-type): Add doc string.
6973 (mml-generate-mime-1): Use mm-default-file-encoding or make it
6974 default to application/octet-stream when determining the content
6975 type if it is not specified for the part or the mml contents; add
6976 a comment about mml-generate-default-type.
6977
6978 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
6979
6980 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
6981 make it default to application/octet-stream when determining the
6982 content type if it is not specified for the external contents.
6983
6984 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6985
6986 * rfc2231.el (rfc2231-parse-string): Take care that not only a
6987 segmented parameter but also other parameters might be there.
6988
6989 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
6990
6991 * mm-decode.el (mm-display-external): Delete temp file, directory
6992 and buffer immediately if the external process is exited.
6993
6994 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
6995
6996 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
6997 fewer lines than that of scroll-margin.
6998 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
6999
7000 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
7001
7002 * gnus-art.el (gnus-article-next-page): Revert.
7003 (gnus-article-beginning-of-window): New macro.
7004 (gnus-article-next-page-1): Use it.
7005 (gnus-article-prev-page): Ditto.
7006 (gnus-article-edit-part): Use insert-buffer-substring instead of
7007 insert-buffer.
7008 (gnus-article-edit-exit): Ditto.
7009
7010 * gnus-util.el (gnus-beginning-of-window): Remove.
7011 (gnus-end-of-window): Remove.
7012
7013 2005-07-25 Simon Josefsson <jas@extundo.com>
7014
7015 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7016 to have the url package without w3. Reported by Daiki Ueno
7017 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7018
7019 2005-07-20 Didier Verna <didier@xemacs.org>
7020
7021 * gnus-diary.el: Remove the description comment (nndiary is now
7022 properly documented in the Gnus manual).
7023 Fix the spelling of "Back End".
7024 * nndiary.el: Ditto.
7025 Fix the copyright notice.
7026
7027 2005-07-18 Romain Francoise <romain@orebokech.com>
7028
7029 * gnus-sum.el (gnus-summary-to-prefix)
7030 (gnus-summary-newsgroup-prefix): New variables.
7031 (gnus-summary-from-or-to-or-newsgroups): Use them.
7032
7033 2005-07-17 Romain Francoise <romain@orebokech.com>
7034
7035 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7036 space as it's generally not especially interesting to the user.
7037
7038 2005-07-16 Romain Francoise <romain@orebokech.com>
7039
7040 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7041 nil to avoid prompting and file modification if one of the
7042 messages at the top of the nnfolder file contains a copyright
7043 notice.
7044 Update copyright notice.
7045
7046 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7047 instead of `current-time-string' as the latter creates a time
7048 string that is not RFC 2822 compliant (it lacks the zone).
7049 Update copyright notice.
7050
7051 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7052
7053 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7054 for text/rtf. Display default in prompt. Pass default for M-n.
7055
7056 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7057
7058 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7059
7060 * gnus-msg.el (gnus-button-mailto): Remove
7061 save-selected-window-window hackery because it relies on
7062 save-selected-window internals.
7063
7064 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7065
7066 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7067 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7068 (gnus-article-prev-page): Ditto.
7069
7070 * gnus-util.el (gnus-beginning-of-window): New function.
7071 (gnus-end-of-window): New function.
7072
7073 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7074
7075 * gnus-score.el (gnus-score-edit-all-score): Set
7076 gnus-score-edit-exit-function to gnus-score-edit-done and call
7077 gnus-message.
7078
7079 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7080
7081 * gnus-msg.el (gnus-button-mailto): Remove
7082 save-selected-window-window hackery because it relies on
7083 save-selected-window internals.
7084
7085 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7086
7087 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7088 add-minor-mode.
7089 (gnus-binary-mode): Ditto.
7090
7091 * gnus-topic.el (gnus-topic-mode): Ditto.
7092
7093 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7094
7095 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7096 (gnus-article-prev-page): Take scroll-margin into consideration.
7097
7098 2005-07-04 Lute Kamstra <lute@gnu.org>
7099
7100 Update FSF's address in GPL notices.
7101
7102 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7103
7104 * gnus.el (gnus-exit):
7105 * gnus-group.el (gnus-group-icons):
7106 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7107
7108 * gnus-nocem.el (gnus-nocem):
7109 * message.el (message-various, message-buffers, message-sending)
7110 (message-interface, message-forwarding, message-insertion)
7111 (message-headers, message-news, message-mail):
7112 * pgg-gpg.el (pgg-gpg):
7113 * pgg-parse.el (pgg-parse):
7114 * pgg-pgp.el (pgg-pgp):
7115 * pgg-pgp5.el (pgg-pgp5):
7116 * pop3.el (pop3): Finish `defgroup' description with period.
7117
7118 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7119
7120 * gnus-art.el (article-display-face): Improve the efficiency.
7121 (article-display-x-face): Ditto; remove grey x-face stuff.
7122
7123 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7124
7125 * gnus-art.el (article-display-face): Correct the position in
7126 which Faces are inserted.
7127
7128 2005-06-29 Didier Verna <didier@xemacs.org>
7129
7130 * gnus-art.el (article-display-face): Display faces in correct
7131 order.
7132
7133 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7134
7135 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7136 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7137 (gnus-nocem-check-article): Fetch the Type header.
7138 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7139 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7140 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7141 make sure gnus-nocem-hashtb is initialized.
7142 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7143 (gnus-nocem-unwanted-article-p): Ditto.
7144
7145 * pgg.el (pgg-verify): Return the verification result.
7146
7147 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7148
7149 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7150 is ascii.
7151
7152 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7153
7154 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7155 `show-nonbreak-escape'.
7156
7157 2005-06-23 Lute Kamstra <lute@gnu.org>
7158
7159 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7160
7161 * dig.el (dig-mode):
7162 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7163
7164 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7165
7166 * nnimap.el (nnimap-split-download-body): Fix spellings.
7167
7168 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7169
7170 * gnus-art.el (gnus-article-encrypt-body):
7171 * gnus-cus.el (gnus-score-customize):
7172 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7173 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7174
7175 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7176
7177 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7178 header by looking for magic "MII" at the beginnig.
7179
7180 2005-06-16 Miles Bader <miles@gnu.org>
7181
7182 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7183 (assistant-field-face): New backward-compatibility alias for renamed
7184 face.
7185 (assistant-render-text): Use renamed assistant-field face.
7186
7187 * spam.el (spam): Remove "-face" suffix from face name.
7188 (spam-face): New backward-compatibility alias for renamed face.
7189 (spam-face, spam-initialize): Use renamed spam face.
7190
7191 * message.el (message-header-to, message-header-cc)
7192 (message-header-subject, message-header-newsgroups)
7193 (message-header-other, message-header-name)
7194 (message-header-xheader, message-separator, message-cited-text)
7195 (message-mml): Remove "-face" suffix from face names.
7196 (message-header-to-face, message-header-cc-face)
7197 (message-header-subject-face, message-header-newsgroups-face)
7198 (message-header-other-face, message-header-name-face)
7199 (message-header-xheader-face, message-separator-face)
7200 (message-cited-text-face, message-mml-face):
7201 New backward-compatibility aliases for renamed faces.
7202 (message-font-lock-keywords): Use renamed message faces.
7203
7204 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7205 (sieve-test-commands, sieve-tagged-arguments):
7206 Remove "-face" suffix from face names.
7207 (sieve-control-commands-face, sieve-action-commands-face)
7208 (sieve-test-commands-face, sieve-tagged-arguments-face):
7209 New backward-compatibility aliases for renamed faces.
7210 (sieve-control-commands-face, sieve-action-commands-face)
7211 (sieve-test-commands-face, sieve-tagged-arguments-face):
7212 Use renamed sieve faces.
7213
7214 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7215 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7216 (gnus-group-news-3-empty, gnus-group-news-4)
7217 (gnus-group-news-4-empty, gnus-group-news-5)
7218 (gnus-group-news-5-empty, gnus-group-news-6)
7219 (gnus-group-news-6-empty, gnus-group-news-low)
7220 (gnus-group-news-low-empty, gnus-group-mail-1)
7221 (gnus-group-mail-1-empty, gnus-group-mail-2)
7222 (gnus-group-mail-2-empty, gnus-group-mail-3)
7223 (gnus-group-mail-3-empty, gnus-group-mail-low)
7224 (gnus-group-mail-low-empty, gnus-summary-selected)
7225 (gnus-summary-cancelled, gnus-summary-high-ticked)
7226 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7227 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7228 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7229 (gnus-summary-low-undownloaded)
7230 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7231 (gnus-summary-low-unread, gnus-summary-normal-unread)
7232 (gnus-summary-high-read, gnus-summary-low-read)
7233 (gnus-summary-normal-read, gnus-splash):
7234 Remove "-face" suffix from face names.
7235 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7236 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7237 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7238 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7239 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7240 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7241 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7242 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7243 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7244 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7245 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7246 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7247 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7248 (gnus-summary-normal-ticked-face)
7249 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7250 (gnus-summary-normal-ancient-face)
7251 (gnus-summary-high-undownloaded-face)
7252 (gnus-summary-low-undownloaded-face)
7253 (gnus-summary-normal-undownloaded-face)
7254 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7255 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7256 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7257 (gnus-splash-face):
7258 New backward-compatibility aliases for renamed faces.
7259 (gnus-group-startup-message): Use renamed gnus faces.
7260
7261 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7262 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7263 (gnus-server-agent): Remove "-face" suffix from face names.
7264 (gnus-server-agent-face, gnus-server-opened-face)
7265 (gnus-server-closed-face, gnus-server-denied-face)
7266 (gnus-server-offline-face):
7267 New backward-compatibility aliases for renamed faces.
7268 (gnus-server-agent-face, gnus-server-opened-face)
7269 (gnus-server-closed-face, gnus-server-denied-face)
7270 (gnus-server-offline-face): Use renamed gnus faces.
7271
7272 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7273 Remove "-face" suffix from face names.
7274 (gnus-picon-xbm-face, gnus-picon-face):
7275 New backward-compatibility aliases for renamed faces.
7276
7277 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7278 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7279 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7280 (gnus-cite-11): Remove "-face" suffix from face names.
7281 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7282 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7283 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7284 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7285 New backward-compatibility aliases for renamed faces.
7286 (gnus-cite-attribution-face, gnus-cite-face-list)
7287 (gnus-article-boring-faces): Use renamed gnus faces.
7288
7289 * gnus-art.el (gnus-signature, gnus-header-from)
7290 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7291 (gnus-header-content): Remove "-face" suffix from face names.
7292 (gnus-signature-face, gnus-header-from-face)
7293 (gnus-header-subject-face, gnus-header-newsgroups-face)
7294 (gnus-header-name-face, gnus-header-content-face):
7295 New backward-compatibility aliases for renamed faces.
7296 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7297
7298 * gnus-sum.el (gnus-summary-selected-face)
7299 (gnus-summary-highlight): Use renamed gnus faces.
7300 * gnus-group.el (gnus-group-highlight): Likewise.
7301
7302 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7303
7304 * gnus-sieve.el (gnus-sieve-article-add-rule):
7305 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7306 * spam-stat.el (spam-stat-buffer-change-to-spam)
7307 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7308
7309 * message.el (message-is-yours-p):
7310 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7311
7312 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7313
7314 * mm-view.el (mm-inline-text): Withdraw the last change.
7315
7316 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7317
7318 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7319 executing enriched-decode.
7320
7321 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7322
7323 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7324 charset of tar files.
7325
7326 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7327
7328 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7329
7330 2005-06-04 Lute Kamstra <lute@gnu.org>
7331
7332 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7333 information is never recorded.
7334
7335 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7336
7337 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7338
7339 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7340
7341 * pop3.el (pop3-apop): Run md5 in the binary mode.
7342
7343 * starttls.el (starttls-set-process-query-on-exit-flag):
7344 Use eval-and-compile.
7345
7346 2005-05-31 Simon Josefsson <jas@extundo.com>
7347
7348 * smime.el (smime-replace-in-string): Define.
7349 (smime-cert-by-ldap-1): Use it.
7350
7351 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7352
7353 * gnus-art.el (article-display-x-face): Replace
7354 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7355
7356 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7357 set-process-query-on-exit-flag or process-kill-without-query.
7358
7359 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7360 loop instead of replace-regexp.
7361
7362 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7363 instead of process-kill-without-query if it is available.
7364
7365 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7366 instead of find-file-hooks if it is available.
7367
7368 * mml1991.el: Bind pgg-default-user-id when compiling.
7369
7370 * mml2015.el: Bind pgg-default-user-id when compiling.
7371
7372 * nndraft.el (nndraft-request-associate-buffer):
7373 Use write-contents-functions instead of write-contents-hooks if it is
7374 available.
7375
7376 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7377 instead of find-file-hooks if it is available.
7378
7379 * nntp.el (nntp-open-connection): Replace
7380 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7381 (nntp-open-ssl-stream): Ditto.
7382 (nntp-open-tls-stream): Ditto.
7383
7384 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7385 set-process-query-on-exit-flag or process-kill-without-query.
7386 (starttls-open-stream-gnutls): Use it instead of
7387 process-kill-without-query.
7388 (starttls-open-stream): Ditto.
7389
7390 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7391
7392 * smime.el (smime-cert-by-ldap-1): Don't use
7393 replace-regexp-in-string.
7394
7395 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7396
7397 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7398
7399 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7400 in PEM format. Adjust to the XEmacs compability.
7401
7402 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7403
7404 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7405 by `string-to-number'.
7406 * gnus-agent.el (gnus-agent-regenerate-group)
7407 (gnus-agent-fetch-articles): Ditto.
7408 * gnus-art.el (gnus-button-fetch-group): Ditto.
7409 * gnus-cache.el (gnus-cache-generate-active)
7410 (gnus-cache-articles-in-group): Ditto.
7411 * gnus-group.el (gnus-group-set-current-level)
7412 (gnus-group-insert-group-line): Ditto.
7413 * gnus-score.el (gnus-score-set-expunge-below)
7414 (gnus-score-set-mark-below, gnus-summary-score-effect)
7415 (gnus-summary-score-entry): Ditto.
7416 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7417 (gnus-soup-pack): Ditto.
7418 * gnus-spec.el (gnus-xmas-format): Ditto.
7419 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7420 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7421 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7422 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7423 * nndb.el (nndb-get-remote-expire-response): Ditto.
7424 * nndiary.el (nndiary-parse-schedule-value)
7425 (nndiary-string-to-number, nndiary-request-replace-article)
7426 (nndiary-request-article): Ditto.
7427 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7428 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7429 * nneething.el (nneething-make-head): Ditto.
7430 * nnfolder.el (nnfolder-request-article)
7431 (nnfolder-retrieve-headers): Ditto.
7432 * nnheader.el (nnheader-file-to-number): Ditto.
7433 * nnkiboze.el (nnkiboze-request-article): Ditto.
7434 * nnmail.el (nnmail-process-unix-mail-format)
7435 (nnmail-process-babyl-mail-format): Ditto.
7436 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7437 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7438 (nnmh-request-create-group, nnmh-request-list-1)
7439 (nnmh-request-group, nnmh-request-article): Ditto.
7440 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7441 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7442 * nnsoup.el (nnsoup-make-active): Ditto.
7443 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7444 * nntp.el (nntp-find-group-and-number)
7445 (nntp-retrieve-headers-with-xover): Ditto.
7446 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7447 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7448 (pgg-format-key-identifier): Ditto.
7449 * pop3.el (pop3-last, pop3-stat): Ditto.
7450 * qp.el (quoted-printable-decode-region): Ditto.
7451
7452 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7453 of concat.
7454
7455 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7456
7457 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7458
7459 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7460
7461 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7462
7463 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7464
7465 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7466
7467 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7468
7469 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7470 (gnus-carpal-mode): Ditto.
7471
7472 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7473 (gnus-browse-mode): Ditto.
7474
7475 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7476
7477 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7478
7479 2005-05-29 Richard M. Stallman <rms@gnu.org>
7480
7481 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7482
7483 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7484
7485 * gnus-util.el (gnus-run-mode-hooks): New function.
7486
7487 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7488
7489 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7490
7491 * gnus-agent.el (gnus-agent-make-mode-line-string):
7492 Use mode-line-highlight as mouse-face.
7493
7494 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7495
7496 * canlock.el (canlock): Change the parent group to news.
7497
7498 * deuglify.el (gnus-outlook-deuglify): Add :group.
7499
7500 * dig.el (dig): Add :group.
7501
7502 * dns-mode.el (dns-mode): Add :group.
7503
7504 * encrypt.el (encrypt): Add :group.
7505
7506 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7507 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7508 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7509 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7510 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7511
7512 * gnus-diary.el (gnus-diary): Add :group.
7513
7514 * gnus.el (gnus-group-news-1-face): Add :group.
7515 (gnus-group-news-1-empty-face): Ditto.
7516 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7517 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7518 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7519 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7520 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7521 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7522 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7523 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7524 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7525 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7526 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7527 (gnus-summary-high-ticked-face): Ditto.
7528 (gnus-summary-low-ticked-face): Ditto.
7529 (gnus-summary-normal-ticked-face): Ditto.
7530 (gnus-summary-high-ancient-face): Ditto.
7531 (gnus-summary-low-ancient-face): Ditto.
7532 (gnus-summary-normal-ancient-face): Ditto.
7533 (gnus-summary-high-undownloaded-face): Ditto.
7534 (gnus-summary-low-undownloaded-face): Ditto.
7535 (gnus-summary-normal-undownloaded-face): Ditto.
7536 (gnus-summary-high-unread-face): Ditto.
7537 (gnus-summary-low-unread-face): Ditto.
7538 (gnus-summary-normal-unread-face): Ditto.
7539 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7540 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7541
7542 * hashcash.el (hashcash): New custom group.
7543 (hashcash-default-payment): Add :group.
7544 (hashcash-payment-alist): Ditto.
7545 (hashcash-default-accept-payment): Ditto.
7546 (hashcash-accept-resources): Ditto.
7547 (hashcash-path): Ditto.
7548 (hashcash-extra-generate-parameters): Ditto.
7549 (hashcash-double-spend-database): Ditto.
7550 (hashcash-in-news): Ditto.
7551
7552 * message.el (message-minibuffer-local-map): Add :group.
7553
7554 * netrc.el (netrc): Add :group.
7555
7556 * sieve-manage.el (sieve-manage-log): Add :group.
7557 (sieve-manage-default-user): Diito.
7558 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7559 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7560 (sieve-manage-authenticators): Ditto.
7561 (sieve-manage-authenticator-alist): Ditto.
7562 (sieve-manage-default-port): Ditto.
7563
7564 * sieve-mode.el (sieve-control-commands-face): Add :group.
7565 (sieve-action-commands-face): Ditto.
7566 (sieve-test-commands-face): Ditto.
7567 (sieve-tagged-arguments-face): Ditto.
7568
7569 * smime.el (smime): Add :group.
7570
7571 * spam-report.el (spam-report): Add :group.
7572
7573 * spam.el (spam, spam-face): Add :group.
7574
7575 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7576
7577 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7578 return \n.\n.\n at the end of articles. Protect against that.
7579 (nntp-with-open-group): Allow debugging.
7580
7581 * nnheader.el (mail-header-set-extra): Make into a function
7582 because I just could't understand how to quote the list properly.
7583
7584 * dns.el (query-dns-cached): New function.
7585
7586 2005-05-26 Lute Kamstra <lute@gnu.org>
7587
7588 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7589
7590 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7591
7592 * gnus-art.el: Don't autoload mail-extract-address-components.
7593
7594 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7595 eval-and-compile to evaluate it.
7596
7597 * hashcash.el: Don't autoload executable-find.
7598
7599 * nndb.el: Don't declare the nndb back end two or more times; don't
7600 autoload news-reply-mode, news-setup, cancel-timer and telnet.
7601
7602 * nntp.el: Autoload format-spec instead of format; use
7603 eval-and-compile to evaluate autoload forms.
7604
7605 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
7606
7607 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7608
7609 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7610
7611 * gnus.el (gnus-version-number): Bump version.
7612
7613 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7614
7615 * gnus.el: No Gnus v0.3 is released.
7616
7617 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
7618
7619 * gnus-art.el (gnus-article-edit-part): Disable undo.
7620
7621 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7622
7623 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7624 gnus-article-date-lapsed-new-header is t if date timer is active;
7625 skip headers in which the original date value is empty.
7626 (gnus-article-save-original-date): Redefine it as a macro.
7627 (gnus-display-mime): Use it.
7628
7629 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7630
7631 * gnus-art.el (article-date-ut): Support converting date in
7632 forwarded parts as well.
7633 (gnus-article-save-original-date): New function.
7634 (gnus-display-mime): Use it.
7635
7636 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
7637
7638 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7639 enclosure element of <item>.
7640
7641 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
7642
7643 * message.el (message-kill-buffer-query): Renamed from
7644 `message-kill-buffer-query-if-modified'. Added :version.
7645
7646 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7647
7648 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7649 window layout.
7650
7651 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7652
7653 * mml.el: Autoload dnd when compiling.
7654
7655 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7656
7657 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7658 x-dnd-*.
7659
7660 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7661
7662 * qp.el (quoted-printable-encode-region): Save excursion.
7663
7664 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
7665
7666 * message.el (message-kill-buffer-query-if-modified): Add new variable
7667 so the user can kill a modified message buffer quickly.
7668 (message-kill-buffer): Use it.
7669
7670 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
7671
7672 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
7673 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7674
7675 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
7676
7677 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7678 contained in text because xml.el decodes entities) with LFs.
7679
7680 2005-04-11 Lute Kamstra <lute@gnu.org>
7681
7682 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7683 differently.
7684
7685 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7686
7687 * mm-util.el (mm-detect-coding-region): Typo.
7688
7689 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
7690
7691 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7692
7693 2005-04-06 D Goel <deego@gnufans.org>
7694
7695 * spam-stat.el (spam-stat-score-buffer): Add a call to a
7696 user-function allow user modifications of the scores.
7697 (spam-stat-score-buffer-user): New function, to allow
7698 user-computed modifications to the score.
7699 (spam-stat-score-buffer-user-functions): List of additional
7700 scoring functions.
7701 (spam-stat-error-holder): Global temporary error holder.
7702 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
7703 variable.
7704
7705 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
7706
7707 * gnus-registry.el (gnus-registry-clean-empty-function)
7708 (gnus-registry-trim, gnus-registry-fetch-groups)
7709 (gnus-registry-delete-group): Groups that match
7710 `gnus-registry-ignored-groups' are removed from the registry
7711 entries, not just ignored for splitting. This helps clean up the
7712 registry. Also, `gnus-registry-fetch-groups' is a convenient way
7713 to get all the groups a message ID is in.
7714
7715 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7716 (spam-stat-split-fancy): Change "threshhold" to "threshold"
7717 (spam-stat-score-buffer-user-functions): Add :number custom type.
7718
7719 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7720
7721 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7722 argument in XEmacs.
7723
7724 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7725 (nnrss-request-group): Decode group name first.
7726 (nnrss-request-article): Make a text/plain article if mml-to-mime
7727 failed.
7728 (nnrss-get-encoding): Return a compatible encoding according to
7729 nnrss-compatible-encoding-alist.
7730 (nnrss-find-el): Use consp instead of listp.
7731 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7732
7733 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7734
7735 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7736 which Emacs 20 doesn't support.
7737 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7738
7739 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
7740
7741 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
7742 silence the byte compiler inside the defun.
7743
7744 * gnus-demon.el (parse-time-string): Add autoload.
7745
7746 * gnus-delay.el (parse-time-string): Add autoload.
7747
7748 * gnus-art.el (parse-time-string): Add autoload.
7749
7750 * nnultimate.el (parse-time): Require for `parse-time-string'.
7751
7752 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7753
7754 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7755
7756 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7757
7758 * smime.el (smime-ldap-host-list): Add :version.
7759
7760 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7761
7762 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
7763 pass it to `gnus-browse-read-group'.
7764 (gnus-browse-read-group): Add NUMBER argument and pass it to
7765 `gnus-group-read-ephemeral-group'.
7766
7767 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
7768 argument and pass it to `gnus-group-read-group'.
7769
7770 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
7771
7772 * mm-util.el (mm-xemacs-find-mime-charset): Only call
7773 mm-xemacs-find-mime-charset-1 if we have the mule feature
7774 available at runtime.
7775
7776 2005-03-25 Werner Lemberg <wl@gnu.org>
7777
7778 * nnmaildir.el: Replace `illegal' with `invalid'.
7779
7780 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7781
7782 * gnus-start.el (gnus-display-time-event-handler):
7783 Check display-time-timer at runtime rather than only at load time
7784 in case display-time-mode is turned off in the mean time.
7785
7786 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7787
7788 * nnimap.el (nnimap-open-connection): Print which authinfo file is
7789 used.
7790
7791 * nneething.el (nneething-map-file-directory): Derive from
7792 `gnus-directory'.
7793
7794 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7795 the To/Cc button.
7796
7797 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
7798
7799 * nnmaildir.el (nnmaildir-request-accept-article):
7800 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7801
7802 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7803
7804 * gnus-async.el: Require timer-funcs at compile time when in
7805 XEmacs for `run-with-idle-timer'.
7806
7807 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7808
7809 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7810 autoloaded function.
7811
7812 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7815
7816 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
7817
7818 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7819
7820 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7821
7822 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7823 gnus-expert-user to default.
7824
7825 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
7826
7827 * nnimap.el (nnimap-open-server): Ditto.
7828
7829 * imap.el (imap-authenticate): Fix typo.
7830
7831 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
7832
7833 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7834 buffer (since IMAP server might return FETCH response out of
7835 order, and the nntp buffer must be sorted).
7836
7837 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
7838
7839 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7840 comparison on string.
7841
7842 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
7843 (gnus-agent-score): Renamed category keywords to match gnus-cus.
7844 (gnus-agent-summary-fetch-series): Modified to protect against
7845 gnus-agent-summary-fetch-group clearing processable flags.
7846 (gnus-agent-synchronize-group-flags): Update live group buffer as
7847 synchronization may occur due to the user toggle the plugged
7848 status.
7849 (gnus-agent-fetch-group-1): Clear downloadable flag when article
7850 successfully downloaded.
7851 (gnus-agent-expire-group-1): Avoid using markers when the overview
7852 is in ascending order; greatly improves performance.
7853 (gnus-agent-regenerate-group): Use
7854 gnus-agent-synchronize-group-flags to reset read status in both
7855 gnus and server.
7856 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
7857
7858 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7859
7860 * message.el: Don't autoload former message-utils variables.
7861 (message-strip-subject-trailing-was): Change doc string.
7862
7863 * nnweb.el: Fixes for `gnus-group-make-web-group'.
7864 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
7865 (nnweb-google-search): Add "hl=en" here.
7866 (nnweb-google-parse-1, nnweb-google-create-mapping):
7867 Don't hardcode URL.
7868
7869 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7870
7871 * message.el (message-get-reply-headers, message-followup):
7872 Mention related variables `message-use-followup-to' and
7873 `message-use-mail-followup-to', in the information buffer.
7874
7875 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
7876 of broken groups(-beta).google.com.
7877
7878 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
7879
7880 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
7881 parameter to invoked gnus-request-move-article; remove the
7882 redundant gnus-sum-hint-move-is-internal variable; apply the marks
7883 all at once instead of once per article.
7884 (gnus-summary-remove-process-mark): Accept a list of articles as
7885 well as a single article for processing.
7886
7887 * gnus-int.el (gnus-request-move-article): Add move-is-internal
7888 parameter.
7889
7890 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
7891
7892 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
7893
7894 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
7895 parameter.
7896
7897 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
7898 parameter.
7899
7900 * nnimap.el (nnimap-request-move-article): Add move-is-internal
7901 parameter and remove the gnus-sum-hint-move-is-internal variable.
7902
7903 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
7904 parameter.
7905
7906 * nndraft.el (nndraft-request-move-article): Add move-is-internal
7907 parameter.
7908
7909 * nndiary.el (nndiary-request-move-article): Add move-is-internal
7910 parameter.
7911
7912 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
7913
7914 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
7915 parameter.
7916
7917 * nnagent.el (nnagent-request-move-article): Add move-is-internal
7918 parameter.
7919
7920 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
7921
7922 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
7923 a more conservative way.
7924
7925 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7926
7927 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
7928 buffer, so it moves the window's cursor.
7929
7930 2005-02-26 Arne Jørgensen <arne@arnested.dk>
7931
7932 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
7933 `mm-dissect-multipart' and receive the from field as an (optional)
7934 argument from `mm-dissect-multipart'.
7935 (mm-dissect-multipart): Receive the from field as an argument and
7936 pass it on when we call `mm-dissect-buffer' on MIME parts.
7937 Fixes verification/decryption of signed/encrypted MIME parts.
7938
7939 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
7940
7941 * gnus-sum.el (gnus-summary-move-article): Set
7942 gnus-sum-hint-move-is-internal for gnus-request-move-article and
7943 whatever it calls (right now, only nnimap-request-move article
7944 respects it).
7945
7946 * nnimap.el (nnimap-request-move-article): When
7947 gnus-sum-hint-move-is-internal is set, don't do the extra
7948 nnimap-request-article.
7949
7950 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
7951
7952 * nnheader.el (nnheader-find-file-noselect): Add doc string.
7953
7954 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
7955 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
7956
7957 * gnus-sum.el (gnus-summary-caesar-message):
7958 Apply `gnus-treat-article' after rotation.
7959
7960 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
7961 doc string.
7962
7963 2005-02-22 Simon Josefsson <jas@extundo.com>
7964
7965 * encrypt.el (encrypt-password-cache-expiry): Remove (use
7966 `password-cache-expiry' instead). Reported by Arne Jørgensen
7967 <arne@arnested.dk>.
7968 (encrypt): Add password-cache and password-cache-expiry as group
7969 members.
7970
7971 2005-02-22 Arne Jørgensen <arne@arnested.dk>
7972
7973 * smime.el (smime-ldap-host-list): Doc fix.
7974 (smime-ask-passphrase): Use `password-read-and-add' to read (and
7975 cache) password.
7976 (smime-sign-region): Use it.
7977 (smime-decrypt-region): Use it.
7978 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
7979 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
7980 fails.
7981 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
7982 certificate from DER to PEM format rather than calling openssl.
7983
7984 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
7985
7986 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
7987 for signing/encryption.
7988
7989 * mml.el (mml-parse-1): Use them.
7990
7991 2005-02-21 Arne Jørgensen <arne@arnested.dk>
7992
7993 * nnrss.el (nnrss-verbose): Removed.
7994 (nnrss-request-group): Use `nnheader-message' instead.
7995
7996 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
7997
7998 * nnrss.el (nnrss-verbose): New variable.
7999 (nnrss-request-group): Make it say nnrss is requesting a group.
8000
8001 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
8002
8003 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
8004 Handle news URL with given port correctly.
8005
8006 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
8007
8008 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
8009 containing special characters.
8010
8011 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8012
8013 * mml.el (mime-to-mml): Ditto.
8014
8015 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8016 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8017 (rfc2047-decode-region): Quote decoded words containing special
8018 characters when rfc2047-quote-decoded-words-containing-tspecials
8019 is non-nil.
8020
8021 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8022
8023 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8024
8025 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8026
8027 2005-02-15 Simon Josefsson <jas@extundo.com>
8028
8029 * nnimap.el (nnimap-debug): Doc fix.
8030
8031 * imap.el (imap-debug): Doc fix.
8032
8033 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8034
8035 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8036
8037 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8038
8039 * gnus.el (spam-contents): Improve docs for spam-contents
8040 parameter in its variable incarnation.
8041
8042 2005-02-14 Simon Josefsson <jas@extundo.com>
8043
8044 * smime-ldap.el: Use require instead of load-library for ldap.
8045 (smime-ldap-search): Indent.
8046 (smime-ldap-search-internal): Shorten line.
8047
8048 * smime.el (smime-cert-by-dns): Add doc-string.
8049 (smime-cert-by-ldap-1): Indent.
8050
8051 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8052 mml-smime-get-dns-ldap.
8053 (mml-smime-encrypt-query): Use new function. Default to ldap.
8054
8055 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8056
8057 * smime.el: Require smime-ldap.
8058 (smime-ldap-host-list): New variable.
8059 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8060
8061 * mml-smime.el (mml-smime-encrypt-query): New function.
8062 (mml-smime-encrypt-query): Use it.
8063
8064 * smime-ldap.el: New file.
8065
8066 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8067
8068 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8069
8070 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8071
8072 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8073 argument in doc string. Make query for type more clear.
8074
8075 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8076
8077 * gnus.el (gnus-group-startup-message): Search for gnus images in
8078 etc/images/gnus.
8079 * mm-util.el (mm-image-load-path): Likewise.
8080 * smiley.el (smiley-data-directory): Search for smilies in
8081 etc/images/smilies.
8082
8083 2005-02-09 Kim F. Storm <storm@cua.dk>
8084
8085 Change Emacs release version from 21.4 to 22.1 throughout.
8086 Change Emacs development version from 21.3.50 to 22.0.50.
8087
8088 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8089
8090 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8091
8092 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8093 non-Mule XEmacs as well.
8094 (mm-decompress-buffer): Signal an error intentionally if it does
8095 not decompress compressed data because auto-compression-mode is
8096 disabled.
8097
8098 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8099
8100 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8101 an ID in the registry even if it has no groups.
8102
8103 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8104
8105 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8106 merge it into mm-decompress-buffer.
8107 (gnus-mime-copy-part): Use the MIME part charset, the value which
8108 a user specified or gnus-newsgroup-charset for decoding, like
8109 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8110 save-buffer what was used. Suggested by Kevin Ryde
8111 <user42@zip.com.au>.
8112 (gnus-mime-inline-part): Allow the name parameter as well as the
8113 filename parameter; force decompressing of compressed data; always
8114 display contents being not decoded as unibyte.
8115
8116 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8117 as well as the filename parameter.
8118
8119 * mm-util.el (mm-decompress-buffer): Merge
8120 gnus-mime-jka-compr-maybe-uncompress.
8121 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8122 of compressed data.
8123
8124 2005-02-08 Simon Josefsson <jas@extundo.com>
8125
8126 * imap.el (imap-log): Doc fix.
8127
8128 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8129
8130 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8131 the coding cookies; decompress compressed parts.
8132
8133 * mml.el (mml-generate-mime-1): Add the charaset parameter according
8134 to the value which a user specified manually or the coding cookie.
8135
8136 * mm-util.el (mm-string-to-multibyte): New function.
8137 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8138 (mm-coding-system-to-mime-charset): New function.
8139 (mm-decompress-buffer): New function.
8140 (mm-find-buffer-file-coding-system): New function.
8141
8142 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8143 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8144 parts.
8145
8146 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8147
8148 * mm-view.el (mm-display-inline-fontify): Decode a part according
8149 to the charset parameter.
8150
8151 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8152
8153 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8154 prefix arg is neither nil nor a number, as info specifies.
8155
8156 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8157
8158 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8159 timestamps.
8160
8161 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8162
8163 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8164 groups error checking and notify user.
8165
8166 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8167
8168 * message.el (message-send-mail-function): Check existence of
8169 sendmail-program first before using default value
8170 `message-send-mail-with-sendmail'. Otherwise use more generic
8171 `smtpmail-send-it'.
8172
8173 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8174
8175 * nntp.el (nntp-request-update-info): Always return nil.
8176
8177 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8178
8179 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8180
8181 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8182
8183 * message.el (message-beginning-of-line): Change the behavior when
8184 invoked between BOL and : so that it first moves backward.
8185
8186 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8187
8188 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8189 article buffer when editing of the article is discarded.
8190 (gnus-article-prepare): Revert.
8191
8192 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8193
8194 * gnus-art.el (gnus-article-prepare):
8195 Remove message-strip-forbidden-properties from the local hook.
8196
8197 2005-01-27 Simon Josefsson <jas@extundo.com>
8198
8199 * password.el (password-cache-add): Only start one timer per key.
8200 Reported by Derek Atkins <warlord@MIT.EDU>.
8201
8202 2005-01-26 Steve Youngs <steve@sxemacs.org>
8203
8204 * run-at-time.el: Removed. It is no longer needed as
8205 timer-funcs.el in the xemacs-base package has a working version of
8206 `run-at-time'.
8207
8208 * password.el: Require timer-funcs instead of run-at-time in
8209 XEmacs.
8210 Remove `password-run-at-time' macro.
8211 (password-cache-add): Use `run-at-time' instead of
8212 `password-run-at-time'.
8213
8214 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8215 for `run-with-idle-timer'.
8216
8217 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8218 for `run-at-time'.
8219
8220 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8221 for `with-timeout'.
8222
8223 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8224
8225 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8226 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8227
8228 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8229
8230 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8231 sensitively.
8232
8233 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8234
8235 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8236
8237 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8238
8239 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8240 which will be inserted according to the multibyteness of a buffer
8241 rather than the type of contents. Suggested by ARISAWA Akihiro
8242 <ari@mbf.ocn.ne.jp>.
8243
8244 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8245 of string which old xml.el may return rather than a string.
8246
8247 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8248
8249 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8250
8251 2005-01-16 Simon Josefsson <jas@extundo.com>
8252
8253 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8254 idn/idna.el isn't available.
8255 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8256 <michael@waxrat.com>.
8257
8258 * hashcash.el: Remove non-FSF copyright header.
8259
8260 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8261 (hashcash-generate-payment): Use it.
8262 (hashcash-generate-payment-async): Use it.
8263
8264 2005-01-15 Simon Josefsson <jas@extundo.com>
8265
8266 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8267 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8268
8269 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8270 gnus-summary-idna-message.
8271 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8272 (gnus-summary-idna-message): New function.
8273
8274 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8275
8276 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8277 gnus-novice-user.
8278
8279 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8280
8281 * nnrss.el (nnrss-request-delete-group): Delete entries in
8282 nnrss-group-alist as well.
8283 (nnrss-save-server-data): Insert newline.
8284
8285 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8286
8287 * gnus.el (gnus-user-agent): Use list of symbols instead of
8288 symbols. Display full version number for (S)XEmacs. Optionally
8289 display (S)XEmacs codename.
8290
8291 * gnus-util.el (gnus-emacs-version): Update for new
8292 `gnus-user-agent'.
8293
8294 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8295 Gnus version.
8296
8297 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8298
8299 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8300 which is unreadable in some setups.
8301
8302 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8303
8304 * gnus-spec.el (gnus-update-format-specifications): Flush the
8305 group format spec cache if it doesn't support decoded group names.
8306
8307 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8308
8309 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8310 Allow to apply decay on score files matching a regexp.
8311
8312 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8313
8314 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8315 compatibility in %g and %c.
8316
8317 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8318
8319 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8320 name for only %g and %c.
8321 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8322 of gnus-tmp-group to decoded group name.
8323 (gnus-group-make-rss-group): Exclude `/'s from group names.
8324
8325 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8326
8327 * nnrss.el (nnrss-get-encoding): Fix regexp.
8328
8329 2004-12-27 Simon Josefsson <jas@extundo.com>
8330
8331 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8332 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8333 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8334
8335 2004-12-17 Kim F. Storm <storm@cua.dk>
8336
8337 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8338
8339 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8340
8341 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8342
8343 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8344
8345 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8346
8347 * nnrss.el: Require rfc2047 and mml.
8348 (nnrss-file-coding-system): New variable.
8349 (nnrss-format-string): Redefine it as an inline function.
8350 (nnrss-decode-group-name): New function.
8351 (nnrss-string-as-multibyte): Remove.
8352 (nnrss-retrieve-headers): Decode group name; don't use
8353 nnrss-format-string.
8354 (nnrss-request-group): Decode group name.
8355 (nnrss-request-article): Decode group name; allow a Message-ID as
8356 well as an article number; don't use nnrss-format-string; encode a
8357 Message-ID string which may contain non-ASCII characters; use
8358 mml-to-mime to compose a MIME article.
8359 (nnrss-request-expire-articles): Decode group name.
8360 (nnrss-request-delete-group): Decode group name.
8361 (nnrss-fetch): Clarify error message.
8362 (nnrss-read-server-data): Use insert-file-contents instead of load;
8363 bind file-name-coding-system; use multibyte buffer.
8364 (nnrss-save-server-data): Bind coding-system-for-write to the
8365 value of nnrss-file-coding-system; bind file-name-coding-system;
8366 add coding cookie.
8367 (nnrss-read-group-data): Use insert-file-contents instead of load;
8368 bind file-name-coding-system; use multibyte buffer.
8369 (nnrss-save-group-data): Bind coding-system-for-write to the
8370 value of nnrss-file-coding-system; bind file-name-coding-system.
8371 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8372 make it work with non-ASCII text.
8373 (nnrss-find-el): Make it work with old xml.el as well.
8374
8375 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8376
8377 * nnrss.el (nnrss-get-encoding): New function.
8378 (nnrss-fetch): Use unibyte buffer initially; bind
8379 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8380 decode contents according to the encoding attribute.
8381 (nnrss-save-group-data): Add coding cookie.
8382 (nnrss-mime-encode-string): New function.
8383 (nnrss-check-group): Use it to encode subject and author.
8384
8385 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8386
8387 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8388 imaginary variable.
8389
8390 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8391
8392 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8393 correctly even if there are wide characters.
8394
8395 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8396
8397 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8398 downcased symbol names; make a new cache instead of reusing
8399 bbdb-hashtable.
8400
8401 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8402
8403 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8404 concatenating segments rather than before concatenating them.
8405 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8406
8407 * message.el (message-get-reply-headers): Bind `extra'.
8408
8409 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8410
8411 * message.el (message-extra-wide-headers): New variable.
8412 (message-get-reply-headers): Use it.
8413
8414 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8415
8416 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8417 (gnus-agent-group-pathname): Ditto.
8418
8419 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8420
8421 * gnus-group.el (gnus-group-make-group): Decode group name.
8422 (gnus-group-make-rss-group): Register the group data after opening
8423 the nnrss group.
8424
8425 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8426
8427 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8428 by expiry now get marked as read.
8429
8430 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8431
8432 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8433
8434 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8435
8436 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8437 unify Latin characters in XEmacs.
8438 (mm-find-mime-charset-region): Use it.
8439
8440 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8441
8442 * gnus-util.el (gnus-delete-directory): New function.
8443
8444 * gnus-agent.el (gnus-agent-delete-group): Use it.
8445
8446 * gnus-cache.el (gnus-cache-delete-group): Use it.
8447
8448 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8449
8450 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8451 names.
8452
8453 2004-12-16 Simon Josefsson <jas@extundo.com>
8454
8455 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8456
8457 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8458
8459 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8460
8461 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8462 (gnus-group-set-current-level): Decode group name.
8463
8464 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8465
8466 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8467 failed.
8468
8469 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8470
8471 * gnus-group.el (gnus-group-delete-group): Decode group name.
8472 (gnus-group-make-rss-group): Encode group name.
8473 (gnus-group-catchup-current): Decode group name.
8474 (gnus-group-kill-group): Decode group name.
8475
8476 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8479
8480 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8481
8482 * gnus-group.el (gnus-group-make-rss-group):
8483 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8484
8485 * gnus-start.el (gnus-setup-news): Honor user's setting to
8486 gnus-message-archive-method. Suggested by Lute Kamstra
8487 <lute@gnu.org>.
8488
8489 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8490
8491 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8492 global counterparts of the buffer-local variables.
8493
8494 2004-11-16 Romain Francoise <romain@orebokech.com>
8495
8496 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8497 counterparts of the buffer-local variables.
8498
8499 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8500
8501 * message.el (message-forbidden-properties): Fixed typo in doc
8502 string.
8503
8504 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8505
8506 * gnus-util.el (gnus-replace-in-string): Added doc string.
8507
8508 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8509 to avoid problems when splitting mails with many recipients.
8510
8511 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8512
8513 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8514 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8515
8516 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8517
8518 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8519 if there is no hashtable in memory or file modification time is
8520 newer than cached timestamp.
8521
8522 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8523
8524 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8525 not-matching option.
8526
8527 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8528
8529 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8530 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8531 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8532 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8533 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8534 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8535
8536 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8537
8538 * message.el (message-forward-make-body-mml): Remove headers
8539 according to message-forward-ignored-headers if a message is decoded.
8540
8541 2004-12-02 Romain Francoise <romain@orebokech.com>
8542
8543 * message.el (message-forward-make-body-plain): Always remove
8544 headers according to message-forward-ignored-headers.
8545
8546 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8547
8548 * spam.el (spam-summary-prepare-exit): Remove the
8549 gnus-summary-limit pop for now, it has problems with ham marks for
8550 me.
8551
8552 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8553
8554 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8555 correctly.
8556
8557 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8558
8559 * format-spec.el (format-spec): Message the char.
8560
8561 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8562
8563 * gnus-art.el (gnus-split-methods): Reformat comments.
8564
8565 * spam.el (spam-summary-prepare-exit): Remove article limits
8566 before exiting the summary buffer.
8567
8568 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8569
8570 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8571 order to silence the byte compiler.
8572
8573 * spam.el: Fix the way to silence the byte compiler, which
8574 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8575 bbdb-search-simple, spam-BBDB-register-routine,
8576 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8577 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8578 spam-stat-buffer-is-spam, spam-stat-load,
8579 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8580 spam-stat-save and spam-stat-split-fancy.
8581
8582 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8583
8584 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8585 which may confuse users.
8586 (canlock-password-for-verify): Ditto.
8587
8588 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8589
8590 * gnus-art.el (gnus-emphasis-alist): Ditto.
8591
8592 * gnus-registry.el (gnus-registry-max-entries): Ditto.
8593
8594 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8595
8596 * gnus-start.el (gnus-save-killed-list): Ditto.
8597
8598 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8599 (gnus-sum-thread-tree-root): Ditto.
8600 (gnus-sum-thread-tree-false-root): Ditto.
8601 (gnus-sum-thread-tree-single-indent): Ditto.
8602
8603 * message.el (message-courtesy-message): Ditto.
8604 (message-archive-note): Ditto.
8605 (message-subscribed-address-file): Ditto.
8606 (message-user-fqdn): Ditto.
8607
8608 * spam-report.el (spam-report-gmane-regex): Ditto.
8609
8610 * spam.el (spam-blackhole-good-server-regex): Ditto.
8611
8612 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8613
8614 * mml.el (mml-preview): Widen the message buffer before copying
8615 the contents to the preview buffer; sort headers before previewing.
8616
8617 * message.el (message-hidden-headers): Fix the way to avoid a bug
8618 in the `repeat' widget in Emacs 21.3 or earlier.
8619
8620 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8621
8622 * message.el (message-hidden-headers): Default to "^References:".
8623 Improve customization type. Suggested by Reiner Steib
8624 <Reiner.Steib@gmx.de>.
8625
8626 2004-11-25 Romain Francoise <romain@orebokech.com>
8627
8628 * message.el (message-strip-forbidden-properties): Remove check for
8629 obsolete `message-hidden' text property, hidden headers are not
8630 accessible in the buffer anymore.
8631
8632 2004-11-22 Romain Francoise <romain@orebokech.com>
8633
8634 * message.el (message-header-format-alist): Add `From' in list
8635 so that it can be sorted.
8636 (message-fix-before-sending): Widen and sort headers before
8637 sending.
8638 (message-hide-headers): Use narrowing to hide headers by moving
8639 them to the top of the buffer and narrowing to the region
8640 underneath.
8641
8642 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8643
8644 * message.el (message-strip-forbidden-properties): Bind
8645 buffer-read-only (etc) to nil.
8646
8647 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
8648
8649 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8650 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8651
8652 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
8653
8654 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8655
8656 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8657
8658 * dns.el (query-dns): Use sit-for to time instead of
8659 accept-process-output, since that doesn't seem to work on udp
8660 sockets.
8661
8662 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8663
8664 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8665
8666 2004-11-15 Jesper Harder <harder@ifa.au.dk>
8667
8668 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8669 doc string. Improve doc string.
8670
8671 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8672
8673 * nntp.el (nntp-request-update-info): Return nil if
8674 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8675 may not call gnus-activate-group which uselessly issues the GROUP
8676 commands for all nntp groups and wastes time. Reported by Romain
8677 Francoise <romain@orebokech.com>.
8678
8679 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8680
8681 2004-11-15 Simon Josefsson <jas@extundo.com>
8682
8683 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8684 headers separately.
8685 (gnus-button-openpgp): New function, inspired by Jochen Küpper
8686 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8687
8688 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8689
8690 * gnus-start.el (gnus-convert-old-newsrc):
8691 Assign legacy-gnus-agent to 5.10.7.
8692
8693 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8694
8695 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8696 start of the lines.
8697
8698 2004-11-14 Magnus Henoch <mange@freemail.hu>
8699
8700 * hashcash.el (hashcash-default-payment): Change default to 20
8701 (hashcash-default-accept-payment): Change default to 20
8702 (hashcash-process-alist): New variable
8703 (hashcash-generate-payment-async): Add
8704 (hashcash-already-paid-p): Add
8705 (hashcash-insert-payment): Don't generate payments twice
8706 (hashcash-insert-payment-async): Add
8707 (hashcash-insert-payment-async-2): Add
8708 (hashcash-cancel-async): Add
8709 (hashcash-wait-async): Add
8710 (hashcash-processes-running-p): Add
8711 (hashcash-wait-or-cancel): Add
8712 (mail-add-payment): New optional argument. Conditionally start
8713 asynchronous calculation.
8714 (mail-add-payment-async): Add
8715
8716 * message.el (message-send-mail): Wait for asynchronous hashcash
8717 results. Don't clobber existing X-Hashcash headers.
8718 (message-setup-1): Call mail-add-payment-async when
8719 message-generate-hashcash is non-nil.
8720
8721 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8722
8723 * message.el (message-use-alternative-email-as-from): Examine the
8724 From header as well; use message-make-from in order to include a
8725 user's full name.
8726
8727 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8728
8729 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8730 default; improve customization type.
8731 (gnus-emphasis-custom-with-format): New macro.
8732 (gnus-emphasis-custom-value-to-external): New function.
8733 (gnus-emphasis-custom-value-to-internal): New function.
8734
8735 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8736
8737 * dns.el (query-dns): Resolve reverse addresses.
8738
8739 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8740
8741 * gnus-group.el (gnus-group-get-new-news): Use it.
8742
8743 * gnus-start.el (gnus-check-reasonable-setup): New function.
8744
8745 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8746
8747 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8748 "Args out of range" error. Reported by Arnaud Giersch
8749 <arnaud.giersch@free.fr>.
8750
8751 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
8752
8753 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8754
8755 2004-11-04 Richard M. Stallman <rms@gnu.org>
8756
8757 * spam.el (spam group): Add :version.
8758
8759 * pgg-def.el (pgg group): Add :version.
8760
8761 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8762
8763 * gnus-art.el (gnus-article-edit-article): Don't associate the
8764 article buffer with a draft file. This is a temporary measure
8765 against the 2004-08-22 change to gnus-article-edit-mode.
8766
8767 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8768
8769 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8770 (html2text-format-tags): Remove unused variable `attr'.
8771
8772 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8773
8774 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8775
8776 * spam-stat.el (spam-stat): Add :version.
8777
8778 * sieve.el (sieve): Add :version.
8779
8780 * sha1.el (sha1): Add :version.
8781 (sha1-use-external): Remove redundant version.
8782
8783 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8784 (nnmail-cache-ignore-groups, nnmail-spool-hook)
8785 (nnmail-split-fancy-match-partial-words)
8786 (nnmail-split-lowercase-expanded): Add :version.
8787
8788 * nndiary.el (nndiary): Add :version.
8789
8790 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8791
8792 * mml-sec.el (mml-default-sign-method)
8793 (mml-default-encrypt-method, mml-signencrypt-style-alist):
8794 Add :version.
8795
8796 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8797
8798 * mm-url.el (mm-url-use-external, mm-url-program)
8799 (mm-url-arguments): Add :version.
8800
8801 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8802 (mm-attachment-file-modes, mm-decrypt-option)
8803 (mm-w3m-safe-url-regexp): Add :version.
8804
8805 * message.el (message-cite-prefix-regexp)
8806 (message-sendmail-envelope-from, message-minibuffer-local-map)
8807 (message-user-fqdn, message-completion-alist): Add :version.
8808
8809 * gnus-win.el (gnus-configure-windows-hook)
8810 (gnus-use-frames-on-any-display): Add :version.
8811
8812 * gnus-art.el (gnus-article-address-banner-alist)
8813 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8814 (gnus-treat-from-picon, gnus-treat-mail-picon)
8815 (gnus-treat-x-pgp-sig): Add :version.
8816
8817 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8818 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8819 (gnus-summary-article-delete-hook)
8820 (gnus-summary-display-while-building): Add :version.
8821
8822 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8823 (gnus-get-top-new-news-hook):Add :version.
8824
8825 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8826 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8827
8828 * gnus-registry.el (gnus-registry): Add :version.
8829
8830 * gnus-spec.el (gnus-use-correct-string-widths)
8831 (gnus-make-format-preserve-properties): Add :version.
8832
8833 * gnus.el (gnus-group-charter-alist)
8834 (gnus-group-fetch-control-use-browse-url)
8835 (gnus-install-group-spam-parameters): Add :version.
8836
8837 * gnus-diary.el (gnus-diary): Add :version.
8838
8839 * gnus-delay.el (gnus-delay): Add :version.
8840
8841 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8842 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8843 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8844 Add :version.
8845
8846 * gnus-agent.el (gnus-agent-max-fetch-size)
8847 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
8848 (gnus-agent-prompt-send-queue): Add :version.
8849
8850 * deuglify.el (gnus-outlook-deuglify): Add :version.
8851
8852 * html2text.el: Beautify code. Improve doc strings. Some
8853 checkdoc cleanup.
8854 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
8855
8856 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
8857
8858 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
8859
8860 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
8861
8862 * gnus-registry.el (gnus-registry-hashtb): Create the registry
8863 when package is loaded.
8864
8865 * spam.el (spam-summary-score-preferred-header): Add global preference
8866 for people who want to override the default SpamAssassin over
8867 Bogofilter preference (when both are set).
8868 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
8869 (spam-user-format-function-S): Check
8870 spam-summary-score-preferred-header.
8871 (spam-extra-header-to-number): Add X-Bogosity header parsing.
8872 (spam-user-format-function-S): Format the score correctly.
8873
8874 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8875
8876 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
8877 signature file. Suggested by Manoj Srivastava
8878 <srivasta@golden-gryphon.com>.
8879
8880 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
8881 iso-2022-jp even in the Japanese language environment.
8882 Suggested by Jason Rumney <jasonr@gnu.org>.
8883
8884 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8885
8886 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
8887 use the same characters as the dummy marks; make it free from
8888 getting affected by the language environment.
8889 (gnus-summary-read-group-1): Update mark positions only when the
8890 format spec is updated.
8891
8892 * gnus-spec.el (gnus-update-format-specifications): Return a list
8893 of updated types.
8894
8895 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8896
8897 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
8898 of boundp to check if display-warning is available.
8899
8900 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
8901
8902 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
8903
8904 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8905
8906 * nnspool.el (nnspool-spool-directory): Use news-path if the
8907 news-directory variable is not bound.
8908
8909 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
8910 function instead of display-warning if it is not available.
8911
8912 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8913
8914 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
8915 v5-10: Use `point-at-bol'.
8916
8917 2004-10-26 Simon Josefsson <jas@extundo.com>
8918
8919 * hashcash.el: Fix URL in comment, reported by Cheng Gao
8920 <chenggao@gmail.com>.
8921
8922 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8923
8924 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
8925 instead.
8926
8927 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
8928
8929 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
8930 to remove a server from the nnimap-server-buffer-alist.
8931 (nnimap-open-connection, nnimap-close-server): Use it.
8932
8933 * gnus-encrypt.el: Remove file in favor of encrypt.el.
8934
8935 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8936
8937 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
8938 running the major-mode function.
8939
8940 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8941
8942 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
8943 dummy marks in the right way.
8944
8945 2004-10-18 David Edmondson <dme@dme.org>
8946
8947 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
8948 excessively.
8949
8950 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
8951
8952 * gnus-util.el (gnus-split-references): Accept a nil references
8953 string and go on blissfully.
8954
8955 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
8956 cases where the references string is non-nil but has no references.
8957
8958 * encrypt.el: Add autoload tags.
8959
8960 * spam.el (spam-resolve-registrations-routine): Remove article
8961 from unregistration list too. Reported by David Hanak
8962 <dhanak@isis.vanderbilt.edu>
8963
8964 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
8965
8966 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
8967 nil. Changed custom type.
8968
8969 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
8970
8971 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
8972
8973 * gnus-sum.el (gnus-summary-move-article): Use it.
8974
8975 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
8976
8977 * encrypt.el: Add autoload cookies.
8978
8979 * spam.el (spam-backend-article-list-property)
8980 (spam-backend-get-article-todo-list)
8981 (spam-backend-put-article-todo-list, )
8982 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
8983 Resolve registrations separately.
8984 (spam-register-routine): Format comments.
8985 (spam-unregister-routine, spam-register-routine): Always call with
8986 specific-articles, no default list.
8987 (spam-summary-prepare-exit): Use the spam-classifications function.
8988
8989 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
8990 gnus-encrypt.el.
8991
8992 * encrypt.el: Copied from gnus-encrypt.el.
8993
8994 * gnus-encrypt.el: Commented that it's obsolete.
8995
8996 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8997
8998 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
8999 (gnus-score-save): Use it.
9000
9001 * message.el (message-bury): Use `window-dedicated-p'.
9002
9003 2004-10-15 Simon Josefsson <jas@extundo.com>
9004
9005 * pop3.el (top-level): Don't require nnheader.
9006 (pop3-read-timeout): Add.
9007 (pop3-accept-process-output): Add.
9008 (pop3-read-response, pop3-retr): Use it.
9009
9010 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9011
9012 * spam.el (spam-register-routine): Move comment.
9013 (spam-verify-bogofilter): Use 'unknown for the initial
9014 spam-bogofilter-valid state, not 'never.
9015
9016 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9017 for netrc-machine.
9018
9019 * nnimap.el (nnimap-open-connection): Use
9020 netrc-machine-user-or-password.
9021
9022 2004-10-17 Richard M. Stallman <rms@gnu.org>
9023
9024 * gnus-registry.el (gnus-registry-unload-hook):
9025 Set as a variable with add-hook.
9026
9027 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9028 of news-path.
9029
9030 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9031
9032 * spam.el: Delete duplicate `provide'.
9033 (spam-unload-hook): Set as a variable with add-hook.
9034
9035 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9036
9037 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9038 in the doc string.
9039
9040 * message.el (message-ignored-news-headers)
9041 (message-ignored-supersedes-headers)
9042 (message-ignored-resent-headers)
9043 (message-forward-ignored-headers): Improve custom type.
9044
9045 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9046
9047 * message.el (message-tokenize-header): Fix 2004-09-06 change
9048 which used point-min in the wrong place.
9049
9050 2004-10-12 Simon Josefsson <jas@extundo.com>
9051
9052 * tls.el (tls-certtool-program): New variable.
9053 (tls-certificate-information): New function, based on
9054 ssl-certificate-information.
9055
9056 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9057
9058 * compface.el: Move the version of ELisp-based uncompface program
9059 to the contrib directory because of the copyright problem.
9060
9061 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9062
9063 * message.el (message-kill-buffer): Raise the current frame.
9064
9065 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9066
9067 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9068
9069 * gnus.el (message-y-or-n-p): Autoload.
9070
9071 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9072 (pop3-password-required, pop3-authentication-scheme)
9073 (pop3-leave-mail-on-server): Made customizable.
9074 (pop3): New custom group.
9075 (pop3-retr): Remove `sleep-for' statements.
9076 Suggested by Dave Love <fx@gnu.org>.
9077
9078 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9079 Windows/DOS.
9080
9081 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9082 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9083 Dave Love <fx@gnu.org>.
9084
9085 * mml.el (mml-minibuffer-read-disposition): Require match.
9086 Suggested by Dave Love <fx@gnu.org>.
9087
9088 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9089
9090 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9091 doc string.
9092
9093 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9094
9095 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9096
9097 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9098
9099 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9100 instead of calling `mm-insert-inline', to decode text/* parts
9101 before displaying them.
9102
9103 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9104
9105 * mm-uu.el (mm-uu-text-plain-type): New variable.
9106 (mm-uu-pgp-signed-extract-1): Use it.
9107 (mm-uu-pgp-encrypted-extract-1): Use it.
9108 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9109 bind mm-uu-text-plain-type with that value.
9110 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9111 mm-uu-dissect.
9112
9113 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9114
9115 * gnus-group.el (gnus-update-group-mark-positions):
9116 * gnus-sum.el (gnus-update-summary-mark-positions):
9117 * message.el (message-check-news-body-syntax):
9118 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9119 of string-as-multibyte.
9120
9121 2004-10-05 Juri Linkov <juri@jurta.org>
9122
9123 * gnus-group.el (gnus-update-group-mark-positions):
9124 * gnus-sum.el (gnus-update-summary-mark-positions):
9125 * message.el (message-check-news-body-syntax):
9126 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9127 8-bit unibyte values to a multibyte string for search functions.
9128
9129 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9130
9131 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9132 (mm-uu-dissect-text-parts): New function.
9133
9134 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9135 dissect text parts.
9136
9137 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9138 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9139
9140 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9141
9142 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9143 gnus-current-topics instead of gnus-current-topic.
9144
9145 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9146
9147 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9148
9149 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9150
9151 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9152 where approriate.
9153
9154 * nnml.el (nnml-generate-active-info): do.
9155
9156 * nndiary.el (nndiary-generate-active-info): do.
9157
9158 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9159 (gnus-topic-move): do.
9160
9161 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9162 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9163
9164 * gnus-srvr.el (gnus-server-prepare)
9165 (gnus-server-open-all-servers): do.
9166
9167 * gnus-msg.el (gnus-summary-cancel-article)
9168 (gnus-summary-resend-message)
9169 (gnus-summary-mail-crosspost-complaint): do.
9170
9171 * gnus-move.el (gnus-change-server): do.
9172
9173 * gnus-group.el (gnus-group-unmark-all-groups)
9174 (gnus-group-set-current-level): do.
9175
9176 2004-10-04 Simon Josefsson <jas@extundo.com>
9177
9178 * message.el (message-generate-hashcash): Doc fix.
9179
9180 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9181
9182 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9183 avoid infinite recursion via gnus-get-function.
9184
9185 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9186
9187 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9188
9189 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9190
9191 * nnmail.el (nnmail-split-history): do.
9192
9193 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9194 (nnml-request-delete-group): do.
9195
9196 * nnslashdot.el (nnslashdot-read-groups): do.
9197
9198 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9199 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9200
9201 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9202 (nnspool-sift-nov-with-sed): Use last
9203 (nnspool-retrieve-headers-with-nov): Use mapc.
9204 (nnspool-request-newgroups): Use dolist.
9205 (nnspool-request-group): Use last.
9206
9207 * nntp.el (nntp-read-server-type): Use dolist.
9208
9209 * nnvirtual.el (nnvirtual-create-mapping)
9210 (nnvirtual-update-read-and-marked): Use dolist.
9211 (nnvirtual-convert-headers): Simplify.
9212
9213 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9214
9215 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9216 support for sync'ing tick marks.
9217
9218 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9219
9220 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9221 there's no visible header.
9222
9223 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9224
9225 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9226 necessary, pass full group name to gnus-request-set-marks.
9227
9228 2004-10-01 Simon Josefsson <jas@extundo.com>
9229
9230 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9231 acroread.
9232
9233 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9234
9235 * spam-report.el (spam-report-gmane): Fix interactive.
9236
9237 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9238
9239 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9240 when writing file.
9241 (gnus-agent-synchronize-flags): Don't default to being
9242 interactive.
9243
9244 2004-09-30 Simon Josefsson <jas@extundo.com>
9245
9246 * message.el (message-generate-hashcash): Add.
9247 (message-send-mail): Use it, call mail-add-payment.
9248
9249 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9250
9251 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9252
9253 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9254
9255 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9256 gnus-requst-update-info with explicit code to sync the in-memory
9257 info read flags with the marks being sync'd to the backend.
9258
9259 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9260
9261 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9262
9263 * spam.el (spam-verify-bogofilter): Add new function.
9264 (spam-check-bogofilter)
9265 (spam-bogofilter-register-with-bogofilter): Use it.
9266 (spam-verify-bogofilter): Add small fixes.
9267
9268 2004-09-28 Simon Josefsson <jas@extundo.com>
9269
9270 * hashcash.el (hashcash-generate-payment): Revert.
9271
9272 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9273
9274 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9275 gnus-extract-references instead of gnus-split-references.
9276
9277 * gnus-util.el (gnus-extract-references): Add new function, analogous
9278 to gnus-split-references but extracts only the message-ID without
9279 anything extra.
9280
9281 * hashcash.el (hashcash-generate-payment)
9282 (hashcash-check-payment): Do the right thing if hashcash-path is
9283 nil (because the hashcash program could not be found).
9284
9285 * spam.el (spam-use-hashcash): Remove comment.
9286
9287 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9288
9289 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9290 (gnus-cache-enter-article, gnus-cache-remove-article)
9291 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9292
9293 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9294
9295 * gnus-art.el (article-hide-boring-headers)
9296 (article-translate-strings, article-display-face)
9297 (gnus-article-mime-match-handle-first)
9298 (gnus-article-highlight-headers)
9299 (gnus-article-add-buttons-to-head): do.
9300
9301 2004-09-27 Simon Josefsson <jas@extundo.com>
9302
9303 * hashcash.el: New version, from
9304 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9305 ../contrib/.
9306
9307 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9308
9309 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9310
9311 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9312
9313 * gnus-dup.el (gnus-dup-open): Use mapc.
9314 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9315
9316 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9317 Reported by Stefan Wiens <s.wi@gmx.net>.
9318
9319 * gnus.el (gnus-shutdown): Use dolist.
9320
9321 * gnus-undo.el (gnus-undo): Use mapc.
9322
9323 * nnrss.el (nnrss-generate-active): do.
9324
9325 * message.el (message-cite-original-without-signature)
9326 (message-cite-original): Use mapc.
9327 (message-do-actions, message-make-forward-subject): Use dolist.
9328
9329 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9330
9331 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9332 deletion to remove entire duplicate line. Fixes merged article
9333 number bug.
9334
9335 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9336
9337 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9338 servers that are offline. Avoids having gnus-agent-toggle-plugged
9339 first ask if you want to open a server and then, even when you
9340 responded with no, asking if you want to synchronize the server's
9341 flags.
9342 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9343 multi-line expressions.
9344 (gnus-agent-synchronize-group-flags): New internal function.
9345 Updates marks in memory (in the info structure) AND in the
9346 backend.
9347
9348 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9349
9350 * nnagent.el (nnagent-request-set-mark): Use
9351 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9352 method, to ensure that synchronization updates marks in the
9353 backend and in the info (in memory) structure.
9354
9355 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9356
9357 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9358 convention fully; don't miss the root article of a thread; make
9359 the X-Draft-From header with correct article numbers.
9360
9361 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9362
9363 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9364 unless plugged. Disable the agent so that an open failure causes
9365 an error.
9366
9367 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9368 Reverted 2004-09-21 change. The backend must be opened while
9369 synchronizing flags even when the backend stores the flags
9370 locally.
9371
9372 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9373
9374 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9375 in `header' match. Reported by Svend Tollak Munkejord.
9376
9377 * message.el (message-cite-original): Fix use of
9378 `message-cite-articles-with-x-no-archive'.
9379
9380 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9381
9382 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9383 (gnus-window-to-buffer): Ditto.
9384
9385 * mml.el (mml-preview-buffer): New variable.
9386 (mml-preview): Manage window layout with gnus-buffer-configuration.
9387
9388 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9389 X-Draft-From header even if those articles aren't quoted.
9390
9391 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9392
9393 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9394 (gnus-request-set-mark, gnus-request-update-mark): Use new
9395 g-s-t-u-l-m to decide to use backend even when unplugged.
9396
9397 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9398
9399 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9400 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9401
9402 2004-09-20 Simon Josefsson <jas@extundo.com>
9403
9404 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9405 "utf-16-le".
9406
9407 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9410
9411 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9412
9413 * uudecode.el (uudecode-use-external): Add :version.
9414
9415 * smime.el (smime-CA-file, smime-encrypt-cipher)
9416 (smime-dns-server): Add :version.
9417
9418 * smiley.el (gnus-smiley-file-types): Add :version.
9419
9420 * sha1.el (sha1-use-external): Add :version.
9421
9422 * pgg-def.el (pgg-query-keyserver): Add :version.
9423
9424 * nnmail.el (nnmail-fancy-expiry-targets)
9425 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9426 Add :version.
9427
9428 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9429 (nnimap-retrieve-groups-asynchronous): Add :version.
9430 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9431
9432 * mml.el (mml-content-disposition-parameters)
9433 (mml-insert-mime-headers-always): Add :version.
9434
9435 * mm-util.el (mm-coding-system-priorities): Add :version.
9436
9437 * mm-decode.el (mm-inline-text-html-with-images)
9438 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9439 (mm-verify-option): Add :version.
9440 (mm-text-html-renderer): Change :version.
9441
9442 * message.el (message-fcc-externalize-attachments)
9443 (message-required-headers, message-draft-headers)
9444 (message-subject-trailing-was-query)
9445 (message-subject-trailing-was-ask-regexp)
9446 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9447 (message-mark-insert-end, message-archive-header)
9448 (message-archive-note, message-cross-post-default)
9449 (message-cross-post-note, message-followup-to-note)
9450 (message-cross-post-note-function, message-use-mail-followup-to)
9451 (message-subscribed-address-functions)
9452 (message-subscribed-address-file, message-subscribed-addresses)
9453 (message-subscribed-regexps, message-allow-no-recipients)
9454 (message-yank-cited-prefix, message-signature-insert-empty-line)
9455 (message-hidden-headers, message-hierarchical-addresses)
9456 (message-mail-user-agent, message-use-idna)
9457 (message-valid-fqdn-regexp)
9458 (message-strip-special-text-properties, message-header-synonyms)
9459 (message-beginning-of-line, message-tab-body-function): Add :version.
9460 (message-insert-canlock, message-wide-reply-confirm-recipients):
9461 Change :version.
9462
9463 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9464 and :version.
9465 (mail-source-delete-old-incoming-confirm)
9466 (mail-source-movemail-program): Add :version.
9467
9468 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9469 (gnus-agent-cache, gnus-agent): Change :version.
9470
9471 * gnus-util.el (gnus-use-byte-compile): Change :version.
9472
9473 * gnus-sum.el (gnus-summary-make-false-root-always)
9474 (gnus-summary-default-high-score)
9475 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9476 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9477 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9478 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9479 (gnus-sum-thread-tree-single-indent)
9480 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9481 (gnus-sum-thread-tree-leaf-with-other)
9482 (gnus-sum-thread-tree-single-leaf): Add :version.
9483 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9484 (gnus-article-loose-mime): Change :version.
9485
9486 * gnus-start.el (gnus-backup-startup-file)
9487 (gnus-save-startup-file-via-temp-buffer): Add :version.
9488
9489 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9490 (gnus-server-offline-face): Add :version.
9491
9492 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9493
9494 * gnus-msg.el (gnus-gcc-externalize-attachments)
9495 (gnus-debug-files, gnus-debug-exclude-variables)
9496 (gnus-discouraged-post-methods): Change :version.
9497 (gnus-confirm-mail-reply-to-news)
9498 (gnus-confirm-treat-mail-like-news): Add :version.
9499
9500 * gnus-int.el (gnus-server-unopen-status): Add :version.
9501
9502 * gnus-group.el (gnus-group-jump-to-group-prompt)
9503 (gnus-large-ephemeral-newsgroup)
9504 (gnus-fetch-old-ephemeral-headers): Add :version.
9505
9506 * gnus-fun.el (gnus-x-face-directory)
9507 (gnus-convert-pbm-to-x-face-command)
9508 (gnus-convert-image-to-x-face-command)
9509 (gnus-convert-image-to-face-command): Add :version.
9510
9511 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9512
9513 * gnus-cite.el (gnus-cite-blank-line-after-header)
9514 (gnus-article-boring-faces): Add :version.
9515
9516 * gnus-art.el (gnus-buttonized-mime-types)
9517 (gnus-inhibit-mime-unbuttonizing)
9518 (gnus-treat-display-face)
9519 (gnus-treat-body-boundary): Change :version.
9520 (gnus-body-boundary-delimiter, gnus-picon-databases)
9521 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9522 (gnus-treat-date-english, gnus-treat-fold-headers)
9523 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9524 (gnus-treat-mail-picon, gnus-treat-wash-html)
9525 (gnus-article-encrypt-protocol)
9526 (gnus-use-idna, gnus-article-over-scroll)
9527 (gnus-mime-display-multipart-alternative-as-mixed)
9528 (gnus-mime-display-multipart-related-as-mixed)
9529 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9530 (gnus-ctan-url, gnus-button-ctan-handler)
9531 (gnus-button-handle-ctan-bogus-regexp)
9532 (gnus-button-ctan-directory-regexp)
9533 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9534 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9535 (gnus-button-man-level, gnus-button-emacs-level)
9536 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9537
9538 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9539 (gnus-agent-go-online): Change :version.
9540 (gnus-agent-expire-unagentized-dirs)
9541 (gnus-agent-auto-agentize-methods): Add :version.
9542
9543 * flow-fill.el (fill-flowed-display-column)
9544 (fill-flowed-encode-column): Add :version.
9545
9546 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9547 (gnus-outlook-deuglify-unwrap-max)
9548 (gnus-outlook-deuglify-cite-marks)
9549 (gnus-outlook-deuglify-unwrap-stop-chars)
9550 (gnus-outlook-deuglify-no-wrap-chars)
9551 (gnus-outlook-deuglify-attrib-cut-regexp)
9552 (gnus-outlook-deuglify-attrib-verb-regexp)
9553 (gnus-outlook-deuglify-attrib-end-regexp)
9554 (gnus-outlook-display-hook): Add :version.
9555
9556 * binhex.el (binhex-use-external): Add :version.
9557
9558 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9559
9560 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9561 and `invisible'.
9562
9563 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9564
9565 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9566 in gnus-registry-trim.
9567
9568 2004-09-13 Simon Josefsson <jas@extundo.com>
9569
9570 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9571
9572 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9573
9574 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9575 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9576 <yamaoka@jpl.org>.
9577 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9578 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9579 <yamaoka@jpl.org>.
9580
9581 * sieve.el (sieve-manage-mode): Ditto.
9582
9583 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9584
9585 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9586
9587 2004-09-11 Simon Josefsson <jas@extundo.com>
9588
9589 * dns-mode.el: Add.
9590
9591 * mm-view.el (mm-display-dns-inline): Add.
9592
9593 * mm-decode.el (mm-inline-media-tests): Add text/dns.
9594 (mm-automatic-display): Ditto.
9595
9596 * mailcap.el (mailcap-mime-data): Add text/dns.
9597 (mailcap-mime-extensions): Map .soa to text/dns.
9598
9599 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
9600
9601 * gnus-art.el (article-decode-mime-words, article-babel)
9602 (gnus-article-highlight-signature, gnus-article-add-buttons)
9603 (gnus-signature-toggle): Remove unnecessary bindings of
9604 `inhibit-read-only' inherited from v5.10 merge.
9605
9606 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9607
9608 * nntp.el (nntp): New customization group.
9609 (nntp-authinfo-file): Add customization group.
9610
9611 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9612
9613 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9614
9615 * gnus.el (to-address, to-list, subscribed)
9616 (large-newsgroup-initial): Ditto.
9617
9618 * flow-fill.el (fill-flowed-display-column)
9619 (fill-flowed-encode-column): Ditto.
9620
9621 2004-09-06 Stefan <monnier@iro.umontreal.ca>
9622
9623 * message.el (message-tokenize-header, message-send-mail-with-qmail):
9624 Use point-min rather than 1.
9625 (message-send-mail): Use buffer-size rather than point-max.
9626
9627 * gnus-sum.el (gnus-summary-search-article-forward):
9628 Signal a specific `search-failed' rather than a generic `error'.
9629
9630 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9631 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9632 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9633
9634 2004-09-10 Simon Josefsson <jas@extundo.com>
9635
9636 * nndb.el (require): Remove tcp and duplicate cl.
9637
9638 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9639
9640 * gnus-agent.el (directory-files-and-attributes): Move forward.
9641
9642 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9643
9644 * gnus-agent.el (directory-files-and-attributes): Optionally
9645 defined to support XEmacs.
9646
9647 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9648
9649 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
9650 to avoid run-time CL dependencies.
9651 (gnus-agent-unfetch-articles): New function.
9652 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9653 article numbers even when local .overview file is missing.
9654 (gnus-agent-read-article-number): New function. Only accepts
9655 27-bit article numbers.
9656 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9657 gnus-agent-read-article-number.
9658 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9659 from backend while recognizing that article numbers in .overview
9660 must be valid.
9661 (gnus-agent-update-files-total-fetched-for): Use
9662 directory-files-and-attributes to improve performance.
9663 * gnus-int.el (gnus-request-move-article): Use
9664 gnus-agent-unfetch-articles in place of gnus-agent-expire to
9665 improve performance.
9666
9667 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9668 some users confused by references to .newsrc when they only have a
9669 .newsrc.eld file.
9670 (gnus-convert-mark-converter-prompt)
9671 (gnus-convert-converter-needs-prompt): Fixed use of property list.
9672 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9673 New function. Used internally to only display 'gnus converting
9674 files' message when actually necessary.
9675
9676 * gnus-sum.el (): Removed (require 'gnus-agent) as required
9677 methods now autoloaded.
9678
9679 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9680
9681 * gnus-sum.el (gnus-summary-insert-subject): Remove list
9682 identifiers.
9683
9684 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
9685
9686 * gnus-picon.el: Fix indentation and closing parenthesis.
9687
9688 2004-09-01 Simon Josefsson <jas@extundo.com>
9689
9690 * message.el (message-canlock-generate): Require sha1, not
9691 sha1-el. (Can we get rid of this require alltogheter? It is ugly
9692 to require within a function. Sadly, if sha1.el isn't loaded, the
9693 let binding in m-c-g will hide the defcustom definition, which is
9694 bad.)
9695
9696 * canlock.el: Require sha1, not sha1-el.
9697
9698 * message.el: Don't autoload sha1 (there is a autoload cookie in
9699 sha1.el).
9700
9701 * sha1-el.el: Renamed to sha1.el.
9702
9703 2004-08-30 Juanma Barranquero <lektu@terra.es>
9704
9705 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9706
9707 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9708
9709 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9710
9711 2004-08-30 Kim F. Storm <storm@cua.dk>
9712
9713 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9714
9715 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9716 Add :group 'nnimap.
9717
9718 2004-08-30 Andreas Schwab <schwab@suse.de>
9719
9720 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9721 ?* and ?\;.
9722
9723 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9724 and ?\' to symbol instead of whitespace.
9725
9726 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
9727
9728 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9729
9730 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9731 instead of re-search-forward.
9732
9733 * gnus-uu.el (gnus-uu-save-article): Ditto.
9734 (gnus-uu-post-encode-uuencode): Ditto.
9735
9736 * html2text.el (html2text-clean-list-items): Ditto.
9737 (html2text-clean-dtdd): Ditto.
9738 (html2text-format-tags): Ditto.
9739
9740 * message.el (message-send-mail-with-sendmail): Fix regexp.
9741 (message-fill-field-general): Use search-forward instead of
9742 re-search-forward.
9743 (unbold-region): Ditto.
9744
9745 * nnrss.el (nnrss-request-article): Ditto.
9746
9747 * nnslashdot.el (nnslashdot-request-article): Ditto.
9748
9749 * nnweb.el (nnweb-gmane-wash-article): Ditto.
9750
9751 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9752 "Unrecognized menu descriptor" error in XEmacs.
9753
9754 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
9755
9756 * gnus-sum.el (gnus-read-header): Don't remove a header for the
9757 parent article of a sparse article in the thread hashtb.
9758
9759 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
9760
9761 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9762 (nnmail-expand-newtext): Lowercase expanded entries if
9763 nnmail-split-lowercase-expanded is non-nil.
9764
9765 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
9766
9767 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
9768
9769 * gnus-group.el (gnus-group-line-format-alist): Convert the value
9770 of gnus-tmp-news-method into string under XEmacs. It will be
9771 passed to gnus-correct-length which takes only a string argument.
9772
9773 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9774
9775 * gnus-util.el (gnus-bind-print-variables): New macro.
9776 (gnus-prin1): Use it.
9777 (gnus-prin1-to-string): Use it.
9778 (gnus-pp): New function.
9779 (gnus-pp-to-string): New function.
9780
9781 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
9782 Replace pp-to-string with gnus-pp-to-string.
9783 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9784 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9785 * gnus-msg.el (gnus-debug): Ditto.
9786 * gnus-score.el (gnus-score-save): Ditto.
9787 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9788 gnus-pp-to-string.
9789 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9790 with gnus-pp.
9791 * score-mode.el (gnus-score-pretty-print): Ditto.
9792 * webmail.el (webmail-debug): Ditto.
9793
9794 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9795
9796 * gnus-art.el (article-display-face, article-display-x-face):
9797 Use buffer-read-only.
9798
9799 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
9800
9801 * gnus-art.el (article-hide-list-identifiers):
9802 Bind inhibit-read-only as t.
9803
9804 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9805
9806 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9807
9808 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9811 (gnus-narrow-to-page): Don't assume point-min == 1.
9812 (gnus-article-edit-mode): Derive from message-mode.
9813
9814 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9815 point-min == 1.
9816
9817 * imap.el (imap-parse-address-list, imap-parse-body-ext):
9818 Disable incorrect use of `assert'.
9819
9820 * message.el (message-mode): Set comment-start-skip.
9821
9822
9823 2004-08-22 Sam Steingold <sds@gnu.org>
9824
9825 * pop3.el (pop3-leave-mail-on-server): New user variable.
9826 (pop3-movemail): Delete mail only when it is nil.
9827
9828 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
9829
9830 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9831
9832 * mml.el (mml-preview): Use `pop-to-buffer'.
9833
9834 * message.el (message-goto-mail-followup-to): Insert after "To".
9835 (message-carefully-insert-headers): Add comment.
9836
9837 * gnus.el: Remove unused variable `gnus-article-check-size'.
9838
9839 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9840
9841 * gnus-art.el (gnus-button-alist): Improve
9842 `gnus-button-handle-library' entry.
9843
9844 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
9845
9846 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
9847 downcase, since XEmacs capitalizes error messages differently.
9848
9849 2004-08-18 Jesper Harder <harder@ifa.au.dk>
9850
9851 * nntp.el: Add (require 'gnus) due to reference to
9852 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
9853
9854 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
9855
9856 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
9857 `mm-fill-flowed'.
9858
9859 * mm-decode.el (mm-dissect-singlepart): Check it.
9860
9861 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
9862
9863 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
9864 'imap' for netrc parsing.
9865
9866 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
9867
9868 * mailcap.el (mailcap-mime-data): Mark as risky.
9869
9870 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9871
9872 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
9873 may be included in the encoded word.
9874 (rfc2047-encode): Don't append a space if the encoded word
9875 includes close parenthesis.
9876
9877 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
9878
9879 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
9880 of text within parentheses.
9881
9882 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
9883
9884 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
9885 (gnus-encrypt-write-file-contents): Make the password key the file
9886 name PLUS the cipher, not just the cipher. Also remove failed
9887 passwords from the cache.
9888
9889 2004-08-06 Simon Josefsson <jas@extundo.com>
9890
9891 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
9892 fix.
9893
9894 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
9895
9896 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
9897 LWSP.
9898
9899 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
9900
9901 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
9902 to append in-reply-to: data to the references: header.
9903
9904 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
9905 (netrc-parse): Use gnus-encrypt.el functions.
9906
9907 * gnus-encrypt.el: Add new file for encryption support; currently
9908 does only a few GPG ciphers and an internal XOR cipher.
9909
9910 * password.el: Add comments on using password-read-and-add.
9911 (password-read-and-add): Add function to read and add the
9912 password to the cache at once.
9913
9914 2004-07-28 Simon Josefsson <jas@extundo.com>
9915
9916 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
9917 parameter (but don't use it, for now).
9918
9919 * imap.el (imap-ssl-open): Use imap-process-connection-type,
9920 instead of hard coding to nil.
9921
9922 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
9923
9924 * mm-view.el (mm-inline-image-emacs): Open lines under an image
9925 as mm-inline-image-xemacs does.
9926
9927 2004-07-26 Simon Josefsson <jas@extundo.com>
9928
9929 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
9930 Revert part of 2004-07-17 change below.
9931
9932 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
9933
9934 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
9935 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9936
9937 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9938
9939 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
9940 quotes that actually start with ">" at the beginning of the
9941 lines.
9942
9943 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
9944
9945 * rfc2047.el (rfc2047-encode-region): Fix last change.
9946 (rfc2047-encode-parameter): Remove useless concat.
9947
9948 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
9949
9950 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
9951 encode special characters; fix some kind of misconfigured headers;
9952 signal a real error if debug-on-quit or debug-on-error is non-nil.
9953 (rfc2047-encode-max-chars): New variable.
9954 (rfc2047-encode-1): Use it.
9955 (rfc2047-encode-parameter): New function.
9956
9957 * mml.el (mml-insert-parameter): Remove an excessive space.
9958
9959 2004-07-17 Simon Josefsson <jas@extundo.com>
9960
9961 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
9962 Kai Grossjohann <kai@emptydomain.de>.
9963 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
9964 (gnus-group-make-menu-bar): Ditto.
9965
9966 * gnus-util.el (gnus-group-server): Add.
9967
9968 2004-07-16 Jesper Harder <harder@ifa.au.dk>
9969
9970 * message.el (message-clone-locals): Clone sendmail and smtp
9971 variables.
9972
9973 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
9974
9975 * rfc2047.el (rfc2047-encode-region): Fix last change.
9976
9977 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
9978
9979 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
9980 characters as non-special.
9981
9982 2004-07-09 Simon Josefsson <jas@extundo.com>
9983
9984 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
9985 Users will lose all flag changes made while unplugged with
9986 e.g. nntp unless flag synchronization happens, thus `nil' is not a
9987 good default. See numerous reports on ding mailing list.
9988
9989 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
9990
9991 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
9992 add generate-head-function and generate-article-function to the
9993 rfc822-forward entry.
9994 (nndoc-rfc822-forward-generate-article): New function.
9995 (nndoc-rfc822-forward-generate-head): New function.
9996
9997 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
9998
9999 2004-07-06 Dan Christensen <jdc@uwo.ca>
10000
10001 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
10002 respect display group parameter and gnus-summary-expunge-below.
10003 (gnus-articles-to-read): Remove unused reference to display group
10004 parameter.
10005
10006 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
10007
10008 * nnheader.el (nnheader-uniquify-message-id): New experimental
10009 variable.
10010 (nnheader-nov-read-message-id): Use it.
10011
10012 * spam-report.el (spam-report-gmane): Add interactive.
10013
10014 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10015
10016 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10017 qp-or-base64 for the application/* types.
10018
10019 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10020
10021 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10022
10023 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10024
10025 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10026 trim value.
10027
10028 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10029
10030 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10031 New macro and function.
10032 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10033
10034 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10035
10036 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10037 after-load-alist.
10038
10039 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10040
10041 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10042 update info that isn't there.
10043
10044 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10045
10046 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10047 entry.
10048
10049 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10050
10051 * mm-view.el (mm-inline-render-with-function): Use multibyte
10052 buffer; decode html source by charset.
10053
10054 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10055
10056 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10057 Mule-UCS is loaded under XEmacs.
10058 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10059
10060 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10061
10062 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10063
10064 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10065
10066 * mm-util.el (mm-coding-system-p): Return a coding-system.
10067 (mm-mime-mule-charset-alist): Use shift_jis instead of
10068 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10069 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10070 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10071 instead of japanese-shift-jis and iso-latin-1 respectively in
10072 order to share the default value with both Emacs and XEmacs-mule.
10073 (mm-mule-charset-to-mime-charset): Make
10074 mm-coding-system-priorities effective.
10075 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10076 while predicating of candidates upon the priorities.
10077
10078 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10079
10080 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10081 gnus-uu-invert-processable.
10082
10083 * gnus.el: Autoload gnus-uu-invert-processable.
10084
10085 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10086
10087 * mm-util.el (mm-with-multibyte-buffer): New macro.
10088
10089 * rfc2047.el (rfc2047-encode-string): Use it.
10090 (rfc2047-encode-region): Move point to the end of the region after
10091 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10092
10093 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10094
10095 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10096 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10097
10098 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10099
10100 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10101 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10102 Karl Chen <quarl@nospam.quarl.org>.
10103
10104 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10105
10106 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10107 invalid addresses.
10108
10109 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10110
10111 * spam.el: Change section markers, revise TODO list.
10112 (spam-backends): Make new master list of all installed backends.
10113 (spam-summary-exit-behavior): Add new variable to determine how
10114 messages moves are done at summary exit.
10115 (spam-move-spam-nonspam-groups-only)
10116 (spam-process-ham-in-nonham-groups)
10117 (spam-process-ham-in-spam-groups): Remove variables, the
10118 spam-summary-exit-behavior variable should be used to manage this
10119 behavior.
10120 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10121 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10122 and spam-old-spam-articles.
10123 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10124 Add empty variables, placeholders for the backends they represent.
10125 (spam-set-difference): Move, unchanged.
10126 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10127 unless the user has a processor variable.
10128 (spam-classifications, spam-classification-valid-p)
10129 (spam-backend-properties, spam-backend-property-valid-p)
10130 (spam-backend-function-type-valid-p)
10131 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10132 (spam-report-articles-gmane, spam-report-articles-resend):
10133 Remove functions, they are not needed.
10134 (spam-install-backend-super, spam-backend-list)
10135 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10136 (spam-backend-function, spam-backend-ham-registration-function)
10137 (spam-backend-spam-registration-function)
10138 (spam-backend-ham-unregistration-function)
10139 (spam-backend-spam-unregistration-function)
10140 (spam-backend-statistical-p, spam-backend-mover-p)
10141 (spam-install-backend-alias, spam-install-checkonly-backend)
10142 (spam-install-mover-backend, spam-install-nocheck-backend)
10143 (spam-install-backend, spam-install-statistical-backend)
10144 (spam-install-statistical-checkonly-backend): Add backend installation
10145 support.
10146 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10147 (spam-group-processor-p): Use the new backend code and respect the
10148 summary exit behavior.
10149 (spam-mark-spam-as-expired-and-move-routine): Remove.
10150 (spam-summary-prepare): Change to use the new spam-old-articles
10151 variable.
10152 (spam-copy-or-move-routine, spam-copy-spam-routine)
10153 (spam-move-spam-routine, spam-copy-ham-routine)
10154 (spam-move-ham-routine): Add code to copy/move ham or spam.
10155 (spam-fetch-field-fast): Improve doc and code, plus allow the
10156 'number request.
10157 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10158 variables.
10159 (spam-split, spam-find-spam): Use the new backend code.
10160 (spam-registration-functions): Remove variable.
10161 (spam-unregister-routine): Add convenience wrapper.
10162 (spam-log-undo-registration, spam-register-routine)
10163 (spam-log-processing-to-registry)
10164 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10165 where possible.
10166 (spam-check-gmane-xref, spam-check-regex-headers)
10167 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10168 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10169 (spam-check-bogofilter-headers, spam-check-spamoracle)
10170 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10171 (spam-check-crm114-headers): Use the spam-split-group that
10172 spam-split prepares, no need to determine it every time.
10173
10174 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10175 to the nnheader-parse-naked-head call.
10176
10177 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10178
10179 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10180 the nnheader-nov-read-message-id call.
10181
10182 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10183
10184 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10185 gnus-activate-group twice. Suggested by Markus Peter
10186 <warp@spin.de>.
10187
10188 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10189
10190 * gnus-art.el (gnus-article-time-format): Exchange the order of
10191 day and month in the default value; fix customization type.
10192 (article-date-ut): Use add-text-properties.
10193 (article-make-date-line): Use message-make-date instead of
10194 current-time-string.
10195
10196 * message.el (message-fetch-field): Don't use set-text-properties.
10197 (message-make-date): Simplify.
10198
10199 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10200
10201 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10202 (rfc2047-encode-region): Treat text within parentheses as special;
10203 show the original text when error has occurred.
10204
10205 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10206 already-computed method to gnus-activate-group.
10207
10208 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10209 same select-methods identical Lisp objects.
10210
10211 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10212 object when modifying the info.
10213
10214 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10215
10216 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10217 gnus-opened-servers since it has never been opened with the new
10218 configuration yet.
10219
10220 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10221
10222 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10223 arg to nnheader-generate-fake-message-id.
10224
10225 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10226
10227 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10228 number and build a fake message ID localized to a group and
10229 article number (so it's repeatable from that point on).
10230 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10231 ID format.
10232
10233 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10234 nnheader-generate-fake-message-id with the article number.
10235
10236 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10237
10238 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10239 end-of-buffer.
10240
10241 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10242
10243 * message.el (message-ignored-supersedes-headers): Add Approved.
10244
10245 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10246
10247 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10248 goto-char.
10249 (rfc2047-encode): Fold the line before encoding.
10250
10251 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10252
10253 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10254 folding -- not all headers can be folded, and this should be done
10255 by the message composition mode. Probably. I think.
10256
10257 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10258
10259 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10260 fast.
10261
10262 * gnus-ems.el (gnus-remove-image): Don't use
10263 message-text-with-property; remove only the image found first.
10264
10265 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10266
10267 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10268
10269 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10270
10271 * message.el (message-text-with-property): Make it fast and accept
10272 optional arguments.
10273 (message-strip-forbidden-properties): Use it.
10274 (message-fix-before-sending): Follow the m-t-w-p change.
10275
10276 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10277
10278 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10279
10280 * gnus-art.el (article-hide-headers): Don't change the buffer
10281 mistakenly when performing mml-preview even if
10282 gnus-single-article-buffer is nil.
10283
10284 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10285
10286 * message.el (message-expand-name-databases): New user option.
10287 (message-expand-name): Use it.
10288
10289 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10290
10291 * spam.el (spam-report-articles-resend)
10292 (spam-report-resend-register-routine): Allow ham reporting.
10293 (spam-report-resend-register-ham-routine): Add wrapper.
10294 (spam-registration-functions): Add ham resending functions.
10295 (spam-list-of-processors): Add ham resend processor.
10296
10297 * gnus.el (ham-resend-to): Add new group parameter.
10298 (spam-process): Add ham resend option.
10299
10300 * spam-report.el (spam-report-resend): Allow reporting ham.
10301 (spam-report-resend-ham): Add wrapper.
10302
10303 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10304
10305 * message.el (message-cite-articles-with-x-no-archive): New
10306 variable.
10307 (message-cite-original): Use it.
10308
10309 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10310
10311 * message.el (message-cite-original): Respect X-No-Archive.
10312
10313 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10314
10315 * gnus-art.el (article-hide-headers): Refer to the values for
10316 gnus-ignored-headers and gnus-visible-headers in the summary
10317 buffer since a user may have set them as group parameters.
10318
10319 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10320
10321 * assistant.el (assistant-node-name): Add convenience function.
10322 (assistant-render-text, assistant-render-node): Add error handling,
10323 plus handle multiple next nodes.
10324 (assistant-find-next-node): Comment out for now.
10325 (assistant-find-next-nodes): Add function, returns list of next
10326 nodes.
10327
10328 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10329
10330 * mail-source.el (mail-source-directory): Fix doc-string.
10331
10332 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10333
10334 * assistant.el (assistant-render-text, assistant-eval): Add :set
10335 widget type, which is different because it takes and returns a
10336 list. Much hilarity ensues.
10337
10338 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10339
10340 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10341
10342 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10343 doc-string.
10344
10345 * gnus-start.el (gnus-activate-group): Added doc-string.
10346
10347 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10348
10349 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10350
10351 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10352
10353 * assistant.el (assistant-render-text): Try to add a :set
10354 widget, more to come.
10355
10356 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10357 strings.
10358 (spam-report-articles-resend)
10359 (spam-register-routine): Do registration iff any articles warrant
10360 it.
10361 (spam-summary-prepare-exit): Change log message for nil group
10362 destinations.
10363
10364 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10365
10366 * spam.el (spam-report-resend-register-routine): Allow
10367 spam-report-resend-to to be a group parameter or a global value.
10368
10369 2004-05-26 Simon Josefsson <jas@extundo.com>
10370
10371 * starttls.el: Merge with my GNUTLS based starttls.el.
10372 (starttls-gnutls-program, starttls-use-gnutls)
10373 (starttls-extra-arguments, starttls-process-connection-type)
10374 (starttls-connect, starttls-failure, starttls-success): New
10375 variables.
10376 (starttls-program, starttls-extra-args): Doc fix.
10377 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10378 functions.
10379 (starttls-negotiate, starttls-open-stream): Check
10380 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10381 function if it is set.
10382
10383 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10384
10385 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10386 structured fields.
10387
10388 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10389
10390 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10391
10392 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10393
10394 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10395 variable.
10396 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10397 assigning the spam-mark to new messages.
10398
10399 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10400
10401 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10402
10403 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10404
10405 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10406 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10407 default.
10408
10409 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10410
10411 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10412 correct data.
10413
10414 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10415
10416 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10417 (spam-group-processor-p): Fix function.
10418 (spam-group-processor-multiple-p)
10419 (spam-group-spam-processor-report-gmane-p)
10420 (spam-group-spam-processor-report-resend-p)
10421 (spam-group-spam-processor-bogofilter-p)
10422 (spam-group-spam-processor-blacklist-p)
10423 (spam-group-spam-processor-ifile-p)
10424 (spam-group-ham-processor-ifile-p)
10425 (spam-group-spam-processor-spamoracle-p)
10426 (spam-group-spam-processor-crm114-p)
10427 (spam-group-ham-processor-bogofilter-p)
10428 (spam-group-spam-processor-stat-p)
10429 (spam-group-ham-processor-stat-p)
10430 (spam-group-ham-processor-whitelist-p)
10431 (spam-group-ham-processor-BBDB-p)
10432 (spam-group-ham-processor-spamoracle-p)
10433 (spam-group-ham-processor-copy-p): Remove functions with some
10434 prejudice against unneeded code.
10435 (spam-report-articles-resend)
10436 (spam-report-resend-register-routine): Allow the group/topic
10437 spam-resend-to value to override spam-report-resend-to.
10438 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10439 properly now.
10440
10441 * gnus.el (spam-resend-to): Add group/topic parameter.
10442 (spam-process): Move the OBSOLETE processors to the end of the
10443 choices.
10444
10445 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10446
10447 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10448 with resend-to set to nil, and then ask the user if necessary.
10449 (spam-report-resend): spam-report-resend takes a list of articles, not
10450 separate article numbers.
10451
10452 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10453
10454 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10455 addition to emacs-w3m.
10456
10457 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10458
10459 * assistant.el (assistant-authinfo-data): New function.
10460 (assistant-eval): Eval for entire assistant.
10461
10462 * netrc.el (netrc-services-file): New variable.
10463 (netrc-parse-services): New function.
10464 (netrc-find-service-name): New function.
10465 (netrc-find-service-number): New function.
10466 (netrc-port-equal): New function.
10467 (netrc-machine): Use it.
10468
10469 * nnimap.el (nnimap-open-connection): Use netrc.
10470
10471 * gnus-util.el (gnus-netrc-get): Remove aliases.
10472
10473 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10474
10475 * assistant.el (wid-edit): Fix compilation.
10476
10477 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10478
10479 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10480
10481 * gnus-util.el (gnus-set-file-modes): New function. (small
10482 patch).
10483
10484 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10485
10486 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10487
10488 * assistant.el (assistant-render-node): Fix up rendering and
10489 read-only text.
10490 (assistant-render-node): Reset.
10491 (assistant-make-read-only): Not sticky.
10492
10493 2004-05-20 Danny Siu <dsiu@adobe.com>
10494
10495 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10496 centered even when gnus-auto-center-summary is t
10497
10498 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10499
10500 * dns.el (dns-get-txt-answer): New function.
10501 (dns-read-txt): Ditto.
10502 (query-dns): Use it.
10503
10504 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10505
10506 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10507 active for foreign groups even if the group level is higher than
10508 the specified value.
10509
10510 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10511
10512 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10513 non-active groups.
10514
10515 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10516
10517 2004-05-20 Magnus Henoch <mange@freemail.hu>
10518
10519 * dns.el (dns-read-type): Add support for SVR. (small patch)
10520
10521 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10522
10523 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10524 (spam-crm114-header, spam-crm114-spam-switch)
10525 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10526 (spam-crm114-positive-spam-header)
10527 (spam-crm114-database-directory, spam-list-of-processors)
10528 (spam-group-spam-processor-crm114-p)
10529 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10530 (spam-generic-score, spam-list-of-checks)
10531 (spam-list-of-statistical-checks, spam-registration-functions)
10532 (spam-check-crm114-headers, spam-crm114-score)
10533 (spam-check-crm114, spam-crm114-register-with-crm114)
10534 (spam-crm114-register-spam-routine)
10535 (spam-crm114-unregister-spam-routine)
10536 (spam-crm114-register-ham-routine)
10537 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
10538 asjo@koldfront.dk (Adam Sjøgren).
10539
10540 * gnus.el: Add spam-use-crm114.
10541
10542 * spam.el (spam-list-of-processors, spam-registration-functions):
10543 Add spam-use-resend.
10544 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10545 (spam-report-articles-gmane): Add doc fix.
10546 (spam-report-articles-resend, spam-report-resend-register-routine):
10547 Add wrappers around spam-report-resend-to.
10548
10549 * spam-report.el (spam-report-resend-to, spam-report-resend):
10550 Add support for resending spam.
10551 (spam-report-gmane): Fix line length >80.
10552
10553 * gnus.el (spam-process): Add spam-use-resend.
10554
10555 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10556
10557 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10558 number of processed spam messages.
10559 (spam-ham-copy-or-move-routine): Return the number of processed
10560 ham messages.
10561 (spam-summary-prepare-exit): Use the above values to decide
10562 whether status messages shouled be displayed.
10563
10564 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
10565
10566 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10567 `rfc2047-encoding-function-alist' in order to avoid conflicting
10568 with the old version.
10569 (rfc2047-encode-region): Concatenate words containing non-ASCII
10570 characters in structured fields; don't encode space-delimited
10571 ASCII words even in unstructured fields; don't break words at
10572 char-category boundaries.
10573 (rfc2047-encode-1): New function.
10574 (rfc2047-encode): Use it; encode text so that it occupies the
10575 maximum width within 76-column; work correctly on Q encoding for
10576 iso-2022-* charsets.
10577 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10578 sure not to break a line just after the header name.
10579 (rfc2047-b-encode-region): Removed.
10580 (rfc2047-b-encode-string): New function.
10581 (rfc2047-q-encode-region): Removed.
10582 (rfc2047-q-encode-string): New function.
10583
10584 * mm-util.el (mm-replace-in-string): New function.
10585
10586 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10587
10588 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10589 get it right.
10590 (gnus-inews-make-draft): Really.
10591
10592 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
10593
10594 * nnmh.el (nnmh-request-list-1): Don't check the link count
10595 before descending. (small patch)
10596
10597 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10598
10599 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10600 stuff.
10601
10602 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10603 on real group name.
10604
10605 * gnus-art.el (gnus-signature-limit): Doc fix.
10606
10607 * gnus-msg.el (gnus-inews-make-draft): Quote list.
10608
10609 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10610
10611 * gnus-draft.el (gnus-draft-send): Bind
10612 rfc2047-encode-encoded-words.
10613
10614 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10615 (rfc2047-encodable-p): Say that =? needs encoding.
10616 (rfc2047-encode-encoded-words): New variable.
10617
10618 * gnus-group.el (gnus-group-select-group): Doc fix.
10619
10620 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10621
10622 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10623 to nil.
10624
10625 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10626
10627 * nnheader.el (nnheader-get-lines-and-char): New function.
10628
10629 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
10630
10631 * gnus-msg.el (gnus-summary-followup-with-original): Document
10632 yanking of region when active.
10633
10634 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
10635
10636 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10637 groups if the group level is higher than the specified value.
10638
10639 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10640
10641 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10642 (gnus-group-jump-to-group): Added prefix argument using
10643 `gnus-group-jump-to-group-prompt'. Query before jumping to
10644 non-active group.
10645
10646 * compface.el (uncompface): Be verbose when changing
10647 `uncompface-use-external'.
10648
10649 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10650 handle manual section.
10651
10652 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10653
10654 * gnus-art.el (gnus-button-alist): Revert previous change.
10655
10656 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10657
10658 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10659
10660 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10661
10662 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10663 whether backend can accept message.
10664
10665 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10666
10667 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
10668
10669 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10670 Avoid creating directory when nntp-marks-is-evil is true.
10671 Reported by Reiner Steib.
10672
10673 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10674
10675 * gnus-picon.el (gnus-picon-style): New variable.
10676 (gnus-picon-insert-glyph): Added optional `nostring' argument.
10677 (gnus-picon-transform-address): Support `gnus-picon-style'. From
10678 Jesper Harder <harder@ifa.au.dk>.
10679
10680 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10681
10682 * message.el (message-fill-field): Return point.
10683 (message-generate-headers): Go to end of field.
10684
10685 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10686 stuff for non-living groups.
10687
10688 2004-05-18 Jesper Harder <harder@ifa.au.dk>
10689
10690 * gnus-art.el (gnus-article-followup-with-original)
10691 (gnus-article-reply-with-original): gnus-mark-active-p ->
10692 gnus-region-active-p.
10693
10694 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
10695
10696 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10697 only when there is spam or ham to be processed.
10698
10699 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10700
10701 * mail-source.el (mail-source-delete-crash-box): Refactor.
10702 (mail-source-fetch): Use it.
10703 (mail-source-fetch-file): Ditto.
10704 (mail-source-fetch-directory): Run postscript in loop.
10705 (mail-source-fetch-pop): Delete.
10706 (mail-source-fetch-maildir): Ditto.
10707 (mail-source-fetch-imap): Ditto.
10708
10709 * imap.el (imap-authenticators): Comment out sasl.
10710
10711 * message.el (message-skip-to-next-address): New function.
10712 (message-fill-header-address): Refactor.
10713 (message-fill-address): Use it.
10714 (message-delete-address): Use it.
10715 (message-fill-header-general): Refactor.
10716 (message-fill-field-address): Rename.
10717 (message-narrow-to-field): Find the start of the header.
10718 (message-header-format-alist): Don't pre-fill.
10719 (message-fill-header): Removed.
10720 (message-insert-header): New function.
10721 (message-shorten-references): Use it.
10722
10723 * rfc2047.el (rfc2047-field-value): Strip props.
10724
10725 * mail-parse.el (mail-header-make-address): New alias.
10726
10727 * ietf-drums.el (ietf-drums-make-address): New function.
10728
10729 * imap.el: Add compiler directives.
10730
10731 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10732
10733 * gnus-art.el (article-decode-idna-rhs): Don't use
10734 message-idna-inside-rhs-p.
10735
10736 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10737
10738 * message.el (message-idna-inside-rhs-p): Removed.
10739 (message-idna-to-ascii-rhs-1): Use proper address parsing.
10740
10741 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10742 false positives.
10743
10744 2004-05-16 Kim Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10745
10746 * imap.el (imap-sasl-make-mechanisms): Use sasl.
10747
10748 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10749
10750 * nneething.el (nneething-file-name): Don't create spurions
10751 files.
10752
10753 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10754 (gnus-inews-do-gcc): Remove sleep.
10755
10756 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10757 part under point.
10758
10759 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10760 (gnus-agent-regenerate-group): Using nil messages aren't valid.
10761
10762 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10763
10764 * spam.el (spam-summary-prepare-exit): Fixed (length).
10765
10766 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
10767
10768 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10769 as expired without moving it" message when there are spam
10770 messages left.
10771
10772 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
10773
10774 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
10775 header is not nil.
10776
10777 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10778
10779 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10780 nntp-possibly-create-directory, not nntp-possibly-change-group.
10781 (nntp-marks-changed-p): New arg SERVER.
10782 (nntp-request-update-info): Adjust caller.
10783
10784 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
10785
10786 * nntp.el (nntp-save-marks): Pass missing arg.
10787
10788 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10789
10790 * nntp.el: Support marks.
10791 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10792 (nntp-marks-modtime, nntp-marks-directory): New variables.
10793 (nntp-request-set-mark, nntp-request-update-info)
10794 (nntp-possibly-create-directory, nntp-marks-changed-p)
10795 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10796 functions.
10797
10798 2004-05-12 Jesper Harder <harder@ifa.au.dk>
10799
10800 * gnus-score.el (gnus-score-insert-help): Use
10801 gnus-select-lowest-window.
10802
10803 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10804 appt-select-lowest-window and rename to gnus-select-lowest-window.
10805
10806 * gnus.el: do.
10807
10808 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10809
10810 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10811 encodings of MIME-encoded words, in order to improve
10812 interoperability with several broken MUAs.
10813
10814 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10815
10816 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10817 tags, only when charsets are not specified in headers.
10818 (mm-inline-text-html-render-with-w3m): Ditto.
10819
10820 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10821
10822 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10823 instead of MIME-decoded from fields when checking
10824 `gnus-article-address-banner-alist'.
10825
10826 2004-05-03 Jesper Harder <harder@ifa.au.dk>
10827
10828 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10829 description rather than subject.
10830
10831 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10832
10833 * gnus.el (gnus-version-number): Bump.
10834
10835 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10836
10837 * gnus.el: No Gnus v0.2 is released.
10838
10839 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10840
10841 * gnus-agent.el (gnus-agent-read-agentview): Inline
10842 gnus-uncompress-range.
10843
10844 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10845
10846 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
10847 `exec-installed-p'.
10848
10849 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10850
10851 * gnus.el (spam-process, spam-autodetect-methods): Add
10852 bsfilter and bsfilter-headers.
10853
10854 * spam.el (spam-bsfilter): New customize group.
10855 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
10856 (spam-bsfilter-header, spam-bsfilter-probability-header)
10857 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
10858 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
10859 (spam-bsfilter-database-directory): New options.
10860 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
10861 (spam-list-of-statistical-checks, spam-registration-functions):
10862 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
10863 (spam-bsfilter-score): New command.
10864 (spam-check-bsfilter-headers, spam-check-bsfilter)
10865 (spam-bsfilter-register-with-bsfilter)
10866 (spam-bsfilter-register-spam-routine)
10867 (spam-bsfilter-unregister-spam-routine)
10868 (spam-bsfilter-register-ham-routine)
10869 (spam-bsfilter-unregister-ham-routine): New functions.
10870 (spam-generic-score): Support bsfilter; Accept an optional argument
10871 to recalcurate spam score even if scoring header has already been
10872 added.
10873 (spam-bogofilter-score, spam-spamassassin-score): Accept an
10874 optional argument to recalcurate spam score even if scoring header
10875 has already been added.
10876
10877 2004-04-29 Jesper Harder <harder@ifa.au.dk>
10878
10879 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
10880 strings! Reported by David D. Smith <davidsmith@acm.org>.
10881 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
10882 link is missing.
10883
10884 2004-04-28 Jesper Harder <harder@ifa.au.dk>
10885
10886 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
10887 (html2text-get-attr): Rewrite.
10888
10889 * message.el (message-setup-1): Remove redundant put-text-property
10890 on mail-header-separator.
10891
10892 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
10893
10894 * gnus-registry.el (gnus-registry-cache-whitespace)
10895 (gnus-registry-action, gnus-registry-spool-action)
10896 (gnus-registry-split-fancy-with-parent): Change message levels
10897 from 5 to 3 or 7, as needed.
10898
10899 * spam.el (spam-summary-prepare-exit)
10900 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
10901 (spam-split, spam-find-spam, spam-log-undo-registration)
10902 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
10903 level from 5 to 6.
10904
10905 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10906
10907 * gnus-ems.el: Autoload appt-select-lowest-window (revert
10908 2004-03-04 change).
10909
10910 2004-04-25 Jesper Harder <harder@ifa.au.dk>
10911
10912 * sieve-manage.el (sieve-manage-open):
10913 * nnweb.el (nnweb-insert-html):
10914 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
10915 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
10916 * nnspool.el (nnspool-request-group):
10917 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
10918 * nnml.el (nnml-request-update-info):
10919 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
10920 (nnmh-request-create-group, nnmh-update-gnus-unreads):
10921 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
10922 (nnimap-request-set-mark):
10923 * nnfolder.el (nnfolder-request-update-info):
10924 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
10925 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
10926 * gnus-uu.el (gnus-uu-find-articles-matching):
10927 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
10928 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
10929 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
10930 * gnus-nocem.el (gnus-nocem-scan-groups):
10931 * gnus-int.el (gnus-start-news-server):
10932 * gnus-group.el (gnus-group-make-kiboze-group)
10933 (gnus-group-browse-foreign-server):
10934 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
10935 Use mapc when appropriate.
10936
10937 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
10938
10939 FIXME: Make separate entries for each person.
10940
10941 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
10942 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
10943 <shields@msrl.com>:
10944
10945 * spam.el (spam-necessary-extra-headers): Get the extra headers we
10946 may need for spam sorting and scoring.
10947 (spam-user-format-function-S): Add user format function suitable for
10948 general use.
10949 (spam-article-sort-by-spam-status): Add sorting function for summary
10950 sorting.
10951 (spam-extra-header-to-number): Add function to get a score from a
10952 header.
10953 (spam-summary-score): Add function to get a numeric score from the
10954 headers.
10955 (spam-generic-score): Fix function doc, was in wrong place.
10956 (spam-initialize): Take symbols when it's run, and install the
10957 extra headers that spam-necessary-extra-headers thinks we need.
10958
10959 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
10960
10961 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
10962 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
10963
10964 2004-04-17 Jesper Harder <harder@ifa.au.dk>
10965
10966 * gnus-sum.el (gnus-set-global-variables)
10967 (gnus-build-all-threads, gnus-get-newsgroup-headers)
10968 (gnus-article-get-xrefs, gnus-summary-best-group)
10969 (gnus-summary-next-article, gnus-summary-enter-digest-group)
10970 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
10971 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
10972 Use with-current-buffer.
10973
10974 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
10975
10976 * spam.el (spam-summary-prepare-exit): Simplify logic.
10977 (spam-fetch-article-header): Read the article header if it's not
10978 available.
10979 (spam-list-articles): Simplify logic.
10980 (spam-filelist-register-routine): Fix bug with unregister-list.
10981
10982 * gnus-registry.el: Fix comments at beginning.
10983
10984 2004-04-16 Jesper Harder <harder@ifa.au.dk>
10985
10986 * message.el (message-cater-to-broken-inn): Remove.
10987 (message-shorten-references): Make sure the total folded length of
10988 References is shorter than 998 characters to cater to a bug in INN
10989 2.3. Also, don't pretend that references aren't folded -- this
10990 hasn't worked for a while.
10991
10992 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
10993
10994 * gnus-agent.el (gnus-agentize):
10995 gnus-agent-send-mail-real-function no longer set to current value
10996 of message-send-mail-function but rather a lambda that calls
10997 message-send-mail-function. The change makes the agent real-time
10998 responsive to user changes to message-send-mail-function.
10999
11000 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
11001
11002 * legacy-gnus-agent.el
11003 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
11004 help from Florian Weimer <fw@deneb.enyo.de>
11005
11006 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
11007
11008 * nnmail.el (nnmail-cache-insert): Revert last change.
11009
11010 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11011
11012 * nnmail.el (nnmail-cache-insert): Always check whether
11013 nnmail-cache-ignore-groups matches a group name.
11014
11015 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11016
11017 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11018 (spam-find-spam, spam-log-processing-to-registry)
11019 (spam-log-registered-p, spam-log-unregistration-needed-p)
11020 (spam-log-undo-registration): Use gnus-message instead of
11021 gnus-error, none of these errors are fatal.
11022
11023 * gnus-registry.el (gnus-registry-clean-empty-function)
11024 (gnus-registry-clean-empty): Remove only empty entries without
11025 extra data.
11026
11027 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11028
11029 * spam-stat.el (spam-stat-buffer-change-to-spam)
11030 (spam-stat-buffer-change-to-non-spam): Change (error) to
11031 (gnus-message 8) invocation.
11032
11033 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11034
11035 * nntp.el (nntp-via-netcat-command): New variable.
11036 (nntp-via-netcat-switches): New variable.
11037 (nntp-open-via-rlogin-and-netcat): New function.
11038 (nntp-open-connection-function): Doc fix.
11039 (nntp-telnet-command): Doc fix.
11040 (nntp-end-of-line): Doc fix.
11041 (nntp-via-rlogin-command): Doc fix.
11042 (nntp-via-user-name): Doc fix.
11043 (nntp-via-address): Doc fix.
11044
11045 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11046
11047 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11048 error in Emacs 21.1.
11049
11050 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11051
11052 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11053
11054 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11055 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11056 (gnus-agent-with-refreshed-group): New macro.
11057 (gnus-agent-rename-group): New function.
11058 (gnus-agent-delete-group): New function.
11059 (gnus-agent-save-group-info): Use gnus-command-method when
11060 `method' parameter is nil. Don't write nil entries into the
11061 active file.
11062 (gnus-agent-get-group-info): New function.
11063 (gnus-agent-fetch-articles): Use
11064 gnus-agent-update-files-total-fetched-for to increment disk space
11065 used.
11066 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11067 gnus-agent-update-view-total-fetched-for to increment disk space
11068 used.
11069 (gnus-agent-get-local): Added optional parameters to avoid calling
11070 gnus-group-real-name and gnus-find-method-for-group.
11071 (gnus-agent-set-local): Delete stored entry if either min, or max,
11072 are nil.
11073 (gnus-agent-fetch-session): Reworded error/quit messages. On
11074 quit, use gnus-agent-regenerate-group to record existance of any
11075 articles fetched to disk before the quit occurred.
11076 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11077 gnus-agent-update-view-total-fetched-for, and
11078 gnus-agent-update-files-total-fetched-for to decrement disk space
11079 used.
11080 (gnus-agent-retrieve-headers): Use
11081 gnus-agent-update-view-total-fetched-for to increment disk space
11082 used.
11083 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11084 with gnus-agent-update-files-total-fetched-for to decrement disk
11085 space and fresh group buffer.
11086 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11087 (gnus-agent-need-update-total-fetched-for): New variable.
11088 (gnus-agent-update-files-total-fetched-for): New function.
11089 (gnus-agent-update-view-total-fetched-for): New function.
11090 (gnus-agent-total-fetched-for): New function.
11091
11092 * gnus-cache.el (gnus-cache-save-buffers): Use
11093 gnus-cache-update-overview-total-fetched-for to change disk space
11094 used by this group.
11095 (gnus-cache-possibly-enter-article): Use
11096 gnus-cache-update-file-total-fetched-for to increment disk space
11097 used by this group.
11098 (gnus-cache-possibly-remove-article): Use
11099 gnus-cache-update-file-total-fetched-for to decrement disk space
11100 used by this group.
11101 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11102 (gnus-cache-rename-group): New function.
11103 (gnus-cache-delete-group): New function.
11104 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11105 (gnus-cache-need-update-total-fetched-for): New variable.
11106 (gnus-cache-with-refreshed-group): New macro.
11107 (gnus-cache-update-file-total-fetched-for): New function.
11108 (gnus-cache-update-overview-total-fetched-for): New function.
11109 (gnus-cache-rename-group-total-fetched-for): New function.
11110 (gnus-cache-delete-group-total-fetched-for): New function.
11111 (gnus-cache-total-fetched-for): New function.
11112
11113 * gnus-group.el: Require gnus-sum and autoload functions to
11114 resolve warnings when gnus-group.el compiled alone.
11115 (gnus-group-line-format): Documented new %F
11116 (size of Fetched data) group line format; identifies disk space
11117 used by agent and cache.
11118 (gnus-group-line-format-alist): Defined new F format.
11119 (gnus-total-fetched-for): New function.
11120 (gnus-group-delete-group): No longer update
11121 gnus-cache-active-altered as gnus-request-delete-group now keeps
11122 the cache in sync.
11123 (gnus-group-list-active): Let the agent store a server's active
11124 list if currently plugged.
11125
11126 * gnus-int.el (gnus-request-delete-group):
11127 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11128 local disk in sync with the server.
11129 (gnus-request-rename-group):
11130 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11131 local disk in sync with the server.
11132
11133 * gnus-start.el (gnus-get-unread-articles):
11134 Cosmetic simplification to logic.
11135
11136 * gnus-util.el (gnus-rename-file): New function.
11137
11138 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11139
11140 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11141
11142 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11143
11144 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11145 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11146
11147 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11148
11149 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11150 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11151
11152 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11153
11154 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11155
11156 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11157
11158 * spam.el (spam-set-difference): Add function to replace
11159 gnus-set-difference in spam.el.
11160 (spam-summary-prepare-exit): Use spam-set-difference.
11161
11162 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11163
11164 * gnus-registry.el (gnus-registry-cache-file): Update to use
11165 gnus-dribble-directory OR gnus-home-directory OR ~.
11166 (gnus-registry-split-fancy-with-parent): Fix doc.
11167
11168 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11169
11170 * message.el (message-exchange-point-and-mark): Use
11171 message-mark-active-p. Suggested by Jesper Harder
11172 <harder@ifa.au.dk>.
11173
11174 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11175
11176 * message.el (message-exchange-point-and-mark): Don't activate
11177 region if it was inactive. Suggested by Hiroshi Fujishima
11178 <pooh@nature.tsukuba.ac.jp>.
11179
11180 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11181
11182 * gnus-art.el (article-display-face): Display Faces in the same
11183 order as X-Faces.
11184
11185 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11186
11187 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11188
11189 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11190
11191 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11192 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11193 (gnus-article-mime-hierarchy): Remove.
11194 (gnus-article-mime-hierarchy-next): Remove.
11195 (gnus-article-mode): Revert 2004-03-19 change.
11196 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11197 (gnus-insert-mime-button): Revert 2004-03-19 change.
11198 (gnus-mime-accumulate-hierarchy): Remove.
11199 (gnus-mime-enter-multipart): Remove.
11200 (gnus-mime-leave-multipart): Remove.
11201 (gnus-mime-display-part): Revert 2004-03-19 change.
11202 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11203
11204 * mml.el (mml-preview): Revert 2004-03-19 change.
11205
11206 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11207
11208 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11209
11210 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11211
11212 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11213 t while entering a file name using the mm-with-multibyte macro.
11214 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11215
11216 * mm-util.el (mm-with-multibyte): New macro.
11217
11218 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11219
11220 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11221 user option.
11222 (gnus-mime-multipart-functions): Doc and customization fix.
11223 (gnus-article-mime-hierarchy): New variable.
11224 (gnus-article-mime-hierarchy-next): New variable.
11225 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11226 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11227 gnus-article-mime-hierarchy-next to nil.
11228 (gnus-insert-mime-button): Show hierarchy numbers.
11229 (gnus-mime-accumulate-hierarchy): New function.
11230 (gnus-mime-enter-multipart): New function.
11231 (gnus-mime-leave-multipart): New function.
11232 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11233 (gnus-mime-display-alternative): Show hierarchy numbers.
11234
11235 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11236 gnus-article-mime-hierarchy-next to nil.
11237
11238 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11239
11240 * dns.el: Don't require gnus-xmas.
11241
11242 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11243
11244 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11245 inline PGP.
11246 (mml-menu): Disable mml-quote-region if mark is inactive.
11247
11248 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11249
11250 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11251 when the group's active is not available.
11252
11253 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11254
11255 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11256 error.
11257
11258 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11259
11260 * imap.el (imap-store-password): New variable.
11261 (imap-interactive-login): Use it.
11262 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11263
11264 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11265
11266 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11267 window-start and hscroll to summary window.
11268
11269 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11270
11271 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11272 conversion message to newsrc-dribble when an actual conversion is
11273 performed.
11274
11275 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11276
11277 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11278
11279 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11280
11281 * mm-decode.el (mm-complicated-handles): New function reviving
11282 former definition of mm-multiple-handles.
11283
11284 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11285 (gnus-mime-delete-part): Use it.
11286
11287 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11288
11289 * gnus-agent.el (gnus-agent-read-local): Bind
11290 nnheader-file-coding-system to gnus-agent-file-coding-system to
11291 avoid the implicit assumption that they will always be equal.
11292 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11293 coding-system-for-write, as the with-temp-file macro first prints
11294 to a buffer then saves the buffer.
11295
11296 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11297
11298 * gnus-art.el (gnus-article-edit-part): New function.
11299 (gnus-mime-save-part-and-strip): Use it; do query instead of
11300 signaling an error; don't use mm-multiple-handles.
11301 (gnus-mime-delete-part): Ditto.
11302
11303 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11304
11305 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11306 old file versions.
11307 (gnus-group-prepare-hook): Removed function that converted list
11308 form of gnus-agent-expire-days to group properties.
11309
11310 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11311 (gnus-request-accept-article): Re-indented.
11312
11313 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11314 converters to handle old agent file formats. Added logic for a
11315 "backup before upgrading warning".
11316 (gnus-convert-mark-converter-prompt): Developers can mark
11317 functions as needing (default), or not needing,
11318 gnus-convert-old-newsrc's "backup before upgrading warning".
11319 (gnus-convert-converter-needs-prompt): Tests whether the user
11320 should be protected from potentially irreversable changes by the
11321 function.
11322
11323 * legacy-gnus-agent.el: New. Provides converters that are only
11324 loaded when gnus-convert-old-newsrc needs to call them.
11325
11326 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11327
11328 * mail-source.el (mail-source-touch-pop): Doc fix.
11329
11330 * message.el (message-smtpmail-send-it): Doc fix.
11331
11332 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11333
11334 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11335
11336 * nnmail.el (nnmail-split-fancy): do.
11337
11338 * gnus-kill.el (gnus-kill, gnus-execute): do.
11339
11340 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11341
11342 * gnus-sum.el (gnus-widget-reversible-match)
11343 (gnus-widget-reversible-to-internal)
11344 (gnus-widget-reversible-to-external): New functions.
11345 (gnus-widget-reversible): New widget.
11346 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11347
11348 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11349
11350 * gnus-sum.el (gnus-thread-sort-functions)
11351 (gnus-article-sort-functions): Document `(not F)' items.
11352
11353 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11354
11355 * spam.el (spam-use-gmane-xref): Add new backend.
11356 (spam-gmane-xref-spam-group): Add variable to control the name of the
11357 Gmane spam group.
11358 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11359 (spam-regex-headers-spam, spam-regex-headers-ham)
11360 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11361 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11362 backends and checks.
11363 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11364
11365 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11366 an autodetect method.
11367
11368 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11369
11370 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11371 articles are being added to a group.
11372 (gnus-request-replace-article): Inform the agent that articles
11373 need to be uncached as the cached contents are no longer valid.
11374
11375 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11376
11377 * binhex.el: Don't autoload executable-find.
11378
11379 * canlock.el: Don't autoload mail-fetch-field.
11380
11381 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11382
11383 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11384 rmail-dont-reply-to and rmail-output.
11385
11386 * gnus-score.el: Don't autoload ffap-string-at-point.
11387
11388 * gnus-setup.el: Don't autoload sc-cite-original.
11389
11390 * imap.el: Don't autoload base64-decode-string,
11391 base64-encode-string and md5.
11392
11393 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11394 and rmail-msg-restore-non-pruned-header.
11395
11396 * mm-decode.el: Don't autoload executable-find.
11397
11398 * mm-url.el: Don't autoload executable-find.
11399
11400 * mm-view.el: Don't autoload diff-mode.
11401
11402 * nndb.el: Don't autoload news-reply-mode, news-setup,
11403 cancel-timer and telnet.
11404
11405 * password.el: Don't autoload run-at-time for Emacs.
11406
11407 * sha1-el.el: Don't autoload executable-find.
11408
11409 * sieve-mode.el: Don't autoload c-mode.
11410
11411 * uudecode.el: Don't autoload executable-find.
11412
11413 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11414
11415 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11416 (gnus-agent-possibly-alter-active): Avoid null in numeric
11417 comparison.
11418 (gnus-agent-set-local): Refuse to save null in local object table.
11419 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11420 list of articles that will be marked as unread.
11421
11422 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11423
11424 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11425
11426 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11427
11428 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11429 language tags.
11430
11431 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11432
11433 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11434 Don't bind "obarray".
11435
11436 * gnus-sum.el (gnus-thread-sort-functions): Added
11437 `gnus-thread-sort-by-most-recent-number' and
11438 `gnus-thread-sort-by-most-recent-date'.
11439 Reported by Kai Grossjohann <kai@emptydomain.de>.
11440
11441 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11442
11443 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11444
11445 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11446
11447 * gnus-cus.el (gnus-agent-customize-category): Removed
11448 ignore-errors macro reference that required cl to be loaded at
11449 run-time.
11450
11451 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11452 single-interval range of the form (min . max). Previously the
11453 range had to look like ((min . max)). Likewise, return
11454 (min . max) rather than ((min . max)).
11455 (gnus-range-map): Use gnus-range-normalize to accept
11456 single-interval range.
11457
11458 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11459 the cache, but not the agent, now appear with their usual face.
11460
11461 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11462
11463 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11464 w3m-safe-url-regexp variable buffer-local.
11465
11466 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11467
11468 2004-02-27 Simon Josefsson <jas@extundo.com>
11469
11470 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11471 gnus-group-real-prefix.
11472 (gnus-summary-move-article): Use it, instead of
11473 gnus-group-real-prefix.
11474
11475 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11476
11477 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11478 w3m-safe-url-regexp variable buffer-local and set it as the value
11479 of mm-w3m-safe-url-regexp.
11480
11481 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11482
11483 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11484 parsing gnus-posting-styles when the message is not for replying.
11485
11486 * nnrss.el (nnrss-opml-export): Use
11487 mm-set-buffer-file-coding-system instead of
11488 set-buffer-file-coding-system.
11489
11490 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11491
11492 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11493 of checkdoc.el).
11494 * nnrss.el: do.
11495 * gnus-mlspl.el: do.
11496 * gnus-ml.el: do.
11497 * gnus-srvr.el: do.
11498
11499 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11500
11501 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11502
11503 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11504 Corrections to custom-manual links.
11505
11506 * gnus-art.el (gnus-article): Ditto.
11507
11508 * mm-decode.el (mime-display, mime-security): Ditto.
11509
11510 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11511
11512 * flow-fill.el: Typo.
11513
11514 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11515
11516 * spam-wash.el: New file.
11517
11518 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11519
11520 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11521
11522 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11523
11524 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11525 to be run with new-articles as LIST1, not LIST2.
11526 (spam-registration-functions): Add spam-use-ham-copy as a nil
11527 registration backend.
11528
11529 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11530
11531 * spam-stat.el (spam-stat-washing-hook): New option.
11532 (spam-stat-buffer-words): Use it.
11533 (spam-stat-process-directory, spam-stat-test-directory): Use
11534 insert-file-contents-literally.
11535 (spam-stat-coding-system): New variable.
11536 (spam-stat-load, spam-stat-save): Use it.
11537
11538 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11539
11540 * spam-report.el (spam-report-plug-agent): Quote
11541 spam-report-url-to-file and spam-report-url-ping-plain.
11542
11543 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
11544
11545 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11546 / in mailto URLs.
11547
11548 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11549
11550 * spam-report.el (spam-report-process-queue): Fix interactive use.
11551 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11552 (spam-report-unplug-agent): Doc fixes.
11553 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11554 (spam-report-agentize, spam-report-deagentize): Autoload
11555
11556 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
11557
11558 * message.el (message-setup-fill-variables): Add mml tags to
11559 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11560 <ajk@iu.edu>.
11561 (message-mode): Don't modify paragraph-separate there.
11562
11563 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11564
11565 * compface.el (uncompface-use-external): Default to undecided.
11566 (uncompface-use-external-threshold): New variable.
11567 (uncompface-float-time): New macro.
11568 (uncompface): Determine whether to use the external decoder if
11569 uncompface-use-external is undecided.
11570
11571 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11572
11573 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11574 after images.
11575
11576 * gnus-art.el (gnus-mime-display-single): Remove dead code.
11577
11578 2004-02-14 Jesper Harder <harder@ifa.au.dk>
11579
11580 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11581
11582 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11583
11584 * gnus-sum.el (gnus-summary-limit-to-age)
11585 (gnus-summary-limit-children): do.
11586
11587 * gnus-int.el (gnus-request-scan): do.
11588
11589 * gnus-group.el (gnus-group-suspend): do.
11590
11591 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11592
11593 * gnus-cite.el (gnus-cite-parse-attributions): do.
11594
11595 * gnus-agent.el (gnus-summary-set-agent-mark)
11596 (gnus-agent-regenerate-group): do.
11597
11598 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11599
11600 * binhex.el (binhex-decode-region-internal): do.
11601
11602 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
11603
11604 * gnus-fun.el (gnus-face-properties-alist): New user option.
11605 (gnus-display-x-face-in-from): Use it.
11606
11607 * gnus-art.el (article-display-face): Ditto.
11608
11609 * compface.el (uncompface-use-external): Default to nil.
11610
11611 2004-02-12 Jesper Harder <harder@ifa.au.dk>
11612
11613 * nntp.el (nntp-erase-buffer): New function.
11614 (nntp-retrieve-data, nntp-send-command)
11615 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11616 (nntp-possibly-change-group): Use it.
11617
11618 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11619 with-current-buffer.
11620
11621 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
11622
11623 * compface.el: Merge the ELisp-based uncompface program.
11624 (compface): New customization group.
11625 (uncompface-use-external): New user option.
11626 (uncompface): Call uncompface-internal if uncompface-use-external
11627 is nil.
11628 (uncompface-internal): New function. Note that there are also
11629 some other functions and variables added for this function.
11630
11631 2004-02-10 Jesper Harder <harder@ifa.au.dk>
11632
11633 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11634 if necessary.
11635
11636 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
11637
11638 * spam-report.el (spam-report-unplug-agent)
11639 (spam-report-plug-agent, spam-report-deagentize)
11640 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11641 Add support for the Agent in spam-report: when unplugged, report to a
11642 file; when plugged, submit all the requests.
11643
11644 * spam.el (spam-register-routine): Fix message about
11645 registration.
11646
11647 2004-02-09 Jesper Harder <harder@ifa.au.dk>
11648
11649 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11650 dependencies.
11651 (rfc2047-encode): Use it.
11652
11653 * gnus-art.el (gnus-button-marker-list): Move before first
11654 reference.
11655
11656 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11657 (imap-parse-body): Fix format string mismatch.
11658
11659 * gnus-score.el (gnus-summary-increase-score): do.
11660
11661 * nnrss.el (nnrss-close): New function.
11662
11663 2004-02-08 Jesper Harder <harder@ifa.au.dk>
11664
11665 * nnrss.el (nnrss-make-filename): New function.
11666 (nnrss-request-delete-group, nnrss-read-server-data)
11667 (nnrss-save-server-data, nnrss-read-group-data)
11668 (nnrss-save-group-data): Use it.
11669 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11670 (nnrss-read-server-data, nnrss-read-group-data): Use load.
11671 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11672
11673 2004-02-07 Jesper Harder <harder@ifa.au.dk>
11674
11675 * mml.el (mml-compute-boundary-1): Don't uncompress files.
11676
11677 2004-02-06 Jesper Harder <harder@ifa.au.dk>
11678
11679 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11680 files.
11681
11682 * message.el (message-generate-headers-first): Don't quote nil
11683 and t in docstrings.
11684
11685 * imap.el (imap-id): do.
11686
11687 * gnus-agent.el (gnus-agent-consider-all-articles)
11688 (gnus-agent-queue-mail): do.
11689
11690 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
11691
11692 * spam-report.el (spam-report-process-queue): New function.
11693 Process requests from `spam-report-requests-file'.
11694 (spam-report-process-queue): Doc fix.
11695
11696 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
11697
11698 * spam.el (spam-register-routine)
11699 (spam-log-processing-to-registry, spam-log-registered-p)
11700 (spam-log-unregistration-needed-p, spam-log-undo-registration):
11701 Change "check" to "spam-check" for semi-clarity.
11702
11703 2004-02-05 Jesper Harder <harder@ifa.au.dk>
11704
11705 * pop3.el: Require nnheader.
11706
11707 * mml-smime.el: Require cl. Autoload message-fetch-field.
11708
11709 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11710
11711 * gnus-picon.el: Require cl.
11712
11713 * gnus-fun.el: Require gnus-ems and gnus-util.
11714
11715 * gnus.el (gnus-method-to-server): Move defsubst before first use.
11716
11717 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11718
11719 * gnus-art.el (gnus-article-edit-mode): Define before first
11720 reference.
11721
11722 2004-02-04 Jesper Harder <harder@ifa.au.dk>
11723
11724 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11725 (gnus-uu-post-encoded): Use point-at-bol.
11726
11727 * gnus-topic.el (gnus-group-active-topic-p): do.
11728
11729 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11730
11731 * gnus-group.el (gnus-group-kill-region): do.
11732
11733 * gnus-art.el (article-date-ut): do.
11734
11735 * message.el (message-fetch-field): Remove redundant
11736 case-fold-search binding.
11737 (message-narrow-to-field): Simplify.
11738
11739 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
11740
11741 * spam.el (spam-directory): Derive from `gnus-directory'.
11742
11743 * spam-report.el (spam-report-url-to-file)
11744 (spam-report-requests-file): New function and variable for offline
11745 reporting.
11746 (spam-report-url-ping-function): Add `spam-report-url-to-file'
11747 and user defined function.
11748 (spam-report-url-ping-mm-url): Remove doubled slash.
11749
11750 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
11751
11752 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11753
11754 2004-02-03 Jesper Harder <harder@ifa.au.dk>
11755
11756 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11757 format string mismatch.
11758
11759 * sieve.el (sieve-deactivate-all): do.
11760
11761 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11762
11763 * nnlistserv.el (nnlistserv-kk-wash-article): do.
11764
11765 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11766
11767 * mm-bodies.el (mm-7bit-chars): Don't include \r.
11768
11769 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
11770
11771 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11772 the list of checks.
11773
11774 2004-01-31 Jesper Harder <harder@ifa.au.dk>
11775
11776 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11777 padding.
11778
11779 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
11780
11781 * mm-view.el (mm-fill-flowed): New variable.
11782 (mm-inline-text): Use it.
11783
11784 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
11785
11786 * spam.el (spam-spamassassin-register-ham-routine)
11787 (spam-spamassassin-register-spam-routine): Fix function names.
11788
11789 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
11790
11791 * gnus.el (gnus-tmp-grouplens): Remove.
11792 (gnus-summary-line-format): Remove grouplens.
11793
11794 * gnus-group.el (gnus-group-line-format): Ditto.
11795
11796 * gnus-spec.el (gnus-format-specs): Ditto.
11797 (gnus-update-format-specifications): Flush the group format spec
11798 cache if there's the grouplens stuff.
11799 (gnus-parse-simple-format): Replace %l with the empty string.
11800
11801 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
11802
11803 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11804 omission.
11805
11806 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
11807
11808 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11809 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11810
11811 2004-01-25 Paul Jarc <prj@po.cwru.edu>
11812
11813 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
11814 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11815 New macros and functions.
11816 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11817 Handle > NLINK_MAX messages.
11818 * nnmaildir.el (nnmaildir-request-set-mark): Use
11819 nnmaildir--emlink-p and nnmaildir--eexist-p.
11820
11821 2004-01-25 Alex Schroeder <alex@gnu.org>
11822
11823 * spam-stat.el (spam-stat-process-directory-age): New option.
11824 (spam-stat-process-directory): Use it.
11825
11826 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
11827
11828 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11829 (spam-stat-save): Accept prefix argument.
11830
11831 2004-01-23 Paul Jarc <prj@po.cwru.edu>
11832
11833 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11834 links" error.
11835
11836 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11837
11838 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11839 compatibility with old .newsrc.eld files.
11840
11841 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11842
11843 * gnus-start.el (gnus-1): do.
11844
11845 * gnus-group.el (gnus-group-line-format-alist): do.
11846
11847 * gnus.el (gnus-use-grouplens, gnus-visual): do.
11848
11849 * gnus-gl.el: Remove.
11850
11851 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
11852
11853 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
11854 marks consisting of a single range {for example, (3 . 5)} rather
11855 than a list of a single range { ((3 . 5)) }.
11856
11857 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11858
11859 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
11860 with-current-buffer.
11861 (spam-stat-store-current-buffer): Use insert-buffer-substring to
11862 avoid consing a string.
11863
11864 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
11865 Remove obsolete entries for big5 and gb2312.
11866
11867 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
11868
11869 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
11870 uncompressed list.
11871
11872 2004-01-22 Jesper Harder <harder@ifa.au.dk>
11873
11874 * spam-stat.el (spam-stat-strip-xref): New function.
11875 (spam-stat-process-directory): Use it.
11876
11877 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
11878 here -- it's done in message-fetch-field.
11879
11880 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
11881
11882 * gnus-agent.el (gnus-agent-queue-mail)
11883 (gnus-agent-prompt-send-queue): New variables.
11884 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
11885 * gnus-draft.el (gnus-group-send-queue): Pass the group name
11886 "nndraft:queue" along to gnus-draft-send. Use
11887 gnus-agent-prompt-send-queue.
11888 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
11889 is "nndraft:queue". Suggested by Gaute Strokkenes
11890 <gs234@srcf.ucam.org>
11891
11892 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
11893 (agent-enable-undownloaded-faces): Added
11894 (gnus-agent-cat-groups): Use eval-and-compile, not
11895 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
11896 method of gnus-agent-cat-groups even when the buffer has been
11897 evaled.
11898 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
11899 delete gnus-agent-save-active-1.
11900 (gnus-agent-save-groups): Deleted. Identical to
11901 gnus-agent-save-active.
11902 (gnus-agent-write-active): No longer adjust agent's copy of active
11903 file as agent's adjustments are now stored in their own
11904 file. Removed optional parameter.
11905 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
11906 servers. Add use of min/max range limits from server's local
11907 file.
11908 (gnus-agent-save-alist): Removed unused optional argument.
11909 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
11910 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
11911 (gnus-agent-set-local): A per-server file that keeps min/max range
11912 limits for articles known to the agent. Provides a fast mechanism
11913 for altering many active ranges.
11914 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
11915 active file (local makes it unnecessary).
11916 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
11917
11918 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
11919 (agent-enable-undownloaded-faces): Added
11920
11921 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
11922 disable it when sending to "nndraft:queue".
11923 (gnus-group-send-queue): Add safety check to avoid sending queue
11924 when unplugged.
11925
11926 * gnus-group.el (gnus-group-catchup): Use new
11927 gnus-sequence-of-unread-articles, not
11928 gnus-list-of-unread-articles, to avoid exhausting memory with huge
11929 numbers of articles. Use gnus-range-map to avoid having to
11930 uncompress the unread list.
11931 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
11932 Fixed invalid ange-ftp reference.
11933
11934 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
11935 (gnus-sorted-range-intersection): Intersection of two ranges
11936 without requiring that they first be uncompressed.
11937
11938 * gnus-start.el (gnus-activate-group): Unless blocked by the
11939 caller, possibly expand the active range to include both cached
11940 and agentized articles.
11941 (gnus-convert-old-newsrc): Rewrote in anticipation of having
11942 multiple version-dependent converters.
11943 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
11944 gnus-agent-save-active.
11945 (gnus-save-newsrc-file): Save dirty agent range limits.
11946
11947 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
11948 gnus-agent-possibly-alter-active.
11949 (gnus-adjust-marked-articles): Faster handling of simple lists
11950
11951 2004-01-21 Jesper Harder <harder@ifa.au.dk>
11952
11953 * spam-stat.el (spam-stat-test-directory): New optional argument
11954 displays a list of files detected. Suggested by Andrew Cohen
11955 <cohen@andy.bu.edu>.
11956 (spam-stat-buffer-words-with-scores): Don't narrow and change
11957 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
11958
11959 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
11960
11961 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
11962 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
11963 (spam-spamassassin-arguments)
11964 (spam-spamassassin-spam-flag-header)
11965 (spam-spamassassin-positive-spam-flag-header)
11966 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
11967 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
11968 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11969 (spam-list-of-processors, spam-list-of-checks)
11970 (spam-list-of-statistical-checks, spam-registration-functions)
11971 (spam-check-spamassassin-headers, spam-check-spamassassin)
11972 (spam-spamassassin-score)
11973 (spam-spamassassin-register-with-sa-learn)
11974 (spam-spamassassin-register-spam-routine)
11975 (spam-spamassassin-register-ham-routine)
11976 (spam-assassin-register-spam-routine)
11977 (spam-assassin-register-ham-routine): Add SpamAssassin support.
11978 (spam-bogofilter-score): Fix to show article before scoring.
11979
11980 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
11981
11982 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
11983 default scoring function.
11984 (spam-generic-score): Call spam-spamassassin-score if
11985 spam-use-spamassassin or spam-use-spamassassin-headers is on;
11986 spam-bogofilter-score otherwise.
11987
11988 * gnus.el (spam-process, spam-autodetect-methods): Add
11989 spamassassin and spamassassin-headers.
11990
11991 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
11992
11993 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11994 Suppress unnecessary messages.
11995
11996 2004-01-20 Jesper Harder <harder@ifa.au.dk>
11997
11998 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
11999 make-hash-table.
12000
12001 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
12002
12003 * canlock.el (base64-encode-string): Don't autoload it.
12004
12005 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
12006
12007 * run-at-time.el: Remove useless (require 'itimer),
12008 eval-and-compile and (featurep 'xemacs).
12009
12010 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12011
12012 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12013 GROUP is a virtual group.
12014
12015 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12016
12017 * gnus.el: Autoload `message-y-or-n-p'.
12018
12019 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12020
12021 * pgg-parse.el: Remove unnecessary (require 'custom).
12022
12023 * pgg-def.el: do.
12024
12025 * nnmail.el: do.
12026
12027 * gnus-undo.el: do.
12028
12029 * gnus-picon.el: do.
12030
12031 * gnus-util.el: do.
12032
12033 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12034
12035 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12036
12037 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12038
12039 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12040 handle, as well as a list.
12041
12042 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12043 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12044 (mm-w3m-cid-retrieve): Simplify.
12045
12046 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12047
12048 * message.el (message-kill-to-signature): Allow prefix arg to
12049 specify number of lines to keep before signature.
12050
12051 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12052
12053 (message-kill-to-signature): Change docstring.
12054
12055 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12056
12057 * canlock.el: Always require sha1-el.
12058 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12059
12060 * message.el: Autoload sha1 only when compiling.
12061
12062 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12063
12064 * message.el (message-canlock-generate): Require sha1-el.
12065
12066 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12067
12068 * message.el (message-expand-name): Silence the byte compiler.
12069
12070 2004-01-13 Simon Josefsson <jas@extundo.com>
12071
12072 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12073 Invoke gnus-score-mode. Reported by
12074 bojohan+news@dd.chalmers.se (Johan Bockgård).
12075
12076 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12077 Jim Blandy <jimb@redhat.com> (tiny change).
12078
12079 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12080
12081 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12082
12083 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12084
12085 * spam.el (spam-get-article-as-string): Update to use
12086 gnus-request-article-this-buffer, much simpler.
12087 (spam-get-article-as-buffer): Remove.
12088
12089 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12090
12091 * message.el (message-expand-name): Use EUDC if the user uses that.
12092
12093 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12094
12095 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12096 character for the encoding to avoid consing a string.
12097
12098 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12099 unnecessarily.
12100
12101 * mm-util.el (mm-replace-chars-in-string): Remove.
12102
12103 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12104 of mm-replace-chars-in-string.
12105
12106 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12107
12108 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12109
12110 * mm-util.el (mm-subst-char-in-string): Support inplace.
12111
12112 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12113 a new string in every iteration. Use shy groups.
12114
12115 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12116
12117 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12118 * gnus-soup.el (gnus-soup-group-brew):
12119 * gnus-msg.el (gnus-put-message):
12120 * gnus-move.el (gnus-group-move-group-to-server):
12121 * gnus-kill.el (gnus-batch-score):
12122 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12123 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12124 (gnus-group-update-group, gnus-group-read-group)
12125 (gnus-group-make-group, gnus-group-make-help-group)
12126 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12127 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12128 (gnus-group-sort-by-unread, gnus-group-catchup)
12129 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12130 (gnus-group-yank-group, gnus-group-set-info)
12131 (gnus-group-list-groups):
12132 * gnus.el (gnus-generate-new-group-name):
12133 * gnus-delay.el (gnus-delay-send-queue):
12134 * nnvirtual.el (nnvirtual-catchup-group):
12135 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12136 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12137 (gnus-group-prepare-topics, gnus-topic-check-topology):
12138 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12139 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12140 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12141 (gnus-group-make-articles-read):
12142 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12143 (gnus-group-change-level, gnus-kill-newsgroup)
12144 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12145 (gnus-get-unread-articles, gnus-make-articles-unread)
12146 (gnus-make-ascending-articles-unread): Use accessor
12147 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12148 to get group information for improved readability.
12149
12150
12151 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12152
12153 * gnus-art.el (article-decode-mime-words, article-babel)
12154 (gnus-article-highlight-signature, gnus-article-add-buttons)
12155 (gnus-signature-toggle): Use gnus-with-article-buffer.
12156
12157 * gnus-art.el (gnus-article-highlight-headers)
12158 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12159
12160 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12161 (gnus-article-set-globals, gnus-request-article-this-buffer)
12162 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12163 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12164 (gnus-mime-display-alternative): Use with-current-buffer.
12165
12166 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12167
12168 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12169 also under 80 char limit, and call gnus-error if needed.
12170 (spam-fetch-article-header): Fix - it was a
12171 buffer-local variable (gnus-newsgroup-data).
12172 (spam-find-spam): Use spam-generate-fake-headers, forget about
12173 spam-insert-fake-headers.
12174 (spam-insert-fake-headers): Remove.
12175
12176 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12177
12178 * deuglify.el (gnus-article-outlook-unwrap-lines)
12179 (gnus-outlook-rearrange-article)
12180 (gnus-outlook-repair-attribution-outlook)
12181 (gnus-outlook-repair-attribution-block)
12182 (gnus-outlook-repair-attribution-other): Remove redundant
12183 save-excursion.
12184
12185 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12186
12187 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12188 (spam-fetch-field-subject-fast)
12189 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12190 (spam-fetch-article-header): Add functions to deal with Gnus
12191 internals for fast retrieval of article header data.
12192 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12193
12194 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12195
12196 * pop3.el (pop3-md5): Remove.
12197 (pop3-apop): Replace pop3-md5 with md5.
12198
12199 * mm-bodies.el: base64 is always built-in.
12200
12201 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12202 with-current-buffer.
12203
12204 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12205
12206 * canlock.el (canlock-insert-header): Remove excessive grouping in
12207 regexp.
12208
12209 * gnus-sum.el (gnus-summary-read-document): Ditto.
12210
12211 * gnus-uu.el (gnus-uu-part-number): Ditto.
12212
12213 * html2text.el (html2text-remove-tags): Ditto.
12214 (html2text-format-tags): Ditto.
12215 (html2text-format-single-elements): Ditto.
12216
12217 * mml.el (mml-parse-1): Ditto.
12218
12219 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12220
12221 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12222
12223 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12224
12225 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12226
12227 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12228
12229 2003-11-15 Simon Josefsson <jas@extundo.com>
12230
12231 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12232 (pgg-gpg-lookup-key): Use regexp match instead of
12233 split-string (split-string is different between emacs 21.2 and
12234 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12235
12236 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12237
12238 * gnus-art.el (gnus-mime-view-all-parts)
12239 (gnus-article-part-wrapper, gnus-article-view-part): Use
12240 with-current-buffer.
12241
12242 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12243
12244 * spam.el (spam-disable-spam-split-during-ham-respool)
12245 (spam-spamoracle-database, spam-cache-lookups)
12246 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12247 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12248 (spam-group-ham-marks, spam-group-spam-marks)
12249 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12250 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12251 also add spam-use-blackholes to the statistical checks.
12252 (spam-fetch-field-fast): Add interface to fetching fields, may
12253 become a macro.
12254 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12255 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12256 (spam-insert-fake-headers): Fake an article when needed.
12257 (spam-find-spam): Fake article when possible.
12258 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12259 (spam-check-bogofilter-headers): Use message-fetch-field instead
12260 of nnmail-fetch-field.
12261
12262 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12263
12264 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12265
12266 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12267
12268 * spam.el (spam-split): Do not require spam-use-CHECK to be
12269 enabled if that check is passed to spam-split explicitly; also
12270 fix so 'spam doesn't get converted to spam-split-group when
12271 spam-split-symbolic-return is t.
12272 (spam-find-spam): Find registrations of the article and use those
12273 instead of re-running spam-split to find the spam/ham
12274 classification of the article.
12275 (spam-log-processing-to-registry, spam-log-registered-p)
12276 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12277 Use gnus-error instead of gnus-message.
12278 (spam-log-registration-type): Add function to determine the
12279 classification of a message based on registry entries; will
12280 return nil if both 'spam and 'ham are found.
12281 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12282 a reasonably fast local cache without the loading errors.
12283 (spam-cache-lookups): Set to t by default.
12284 (spam-find-spam): Don't try to guess spam-cache-lookups.
12285 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12286 spam-caches entry.
12287 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12288 caching of whitelist/blacklist entries.
12289 (spam-check-whitelist, spam-check-blacklist): Invoke
12290 spam-from-listed-p with a type, not a cache variable.
12291 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12292
12293 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12294
12295 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12296
12297 * nnmail.el (nnmail-split-fancy): do.
12298
12299 * mml.el (mml-parse): do.
12300
12301 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12302 (gnus-score-adaptive): do.
12303
12304 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12305
12306 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12307 (gnus-mime-button-map): Don't set keymap parent.
12308 (gnus-button-ctan-directory-regexp): Use shy grouping.
12309 (gnus-prev-page-map): Don't set keymap parent.
12310 (gnus-prev-page-map): Remove duplicated one.
12311 (gnus-next-page-map): Don't set keymap parent.
12312 (gnus-mime-security-button-map): Ditto.
12313
12314 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12315 version number.
12316
12317 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12318
12319 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12320
12321 * canlock.el (canlock-sha1-function): Remove.
12322 (canlock-sha1-function-for-verify): Remove.
12323 (canlock-openssl-program): Remove.
12324 (canlock-openssl-args): Remove.
12325 (canlock-ignore-errors): Remove.
12326 (canlock-sha1-with-openssl): Remove.
12327 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12328 (canlock-verify): Don't use canlock-ignore-errors.
12329
12330 * sha1-el.el (sha1-string-external): Make it can return a string
12331 in binary form.
12332 (sha1-region-external): Ditto.
12333 (sha1-string-internal): Ditto.
12334 (sha1-region-internal): Ditto.
12335 (sha1-region): Ditto.
12336 (sha1-string): Ditto.
12337 (sha1): Ditto.
12338
12339 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12340
12341 * spam.el (spam-report-articles-gmane): New command.
12342
12343 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12344
12345 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12346
12347 * run-at-time.el (run-at-time-saved): Remove.
12348 (run-at-time): Doc fix.
12349
12350 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12351
12352 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12353 (gnus-summary-limit-map): Add it.
12354 (gnus-summary-make-menu-bar): do.
12355
12356 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12357
12358 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12359 Make attempt at some caching support (done for BBDB only now).
12360 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12361 addresses to be checked.
12362 (spam-clear-cache-BBDB): Add function, to be invoked by
12363 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12364 (spam-check-BBDB): Check and use the caches, if
12365 spam-cache-lookups is on, remove superfluous (provide).
12366
12367 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12368
12369 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12370
12371 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12372
12373 * run-at-time.el (run-at-time-saved): Move to after the definition
12374 of `run-at-time'.
12375
12376 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12377
12378 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12379 mm-w3m-local-map-property.
12380
12381 * mm-view.el (mm-w3m-mode-map): Remove.
12382 (mm-w3m-local-map-property): Remove.
12383 (mm-inline-text-html-render-with-w3m): Don't use
12384 mm-w3m-local-map-property.
12385
12386 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12387
12388 * run-at-time.el: New file.
12389
12390 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12391 of gnus-set-text-properties.
12392
12393 * gnus-uu.el (gnus-uu-save-article): Ditto.
12394
12395 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12396
12397 * gnus-cite.el (gnus-cite-parse): Ditto.
12398
12399 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12400 of gnus-.
12401
12402 * gnus.el: Changed calls to nnheader-run-at-time and
12403 password-run-at-time throughout to use run-at-time directly.
12404
12405 * password.el: Removed definition of run-at-time.
12406
12407 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12408
12409 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12410 in prompt.
12411
12412 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12413
12414 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12415 XEmacs version.
12416
12417 * dns.el (dns-make-network-process): Use `open-network-stream'
12418 instead of `gnus-xmas-open-network-stream'.
12419
12420 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12421
12422 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12423
12424 * gnus-art.el (gnus-mime-display-alternative)
12425 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12426 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12427 Don't use gnus-local-map-property.
12428
12429 * gnus-util.el (gnus-local-map-property): Remove.
12430
12431 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12432 gnus-completing-read-maybe-default with completing-read.
12433
12434 * gnus-util.el (gnus-completing-read): do.
12435 (gnus-completing-read-maybe-default): Remove.
12436
12437 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12438
12439 * password.el: Only autoload `run-at-time' if not XEmacs.
12440 Only autoload the itimer functions if XEmacs.
12441
12442 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12443
12444 * gnus-art.el (gnus-read-string): Remove.
12445 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12446 read-string.
12447
12448 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12449
12450 * netrc.el: Autoload password-read.
12451 (netrc): Add configuration group.
12452 (netrc-encoding-method, netrc-openssl-path): Add
12453 variables for encoding and decoding of files with symmetric
12454 ciphers.
12455 (netrc-encode): Add assistant function to encode a file with
12456 netrc-encoding-method.
12457 (netrc-parse): Add interactive parameter, added optional
12458 decoding if netrc-encoding-method is non-nil but otherwise
12459 behavior is standard.
12460 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12461 Do s/encode/encrypt/ everywhere.
12462
12463 * spam.el: Remove executable-find autoload.
12464
12465 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12466
12467 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12468
12469 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12470
12471 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12472
12473 * gnus-art.el (gnus-treat-ansi-sequences,
12474 (article-treat-ansi-sequences): New variable and function.
12475 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12476
12477 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12478 Use it.
12479
12480 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12481
12482 * mm-util.el (mm-quote-arg): Remove.
12483
12484 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12485 shell-quote-argument.
12486
12487 * gnus-uu.el (gnus-uu-command): do.
12488
12489 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12490
12491 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12492 with make-char.
12493
12494 * mm-util.el (mm-make-char): Remove.
12495
12496 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12497 add-minor-mode.
12498
12499 * gnus-undo.el (gnus-undo-mode): do.
12500
12501 * gnus-topic.el (gnus-topic-mode): do.
12502
12503 * gnus-sum.el (gnus-dead-summary-mode): do.
12504
12505 * gnus-start.el (gnus-slave-mode): do.
12506
12507 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12508
12509 * gnus-ml.el (gnus-mailing-list-mode): do.
12510
12511 * gnus-gl.el (gnus-grouplens-mode): do.
12512
12513 * gnus-draft.el (gnus-draft-mode): do.
12514
12515 * gnus-dired.el (gnus-dired-mode): do.
12516
12517 * gnus-ems.el (gnus-add-minor-mode): Remove.
12518
12519 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12520 Replace gnus-char-width with char-width.
12521
12522 * gnus-ems.el (gnus-char-width): Remove.
12523
12524 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12525 Replace gnus-char-width with char-width.
12526
12527 * gnus-ems.el (gnus-char-width): Remove.
12528
12529 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12530 definition.
12531 Remove Emacs 20 hash table compatibility code.
12532
12533 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12534 20 compatibility code.
12535
12536 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12537
12538 * smime.el (smime-point-at-eol): Replace with point-at-eol.
12539
12540 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12541 with point-at-{eol,bol}.
12542
12543 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12544
12545 * imap.el (imap-point-at-eol): Replace with point-at-eol.
12546
12547 * flow-fill.el (fill-flowed-point-at-bol)
12548 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12549
12550 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12551 Replace with point-at-{eol,bol} throughout all files.
12552
12553 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12554
12555 * ntlm.el (ntlm-string-as-unibyte): New macro.
12556 (ntlm-build-auth-response): Use it.
12557
12558 Remove Emacs 20 stuff:
12559 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12560 of delq and copy-sequence.
12561 * gnus-art.el (popup-menu): Remove the compiler macro.
12562 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12563 Emacs 20.
12564
12565 2004-01-05 Simon Josefsson <jas@extundo.com>
12566
12567 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12568 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12569 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12570 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12571 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12572 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12573 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12574 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12575 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12576 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12577 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12578 string-xor into ntlm-string-xor. Suggested by
12579 Jesper Harder <harder@myrealbox.com>.
12580
12581 * ntlm.el: Don't include poem.
12582
12583 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12584 Jesper Harder <harder@myrealbox.com>.
12585
12586 * sasl-ntlm.el, ntlm.el, md4.el: New files.
12587
12588 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12589 probably breaks emacs with DL patch, but do we care? Is anyone
12590 still using the DL stuff?)
12591
12592 * sieve-manage.el: Use the password package.
12593 (sieve-manage-read-passwd): Remove.
12594 (sieve-manage-interactive-login): Use password. Re-add
12595 condition-case around loop.
12596
12597 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12598 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12599 the password package.
12600
12601 2003-02-19 Simon Josefsson <jas@extundo.com>
12602
12603 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12604 token.
12605
12606 2002-08-07 Simon Josefsson <jas@extundo.com>
12607
12608 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12609 (sieve-manage-authenticators):
12610 (sieve-manage-authenticator-alist): Add some SASL mechs.
12611 (sieve-sasl-auth): New function.
12612 (sieve-manage-cram-md5-auth):
12613 (sieve-manage-plain-auth): Rewrite using SASL library.
12614 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12615 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12616 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12617 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12618
12619 2004-01-05 Simon Josefsson <jas@extundo.com>
12620
12621 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12622 New files.
12623
12624 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12625
12626 * gnus-group.el (gnus-no-groups-message): Update.
12627
12628 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12629
12630 2003-11-09 Simon Josefsson <jas@extundo.com>
12631
12632 * imap.el: Support for ID IMAP extension (RFC 2971).
12633 (imap-local-variables): Add imap-id.
12634 (imap-id): New variable.
12635 (imap-id): New function.
12636 (imap-parse-response): Parse untagged ID response.
12637 * nnimap.el (nnimap-id): New variable.
12638 (nnimap-open-connection): Use it.
12639
12640 2003-12-28 Simon Josefsson <jas@extundo.com>
12641
12642 * gnus-score.el (gnus-score-edit-all-score): New.
12643 * gnus-group.el (gnus-group-score-map): Bind it to W e.
12644
12645 2004-01-04 Simon Josefsson <jas@extundo.com>
12646
12647 * password.el: Add.
12648
12649 2004-01-04 Mario Lang <lang@zid.tugraz.at>
12650
12651 * dns.el: Add support for AAAA records (see RFC 3596)
12652
12653 * Fix typo PRT -> PTR
12654
12655 * Parse MX, PTR and SOA replies (see RFC 1035)
12656
12657 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12658
12659 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12660
12661 * Moved to Changelog.2.
12662
12663 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12664
12665 * gnus.el (gnus-version-number): Bump version.
12666
12667 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12668
12669 * gnus.el: No Gnus v0.1 is released.
12670
12671 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12672
12673 * gnus.el: No Gnus v0.0 is released.
12674
12675 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12676
12677 * gnus.el (gnus-version-number): Bump.
12678 (gnus-version): No.
12679
12680 See ChangeLog.2 for earlier changes.
12681
12682 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12683
12684 This file is part of GNU Emacs.
12685
12686 GNU Emacs is free software: you can redistribute it and/or modify
12687 it under the terms of the GNU General Public License as published by
12688 the Free Software Foundation, either version 3 of the License, or
12689 (at your option) any later version.
12690
12691 GNU Emacs is distributed in the hope that it will be useful,
12692 but WITHOUT ANY WARRANTY; without even the implied warranty of
12693 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12694 GNU General Public License for more details.
12695
12696 You should have received a copy of the GNU General Public License
12697 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12698
12699 ;; Local Variables:
12700 ;; coding: utf-8
12701 ;; fill-column: 79
12702 ;; add-log-time-zone-rule: t
12703 ;; End:
12704
12705 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4