Merge from gnus--devo--0
[bpt/emacs.git] / lisp / gnus / ChangeLog
1 2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * message.el (message-disassociate-draft): Revert 2008-03-18 change.
4
5 2008-06-03 Glenn Morris <rgm@gnu.org>
6
7 * pop3.el (nnheader-accept-process-output): Autoload it.
8
9 2008-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
10
11 * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
12 are not 2-digit hexadecimal characters that follow `%'s.
13
14 2008-05-29 Reiner Steib <Reiner.Steib@gmx.de>
15
16 * message.el (message-bogus-recipient-p): Fix type in doc string.
17 Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
18 (message-bogus-addresses): Rename from message-bogus-address-regexp.
19 Improve custom options.
20 (message-bogus-recipient-p): Adjust accordingly.
21
22 2008-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
23
24 * nnmairix.el: Require edmacro when compiling with XEmacs.
25
26 2008-05-24 Reiner Steib <Reiner.Steib@gmx.de>
27
28 * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
29 (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
30
31 2008-05-20 Teodor Zlatanov <tzz@lifelogs.com>
32
33 * auth-source.el: Add more docs.
34
35 2008-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
36
37 * nnheader.el (nnheader-read-timeout): Change the default timeout from
38 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article
39 retrieval faster in some cases, but might make CPU usage larger. If
40 this has any bad side effects, we might revert this change.
41
42 * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
43 seems to make mail retrieval much, much faster.
44 (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
45 unconditionally.
46
47 * gnus-draft.el (gnus-group-send-queue): Bind
48 message-send-mail-partially-limit to nil to avoid being prompted.
49
50 2008-05-16 Reiner Steib <Reiner.Steib@gmx.de>
51
52 * mml.el (mml-attach-buffer): Prompt for `disposition'.
53
54 * message.el (message-bogus-address-regexp): Fix and improve custom
55 type.
56 (message-setup-hook): Add message-check-recipients as custom option.
57
58 2008-05-15 Reiner Steib <Reiner.Steib@gmx.de>
59
60 * message.el (message-cite-function): Remove bogus autoload which crept
61 in during merge from v5-10.
62
63 2008-05-14 Teodor Zlatanov <tzz@lifelogs.com>
64
65 * nnimap.el (nnimap-open-connection): Fix login/password bug.
66
67 * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
68
69 * auth-source.el: Preliminary Tramp docs.
70 (auth-sources): Change the default auth-sources to use
71 EPA .gpg files.
72
73 2008-05-09 Teodor Zlatanov <tzz@lifelogs.com>
74
75 * nntp.el: Autoload `auth-source-user-or-password'.
76 (nntp-send-authinfo): Use it.
77
78 * nnimap.el: Autoload `auth-source-user-or-password'.
79 (nnimap-open-connection): Use it.
80
81 * auth-source.el: Added docs on using with url-auth. Import gnus-util
82 for the gnus-message function.
83 (auth-source-user-or-password): Use it.
84
85 2008-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
86
87 * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
88 rfc2104-hexstring-to-byte-list. Return a unibyte string.
89 (rfc2104-hash): Use it.
90
91 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
92
93 * gnus-art.el (gnus-article-toggle-truncate-lines):
94 Don't use `iff' in docstring.
95
96 2008-05-07 Teodor Zlatanov <tzz@lifelogs.com>
97
98 * gnus-registry.el: Adjusted copyright dates and added a keyword.
99
100 * gnus-util.el (gnus-extract-address-component-name)
101 (gnus-extract-address-component-email): Convenience functions around
102 `gnus-extract-address-components'.
103
104 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
105 Use `gnus-extract-address-component-email' to fix bug of comparing full
106 sender name to `user-mail-address'.
107
108 2008-05-05 Teodor Zlatanov <tzz@lifelogs.com>
109
110 * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
111 catch/throw to optimize.
112 (gnus-registry-find-keywords): Just use member to find a keyword.
113
114 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
117 is current before calling gnus-server-prepare.
118 (gnus-server-setup-buffer, gnus-server-update-server)
119 (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
120
121 2008-05-04 Juri Linkov <juri@jurta.org>
122
123 * mailcap.el (mailcap-replace-in-string): New compatibility alias.
124 (mailcap-file-default-commands): Use mailcap-replace-in-string
125 instead of replace-regexp-in-string, and mailcap-delete-duplicates
126 instead of delete-dups. Use [ \t\n]* for whitespace in regexp.
127
128 2008-05-03 Reiner Steib <reiner.steib@gmx.de>
129
130 * gnus-sum.el (gnus-propagate-marks): Fix custom version.
131
132 2008-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
133
134 * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
135 hooks.
136 (gnus-update-read-articles): Speed up non-marks-using users.
137 (gnus-use-marks): Define gnus-use-marks.
138 (gnus-propagate-marks): Rename variable to something more sensible.
139
140 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
141
142 * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
143 (gmm-image-load-path-for-library): Fix typos in docstrings.
144 (gmm-message): Reflow docstring.
145
146 2008-04-28 Teodor Zlatanov <tzz@lifelogs.com>
147
148 * mail-source.el (mail-source-set-1, mail-source-bind):
149 Move auth-source code out of the macro to clean it up and fix bugs.
150
151 2008-04-26 Teodor Zlatanov <tzz@lifelogs.com>
152
153 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
154 by sender if it's equal to user-mail-address, it's likely to be
155 useless.
156
157 * mail-source.el (mail-source-bind): Don't use user or password if they
158 are not bound. Unintern them if they are nil. Don't use server unless
159 it's bound, and default it to empty string otherwise.
160
161 2008-04-25 Teodor Zlatanov <tzz@lifelogs.com>
162
163 * mail-source.el: Load auth-source.el.
164 (mail-source-bind): Add comments. Call auth-source-user-or-password to
165 get user name or password, if auth-sources is set up.
166
167 * gnus-registry.el (gnus-registry-split-strategy): New variable for
168 strategy of splitting with parent.
169 (gnus-registry-split-fancy-with-parent)
170 (gnus-registry-post-process-groups): Use it and fix prior
171 bug (returning a list as the split result).
172
173 * auth-source.el (auth-sources): Remove server parameter.
174 (auth-source-pick, auth-source-user-or-password)
175 (auth-source-user-or-password-imap)
176 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
177 (auth-source-user-or-password-sftp)
178 (auth-source-user-or-password-smtp): Remove server parameter.
179
180 2008-04-25 Juanma Barranquero <lekktu@gmail.com>
181
182 * smime.el (smime-sign-region, smime-encrypt-region)
183 (smime-decrypt-region):
184 Remove redundant calls to `generate-new-buffer-name'.
185
186 2008-04-24 Luca Capello <luca@pca.it> (tiny change)
187
188 * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
189 Don't use QP for message/rfc822.
190 (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
191
192 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
193
194 * sieve-manage.el (sieve-string-bytes): Remove.
195 (sieve-manage-putscript): Use length instead: `string-bytes' gives the
196 correct byte-length only if the process's coding-system is the same as
197 the one used internally by Emacs to represent strings.
198
199 2008-04-22 Juri Linkov <juri@jurta.org>
200
201 * mailcap.el (mailcap-file-default-commands): New function.
202
203 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
204
205 * message.el (message-signature-separator, message-cite-function):
206 Change custom version.
207
208 2008-04-13 Reiner Steib <Reiner.Steib@gmx.de>
209
210 * mm-decode.el (mm-display-external): Make temp file read-only.
211
212 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
213
214 * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
215 binding for `gnus-diary-version'. Bind `gnus-diary-check-message' to
216 `C-c C-f d'.
217
218 2008-04-12 Adrian Aichner <adrian@xemacs.org>
219
220 * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
221
222 2008-04-09 Teodor Zlatanov <tzz@lifelogs.com>
223
224 * auth-source.el: Added docs.
225 (auth-sources): Modify format to support server.
226 (auth-source-pick, auth-source-user-or-password)
227 (auth-source-user-or-password-imap)
228 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
229 (auth-source-user-or-password-sftp)
230 (auth-source-user-or-password-smtp): Add server parameter.
231
232 2008-04-08 Teodor Zlatanov <tzz@lifelogs.com>
233
234 * gnus-registry.el: Initialize the registry when gnus-registry-install
235 is t.
236
237 2008-04-08 Katsumi Yamaoka <yamaoka@jpl.org>
238
239 * compface.el (uncompface): Make buffer unibyte.
240
241 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
242
243 * mail-source.el (mail-source-value):
244 Prefer fboundp to functionp so it works with macros as well.
245
246 2008-04-05 Glenn Morris <rgm@gnu.org>
247
248 * gnus-ems.el (mm-disable-multibyte): Autoload it.
249
250 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
251
252 * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
253 Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
254
255 * nnheader.el (nnheader-init-server-buffer): Change buffer's
256 multibyteness after rather than before erasing it.
257
258 * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
259 mm-with-multibyte.
260 (gnus-request-article-this-buffer): Make sure the proper decoding is
261 used if gnus-original-article-buffer happens to be unibyte.
262
263 * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
264 default-enable-multibyte-characters.
265
266 * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
267 default-enable-multibyte-characters.
268
269 * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
270
271 * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
272
273 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
274
275 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
276 Fix last change in case the element is not even a symbol.
277
278 2008-04-02 Simon Josefsson <simon@josefsson.org>
279
280 * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
281 imap-enable-exchange-bug-workaround.
282 (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
283
284 2008-04-01 Simon Josefsson <simon@josefsson.org>
285
286 * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
287 a 100 byte status-checks into a 2-3MB transfer for each group.
288 (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
289 to enable bug workaround or not.
290 (nnimap-find-minmax-uid): Only enable workaround conditionally.
291
292 2008-03-31 Glenn Morris <rgm@gnu.org>
293
294 * message.el (mml2015-use): Declare for compiler.
295 (message-info): Require mml2015 when appropriate.
296
297 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
300 (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
301 (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
302 (nntp-service-to-port): New function.
303 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
304 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
305 (nntp-open-netcat-stream): New function.
306 (nntp-open-via-rlogin-and-netcat): Don't use a pty.
307
308 2008-03-29 Sven Joachim <svenjoac@gmx.de>
309
310 * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
311
312 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
313
314 * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
315
316 2008-03-28 Michael Harnois <mdharnois@gmail.com> (tiny change)
317
318 * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
319
320 2008-03-24 Reiner Steib <Reiner.Steib@gmx.de>
321
322 * message.el (message-signature-separator): Change default.
323 Improve custom type.
324 (message-cite-function): Change default to
325 message-cite-original-without-signature.
326
327 * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
328 toggle.
329
330 * message.el (message-check-news-body-syntax): Fix signature check.
331 (message-setup-1): Mark buffer as unmodified _after_ running
332 message-setup-hook and handling message-alternative-emails.
333 (message-shorten-references): Be more strict when building list of
334 valid references to comply with GNKSA.
335
336 * gnus-group.el (gnus-read-ephemeral-bug-group)
337 (gnus-read-ephemeral-debian-bug-group)
338 (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
339
340 * message.el (message-info): Don't use booleanp which isn't supported
341 in Emacs 21 and XEmacs.
342
343 2008-03-22 Reiner Steib <Reiner.Steib@gmx.de>
344
345 * gnus-group.el (gnus-gmane-group-download-format): Rename from
346 gnus-group-gmane-group-download-format.
347 (gnus-group-read-ephemeral-gmane-group): Rename from
348 gnus-group-read-ephemeral-gmane-group.
349 (gnus-read-ephemeral-gmane-group-url): Rename from
350 gnus-group-read-ephemeral-gmane-group-url.
351 (gnus-bug-group-download-format-alist): New variable.
352 (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
353 (gnus-read-ephemeral-emacs-bug-group): New commands.
354
355 2008-03-21 Reiner Steib <Reiner.Steib@gmx.de>
356
357 * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
358 (gnus-visible-headers): Improve custom type.
359
360 2008-03-20 Reiner Steib <Reiner.Steib@gmx.de>
361
362 * mml.el (mml-menu): Add workarounds for XEmacs.
363
364 * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
365 X-Boundary header.
366
367 * message.el (message-simplify-recipients): Fix previous commit.
368
369 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
370
371 * mm-util.el (mm-set-buffer-multibyte): New function.
372 * mm-decode.el (mm-copy-to-buffer): Use it.
373
374 * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
375 Prefer fboundp to functionp so it works with macros as well.
376
377 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
378
379 * message.el (message-alter-recipients-discard-bogus-full-name):
380 New function.
381 (message-alter-recipients-function): New variable.
382 (message-get-reply-headers): Use it.
383 (message-replace-header): New helper function.
384 (message-recipients-without-full-name): New variable.
385 (message-simplify-recipients): New command.
386
387 * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
388
389 * message.el (message-info): Handle EasyPG manual.
390
391 * mml.el (mml-menu): Add entry for EasyPG.
392
393 2008-03-18 Nils Ackermann <nils@ackermath.info> (tiny change)
394
395 * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
396 parameter.
397
398 * message.el (message-disassociate-draft): Specify drafts group name
399 fully.
400
401 2008-03-17 Teodor Zlatanov <tzz@lifelogs.com>
402
403 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
404 unnecessary duplicates from the match list.
405
406 2008-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
407
408 * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
409 args of `how-many' of which the XEmacs version doesn't take; declare
410 Info-index-next as function.
411
412 2008-03-16 Reiner Steib <Reiner.Steib@gmx.de>
413
414 * gnus-score.el (gnus-score-headers): Fix handling of
415 gnus-inhibit-slow-scoring.
416
417 * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
418 string.
419 (gnus-button-url-regexp): Improve handling of parenthesis.
420 (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
421 (gnus-button-handle-info-keystrokes): Handle index entries.
422
423 2008-03-14 Katsumi Yamaoka <yamaoka@jpl.org>
424
425 * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
426 Incoming* files.
427
428 2008-03-13 Teodor Zlatanov <tzz@lifelogs.com>
429
430 * auth-source.el (auth-sources): Renamed from auth-source-choices.
431 (auth-source-pick): Use it.
432
433 2008-03-12 Teodor Zlatanov <tzz@lifelogs.com>
434
435 * auth-source.el (auth-source-protocols)
436 (auth-source-protocols-customize, auth-source-choices): Added and
437 modified variable customizations and defaults.
438 (auth-source-pick, auth-source-user-or-password)
439 (auth-source-protocol-defaults, auth-source-user-or-password-imap)
440 (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
441 (auth-source-user-or-password-sftp)
442 (auth-source-user-or-password-smtp): Use new variables and provide an
443 interface to netrc.el.
444
445 2008-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
446
447 * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
448 (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
449 Make sure the nntp port to specify is a string.
450
451 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
452
453 * nntp.el: Use with-current-buffer.
454 (nntp-send-buffer): Just set the buffer to unibyte rather than use the
455 dubious mm-with-unibyte-current-buffer.
456 (nntp-with-open-group-function): New function extracted from
457 nntp-with-open-group macro.
458 (nntp-with-open-group): Use the function, so it's easier to debug.
459 Add indentation and debugging info.
460 (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
461 the use of the netcat alternatives.
462
463 * rfc2047.el (rfc2047-decode-string): Don't use `m'.
464 Avoid mm-string-as-multibyte as well.
465
466 * nnweb.el (nnweb-insert-html):
467 Remove use of nnheader-string-as-multibyte.
468
469 * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
470 (nnheader-string-as-multibyte): Remove.
471
472 * mm-view.el: Use inhibit-read-only.
473 (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
474 (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
475 or unibyte-string.
476
477 * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
478 (mm-uu-yenc-extract): Use with-current-buffer.
479
480 * gnus-soup.el (gnus-soup-send-packet): Don't use
481 mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
482
483 * nnmh.el: Use with-current-buffer.
484 (nnmh-request-list-1): Use mm-string-to-multibyte rather than
485 mm-string-as-multibyte on the output of mm-encode-coding-string.
486
487 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
488 (nnimap-request-move-article): Use with-current-buffer.
489
490 * mm-decode.el (mm-with-part): Set the buffer to unibyte before
491 inserting the handle-buffer's text, so the implicit multibyte->unibyte
492 conversion uses string-make-unibyte rather than string-as-unibyte.
493
494 * gnus-msg.el: Use with-current-buffer.
495
496 * message.el (message-ignored-resent-headers): Add "Delivered-To".
497
498 2008-03-10 Daiki Ueno <ueno@unixuser.org>
499
500 * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
501 string for caching if it is 'PIN.
502
503 2008-03-08 Reiner Steib <Reiner.Steib@gmx.de>
504
505 * mail-source.el (mail-source-delete-old-incoming-confirm):
506 Change default to nil.
507 (mail-source-delete-old-incoming): Make confirmation prompt more clear.
508
509 2008-03-07 Katsumi Yamaoka <yamaoka@jpl.org>
510
511 * gnus-art.el (gnus-narrow-to-page): Position point properly.
512 (gnus-article-goto-prev-page): Work for articles having ^L's.
513
514 * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
515
516 * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
517
518 2008-03-07 Karl Fogel <kfogel@red-bean.com>
519
520 * gnus-bookmark.el: Adjust for renames in bookmark.el.
521 (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
522 (gnus-bookmark-jump): Adjust some variable names.
523
524 2008-03-06 Teodor Zlatanov <tzz@lifelogs.com>
525
526 * auth-source.el: New package.
527 (auth-source-choices): Add customization entry point variable.
528
529 * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
530 bug.
531
532 2008-03-05 Teodor Zlatanov <tzz@lifelogs.com>
533
534 * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
535 (gnus-registry-initialize, gnus-registry-install-p): Use it.
536 (gnus-registry-install-shortcuts): Rename from
537 gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in
538 the `gnus-registry-mark-map' keymap dynamically from
539 `gnus-registry-marks'. The generated functions update the summary line
540 when a registry mark is added or deleted, and will call
541 `gnus-registry-install-p' (see the comments in the code).
542 (gnus-registry-user-format-function-M): Use concat intelligently.
543
544 * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
545 the registry mark functions.
546
547 2008-03-05 Glenn Morris <rgm@gnu.org>
548
549 * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
550 * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
551 gnus-art.
552 (top-level): No need to load own source when compiling.
553
554 2008-03-04 Reiner Steib <Reiner.Steib@gmx.de>
555
556 * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
557 Suggested by <chris.anderton@zetnet.co.uk>.
558
559 2008-03-04 Glenn Morris <rgm@gnu.org>
560
561 * gnus-sum.el (top-level): No need to require gnus when compiling,
562 since unconditionally required near start of file.
563 (gnus-summary-display-while-building): Move definition before use.
564
565 2008-03-04 Teodor Zlatanov <tzz@lifelogs.com>
566
567 * gnus-registry.el (gnus-registry-user-format-function-M): Add
568 formatting function.
569
570 2008-03-03 Teodor Zlatanov <tzz@lifelogs.com>
571
572 * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
573 with plists.
574 (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
575 Use new format.
576
577 2008-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
578
579 * gnus-art.el (gnus-article-describe-bindings): Work for the version of
580 `where-is-internal' that returns a range of key sequences.
581
582 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
583
584 * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
585
586 * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
587 (gnus-summary-jump-to-group): Consider windows on other displayed
588 frames as well. Similar changes might be needed elsewhere, but that's
589 the one I've bumped into during my use.
590
591 * nndoc.el (nndoc-oe-dbx-type-p):
592 * gnus-msg.el (gnus-debug):
593 * gnus-group.el (gnus-update-group-mark-positions):
594 Use mm-string-to-multibyte.
595
596 2008-03-02 Reiner Steib <Reiner.Steib@gmx.de>
597
598 * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
599 doesn't handle NotDashEscaped.
600
601 * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part.
602 (mml-dnd-attach-options): Fix typo in custom choice.
603
604 * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
605 nndoc-article-type to mbox.
606 (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
607
608 * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back
609 to nil, instead of html2text.
610
611 * imap.el (imap-debug): Add `imap-ping-server'.
612
613 * gnus-bookmark.el: Add FIXMEs.
614
615 * message.el (message-form-letter-separator)
616 (message-send-form-letter-delay): New variables.
617 (message-send-form-letter): Use them. New command to send form
618 letters. Requested by Uwe Siart.
619 (message-send-mail-function): Doc fix. Add "Other" custom option.
620
621 2008-02-29 Andreas Seltenreich <andreas@gate450.dyndns.org>
622
623 * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
624 empty author.
625
626 2008-02-29 Teodor Zlatanov <tzz@lifelogs.com>
627
628 * gnus-registry.el (gnus-registry-marks): Add variable for
629 customization of marks and their appearance.
630 (gnus-registry-read-mark): Use it.
631 (gnus-registry-do-marks): Add utility function to loop through
632 `gnus-registry-marks'.
633 (gnus-registry-install-shortcuts-and-menus): Add function to install
634 shortcuts and menus.
635 (gnus-registry-initialize): Use it.
636 (gnus-registry-default-mark): Clarify documentation.
637
638 2008-02-29 Glenn Morris <rgm@gnu.org>
639
640 * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
641 * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
642 * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
643 * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
644 Change defcustom :version from 23.0 to 23.1.
645
646 2008-02-28 Teodor Zlatanov <tzz@lifelogs.com>
647
648 * gnus-registry.el (gnus-registry-follow-group-p)
649 (gnus-registry-post-process-groups): Add functions to aid registry
650 splitting and improve logging. Clarify behavior in function
651 documentation.
652 (gnus-registry-split-fancy-with-parent): Use them.
653
654 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
655
656 * gnus-art.el: Use with-current-buffer.
657
658 2008-02-27 David Engster <dengste@eml.cc>
659
660 * nnmairix.el (nnmairix-request-group-with-article-number-correction):
661 Express real group name in the response.
662
663 2008-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
664
665 * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
666 (nnmairix-last-server, nnmairix-current-server): Defvar them.
667 (nnmairix-goto-original-article): Defvar gnus-registry-install and
668 autoload gnus-registry-fetch-group when compiling.
669 (nnmairix-request-group-with-article-number-correction): Remove
670 unreferenced argument passed to nnmairix-call-backend.
671
672 2008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
673
674 * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
675 (mm-uu-extract): Improve face for low color ttys. Reported by Sascha
676 Wilde.
677
678 2008-02-27 Glenn Morris <rgm@gnu.org>
679
680 * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
681 (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
682 variables to defconsts. Convert comments to doc-strings.
683 (nnmairix-last-server, nnmairix-current-server): Convert from free
684 variables to defvars. Convert comments to doc-strings.
685 (gnus-registry-fetch-group): Autoload.
686 (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
687 (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
688 (nnmairix-widget-build-editable-fields): Use car cddr rather than
689 caddr.
690 (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
691 nnmairix-request-group-with-article-number-correction call.
692 (nnmairix-fast, nnmairix-group): New, less general names, for free
693 variables passed from nnmairix-request-group to
694 nnmairix-request-group-with-article-number-correction. Declare.
695 (nnmairix-request-group-with-article-number-correction):
696 Use nnmairix-fast, nnmairix-group rather than fast, group.
697
698 2008-02-26 David Engster <dengste@eml.cc>
699
700 * nnmairix.el: New file. Mairix back end for Gnus. Initial import of
701 version 0.5.
702
703 2008-02-26 Teodor Zlatanov <tzz@lifelogs.com>
704
705 * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
706 instead of making an extra function call. Don't add the current group
707 to articles only when they have the group. Use
708 `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
709 Reported by David <de_bb@arcor.de>.
710
711 2008-02-24 Miles Bader <miles@gnu.org>
712
713 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
714 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
715 (mm-find-mime-charset-region):
716 * mm-bodies.el (mm-encode-body):
717 * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
718
719 2008-02-16 Reiner Steib <Reiner.Steib@gmx.de>
720
721 * mail-source.el (mail-source-delete-incoming): Change default.
722 Supplement doc string.
723
724 * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
725
726 2008-02-14 Reiner Steib <Reiner.Steib@gmx.de>
727
728 * nnmail.el (nnmail-message-id-cache-file): Derive from
729 `gnus-home-directory'.
730
731 2008-02-11 Reiner Steib <Reiner.Steib@gmx.de>
732
733 * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
734 Document negative prefix.
735
736 * gnus-group.el (gnus-group-read-group): Document negative prefix.
737
738 2008-02-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
739
740 * message.el (message-unsent-separator): Add the Exim bounce
741 separator.
742
743 2008-02-10 Daiki Ueno <ueno@unixuser.org>
744
745 * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
746 list.
747 (mml2015-epg-encrypt): Remove skipped recipients/signers from the
748 recipient/signer list.
749
750 2008-02-10 Reiner Steib <Reiner.Steib@gmx.de>
751
752 * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
753 fbound (Emacs 23 unicode), signal an error.
754
755 2008-02-08 Glenn Morris <rgm@gnu.org>
756
757 * gnus-art.el (pgg-display-output-buffer): Declare as function.
758
759 2008-02-07 Tassilo Horn <tassilo@member.fsf.org>
760
761 * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
762 ports to the calls to `netrc-machine-user-or-password' in addition to
763 "imap" and "imaps".
764
765 2008-02-03 Reiner Steib <Reiner.Steib@gmx.de>
766
767 * gnus.el (gnus-group-startup-message): Add `find-image' call before
768 image-load-path is let-bound. Reported by Harald Hanche-Olsen
769 <hanche@math.ntnu.no>.
770
771 2008-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
772
773 * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
774
775 2008-02-01 Zhang Wei <id.brep@gmail.com>
776
777 * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
778
779 * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
780
781 2008-02-01 Miles Bader <miles@gnu.org>
782
783 * mml.el (mml-parse-1): Remove apparently vestigial use of
784 `mm-hack-charsets'.
785 * mm-bodies.el (mm-encode-body): Likewise.
786
787 2008-02-01 Kenichi Handa <handa@m17n.org>
788
789 * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
790 rfc2104-hexstring-to-bitstring and changed to return a byte list.
791 (rfc2104-hash): Convert the result of concat to unibyte string.
792
793 2008-02-01 Dave Love <fx@gnu.org>
794
795 * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
796 coding-system-for-read.
797 (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
798
799 * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
800 (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
801 (mm-find-mime-charset-region): Remove hack-charsets stuff.
802
803 2008-01-24 Michael Sperber <sperber@deinprogramm.de>
804
805 * mail-source.el (mail-sources): Add `group' choice.
806
807 * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
808 parameter `in-group' to control into which group the articles go.
809 Add treatment of `group' mail-source.
810
811 2008-01-24 Dan Nicolaescu <dann@ics.uci.edu>
812
813 * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
814 * message.el (message-beginning-of-line): Use featurep instead of bound
815 tests in order to resolve conditionals at compile time.
816
817 2008-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
818
819 * gnus-art.el (gnus-insert-mime-button): Don't decode description.
820
821 * mm-decode.el (mm-dissect-buffer): Decode description.
822
823 * mml.el (mml-to-mime): Encode message header first.
824
825 2008-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
826
827 * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
828 xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
829
830 2008-01-18 Teodor Zlatanov <tzz@lifelogs.com>
831
832 * gnus-registry.el (gnus-registry-trim): Use append, not concat.
833
834 2008-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
835
836 * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
837 prefix keys.
838 (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
839 (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
840 gnus-xmas.el.
841
842 2008-01-16 Teodor Zlatanov <tzz@lifelogs.com>
843
844 * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
845 Add new variables for article mark management.
846 (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
847 list of extra data entries which, when present, will indicate that the
848 article ID should not be trimmed from the registry.
849 (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
850 functions.
851 (gnus-registry-read-mark): New function to read a mark name from the
852 user.
853 (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
854 (gnus-registry-set-article-mark-internal): New functions to add and
855 remove marks.
856 (gnus-registry-get-article-marks): New function to show the marks for
857 an article, or retrieve them for further use.
858
859 2008-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
860
861 * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
862 keys when no argument is given.
863
864 2008-01-12 Reiner Steib <Reiner.Steib@gmx.de>
865
866 * gnus-sum.el (gnus-article-sort-by-random)
867 (gnus-thread-sort-by-random): Fix doc strings. Reported by
868 jidanni@jidanni.org.
869
870 2008-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
871
872 * gnus-art.el (gnus-article-describe-bindings): New function.
873 (gnus-article-read-summary-keys): Use it.
874 (gnus-article-mode-map): Bind `C-h b' to it.
875
876 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
877
878 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
879 XEmacs.
880 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
881 against non-character events.
882
883 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de>
884
885 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
886 command.
887 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
888 instead of END. Change name of the temp file.
889 (gnus-group-gmane-group-download-format): Add doc string. Make it
890 customizable.
891
892 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
893
894 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
895 bind `S W' to gnus-article-wide-reply-with-original; set default
896 binding to gnus-article-read-summary-send-keys.
897 (gnus-article-read-summary-keys): Fix the order of keys; display
898 continuation keys correctly in the echo area; describe bindings
899 correctly when keys end with `C-h'.
900 (gnus-article-read-summary-send-keys): New function.
901 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
902 for gnus-article-read-summary-send-keys; display continuation keys
903 correctly in the echo area.
904 (gnus-article-reply-with-original): Ignore prefix argument.
905 (gnus-article-wide-reply-with-original): New function.
906
907 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
908
909 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
910 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>.
911
912 2008-01-06 Reiner Steib <Reiner.Steib@gmx.de>
913
914 * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
915 (gnus-group-read-ephemeral-gmane-group): New command.
916
917 2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
918
919 * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
920
921 2007-12-28 Reiner Steib <Reiner.Steib@gmx.de>
922
923 * message.el (message-send-mail-function): Increase custom version.
924
925 * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
926 password-cache or password. Suggested by Glenn Morris <rgm@gnu.org>.
927
928 2007-12-19 Katsumi Yamaoka <yamaoka@jpl.org>
929
930 * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
931 html parts correctly; support forwarded messages.
932 (gnus-article-browse-html-article): Remove work buffers.
933
934 * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
935 compiling.
936 (netrc-bound-and-true-p): New macro.
937 (netrc-parse): Use it instead of bound-and-true-p that is not available
938 in XEmacs 21.4.
939
940 2007-12-19 Teodor Zlatanov <tzz@lifelogs.com>
941
942 * gnus-registry.el (gnus-registry-mark-article)
943 (gnus-registry-article-marks): Add functionality to mark articles
944 through the Gnus registry.
945
946 * netrc.el: Autoload encrypt when encrypt-file-alist is set.
947 (netrc-parse): Use encrypt-file-alist to determine if
948 encrypt-find-model or encrypt-insert-file-contents should be used.
949
950 2007-12-19 Glenn Morris <rgm@gnu.org>
951
952 * mml.el (message-options-set, message-narrow-to-head)
953 (message-in-body-p, message-mail-p, message-encode-message-body):
954 Autoload.
955 (message-remove-header, message-narrow-to-headers-or-head)
956 (message-subscribed-p, message-make-mail-followup-to)
957 (message-position-on-field, message-news-p)
958 (message-options-set-recipient, message-generate-headers)
959 (message-sort-headers): Declare as functions.
960
961 2007-12-18 Reiner Steib <Reiner.Steib@gmx.de>
962
963 * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
964 convention in doc string.
965
966 2007-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
967
968 * gnus-art.el (gnus-article-browse-html-parts): Add message header and
969 title to html parts.
970 (gnus-article-browse-html-article): Pass message header to it.
971
972 * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
973
974 2007-12-16 Reiner Steib <Reiner.Steib@gmx.de>
975
976 * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
977 or password compatible with XEmacs.
978
979 2007-12-15 Reiner Steib <Reiner.Steib@gmx.de>
980
981 * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
982 format document.
983 (gnus-mime-delete-part): Don't write description line if empty.
984 (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
985
986 2007-12-14 Johan Bockgård <bojohan@gnu.org>
987
988 * gnus-sum.el (gnus-summary-mark-unread-as-read)
989 (gnus-summary-mark-read-and-unread-as-read)
990 (gnus-summary-mark-current-read-and-unread-as-read)
991 (gnus-summary-mark-unread-as-ticked): Doc fix.
992 `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
993
994 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
995
996 * gnus-sum.el (gnus-summary-prev-article): Fix doc string. Reported by
997 Christoph Conrad <christoph.conrad@gmx.de>.
998
999 2007-12-14 Reiner Steib <Reiner.Steib@gmx.de>
1000
1001 * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
1002 yes-or-no-p.
1003
1004 2007-12-11 Katsumi Yamaoka <yamaoka@jpl.org>
1005
1006 * mm-decode.el (mm-add-meta-html-tag): New function.
1007 (mm-save-part-to-file, mm-pipe-part): Use it.
1008
1009 * gnus-art.el (gnus-article-browse-delete-temp-files): Use
1010 gnus-y-or-n-p instead of y-or-n-p.
1011 (gnus-article-browse-html-parts): Work with message/external-body; use
1012 mm-add-meta-html-tag.
1013
1014 2007-12-11 Glenn Morris <rgm@gnu.org>
1015
1016 * gnus-cache.el: Require gnus-sum not just when compiling.
1017
1018 * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
1019
1020 * gnus-int.el (gnus-server-opened, gnus-status-message): Move
1021 definitions before use.
1022
1023 * mm-decode.el: Require gnus-util.
1024 (mm-remove-part): Only call delete-annotation on XEmacs.
1025
1026 * mm-uu.el (gnus-original-article-buffer): Define for compiler.
1027
1028 * nnmail.el: Require gnus-int.
1029
1030 * spam.el: Move `require's before `eval-when-compile's.
1031
1032 * gnus-ems.el (gnus-alive-p):
1033 * gnus-fun.el (message-goto-eoh):
1034 * gnus-util.el (gnus-group-name-decode):
1035 * mail-source.el (gnus-compress-sequence):
1036 * message.el (Info-goto-node, format-spec):
1037 * mm-bodies.el (message-options-get):
1038 * mm-decode.el (mm-view-pkcs7):
1039 * mm-util.el (gmm-write-region):
1040 * mml-smime.el (mml-compute-boundary)
1041 (gnus-completing-read-with-default):
1042 * mml.el (widget-button-press, gnus-make-hashtable):
1043 * mml1991.el (mm-decode-content-transfer-encoding)
1044 (mm-encode-content-transfer-encoding)
1045 (message-options-get, message-options-set):
1046 * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
1047 * nnfolder.el (gnus-request-group):
1048 * nnheader.el (ietf-drums-unfold-fws):
1049 * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
1050 * smime.el (gnus-run-mode-hooks):
1051 * spam-stat.el (gnus-message): Autoload.
1052
1053 * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
1054 * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
1055 * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
1056 * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
1057 Add declare-function compatibility definition.
1058
1059 * gnus-cache.el (nnvirtual-find-group-art):
1060 * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
1061 (gnus-add-image, gnus-add-wash-type):
1062 * gnus-group.el (nnkiboze-score-file):
1063 * gnus-sum.el (turn-on-gnus-mailing-list-mode)
1064 (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
1065 * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
1066 (message-tokenize-header, gnus-get-buffer-create)
1067 (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
1068 (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
1069 * gnus.el (gnus-group-decoded-name):
1070 * mail-source.el (imap-capability):
1071 * mm-bodies.el (message-options-set):
1072 * mm-decode.el (gnus-configure-windows):
1073 * mm-extern.el (message-goto-body):
1074 * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
1075 * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
1076 (epg-sub-key-validity, message-options-set):
1077 * mml.el (widget-event-point, gnus-configure-windows):
1078 * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
1079 * mml2015.el (epg-check-configuration, epg-configuration)
1080 (message-options-set):
1081 * nndb.el (nndb-request-article):
1082 * nnfolder.el (gnus-request-create-group):
1083 * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
1084 * nnmaildir.el (gnus-group-mark-article-read):
1085 * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
1086 * rfc1843.el (message-fetch-field):
1087 * spam.el (gnus-extract-address-components):
1088 Declare as functions.
1089
1090 2007-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1091
1092 * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
1093
1094 2007-12-09 Glenn Morris <rgm@gnu.org>
1095
1096 * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
1097
1098 * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
1099 * message.el, mm-view.el, sieve-manage, smime.el:
1100 Add declare-function compatibility definition.
1101
1102 * gnus-art.el (w3-region, w3m-region, Info-menu):
1103 * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
1104 * gnus-sum.el (gnus-get-predicate):
1105 * gnus-util.el (mm-append-to-file, w32-focus-frame):
1106 * message.el (mail-abbrev-in-expansion-header-p):
1107 * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
1108 (w3m-detect-meta-charset, w3m-region):
1109 * sieve-manage.el (password-read, password-cache-add)
1110 (password-cache-remove):
1111 * smime.el (password-read-and-add): Declare as functions.
1112
1113 2007-12-08 David Kastrup <dak@gnu.org>
1114
1115 * gnus-sum.el (gnus-summary-simplify-subject-query):
1116 * ecomplete.el (ecomplete-display-matches): Fix buggy call to
1117 `message'.
1118
1119 2007-12-07 Glenn Morris <rgm@gnu.org>
1120
1121 * gnus-art.el (article-make-date-line): Revert previous change.
1122
1123 2007-12-06 Reiner Steib <Reiner.Steib@gmx.de>
1124
1125 * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
1126
1127 2007-12-06 Christian Plate <cplate@web.de> (tiny change)
1128
1129 * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
1130 Call gnus-add-to-range ranges only once with a prepared article-list.
1131
1132 2007-12-06 Paul Jarc <prj@po.cwru.edu>
1133
1134 * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
1135 (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
1136 group names with backslashes. Reported by Tassilo Horn
1137 <tassilo@member.fsf.org>.
1138
1139 2007-12-06 D. Goel <deego3@gmail.com>
1140
1141 * gnus-art.el (article-make-date-line):
1142 * gnus-start.el (gnus-load):
1143 * pop3.el (pop3-read-response): Fix buggy call to `error'.
1144
1145 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1146
1147 * gnus-art.el (gnus-use-idna)
1148 * gnus-start.el (gnus-site-init-file)
1149 * message.el (message-use-idna)
1150 * mm-uu.el (mm-uu-hide-markers)
1151 * smiley.el (smiley-style): Revert changes that suppress warnings.
1152
1153 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1154
1155 * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
1156 specify charset to html source. Reported by Christoph Conrad
1157 <christoph.conrad@gmx.de>.
1158
1159 2007-12-05 Katsumi Yamaoka <yamaoka@jpl.org>
1160
1161 * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
1162 idna-program in order to suppress byte compile warning issued by XEmacs
1163 that came to byte compile the default value section of defcustom forms
1164 recently.
1165
1166 * gnus-start.el (gnus-site-init-file): Don't directly refer to the
1167 value of installation-directory.
1168
1169 * message.el (message-use-idna): Don't directly refer to the value of
1170 idna-program.
1171
1172 * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
1173
1174 * smiley.el (smiley-style): Don't directly call face-attribute.
1175
1176 2007-12-04 Reiner Steib <Reiner.Steib@gmx.de>
1177
1178 * gnus-group.el (gnus-group-highlight-line): Add FIXME.
1179
1180 * gnus-dired.el: Reduce Gnus dependencies.
1181 (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
1182 require. Use autoloads instead.
1183 (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
1184 (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
1185 (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
1186 (gnus-dired-mode): Adjust doc string.
1187 (gnus-dired-mail-mode): New variable.
1188 (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
1189 (gnus-dired-mode): Avoid using `gnus-run-hooks'.
1190 (gnus-dired-mail-buffers): New function. Return mail or message
1191 composition buffers.
1192 (gnus-dired-attach): Use it.
1193 (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
1194 NO-DECODE.
1195 (gnus-dired-print): Use `gnus-print-buffer' depending on
1196 `gnus-dired-mail-mode'.
1197
1198 2007-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
1199
1200 * rfc2047.el (rfc2047-encoded-word-regexp)
1201 (rfc2047-encoded-word-regexp-loose): Move forward; add comments
1202 explaining what regexp patterns are for.
1203
1204 2007-12-04 Glenn Morris <rgm@gnu.org>
1205
1206 * password.el: Move to ../password-cache.el.
1207
1208 * mml1991.el (password-read, password-cache-add, password-cache-remove):
1209 * mml2015.el (password-read, password-cache-add, password-cache-remove):
1210 * mml-smime.el (password-read, password-cache-add)
1211 (password-cache-remove):
1212 No need to autoload, since mml-sec requires password.
1213
1214 * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
1215 * message.el (gnus-extract-address-components):
1216 * mml-smime.el (gnus-extract-address-components): Define for compiler.
1217
1218 * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
1219 password.
1220
1221 2007-12-03 Reiner Steib <Reiner.Steib@gmx.de>
1222
1223 * mailcap.el: Reduce dependencies.
1224 (mail-header-parse-content-type): Autoload.
1225 (mailcap-delete-duplicates): New alias.
1226 (mailcap-mime-info): Add optional argument NO-DECODE.
1227 (mailcap-mime-types): Use mailcap-delete-duplicates.
1228
1229 * message.el (message-ignored-supersedes-headers): Add "X-ID".
1230
1231 2007-12-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
1232
1233 * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
1234 function.
1235
1236 * gnus-uu.el (gnus-uu-decode-yenc): New command.
1237 (gnus-uu-yenc-article): New function.
1238
1239 * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
1240
1241 * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
1242 buffer.
1243
1244 2007-12-02 Glenn Morris <rgm@gnu.org>
1245
1246 * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
1247 Move to ../net.
1248
1249 * binhex.el, uudecode.el: Move to ../mail.
1250
1251 * encrypt.el: Remove file.
1252
1253 2007-12-01 Reiner Steib <Reiner.Steib@gmx.de>
1254
1255 * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
1256 matches on patches.
1257
1258 * gnus-art.el (gnus-article-browse-html-article): Mention
1259 `mm-text-html-renderer' in the doc string.
1260
1261 * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
1262 string. Add comments.
1263
1264 * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
1265 if rhs is ASCII.
1266
1267 2007-12-01 Glenn Morris <rgm@gnu.org>
1268
1269 * dig.el, dns.el: Move to ../net.
1270 * format-spec.el, hex-util.el, sha1.el: Move to ../.
1271
1272 * mail-source.el (top-level): Require format-spec before
1273 eval-when-compile.
1274
1275 2007-11-30 Glenn Morris <rgm@gnu.org>
1276
1277 * encrypt.el: Require password, rather than autoloading password-read.
1278
1279 2007-11-28 Elias Oltmanns <eo@nebensachen.de>
1280
1281 * gnus.el (gnus-method-to-server): Add an optional parameter so the
1282 caller can indicate whether the cache should be disregarded for this
1283 call. This way the result of the call is reproducible at all times and
1284 can be considered a canonical server name for the supplied method.
1285 (gnus-agent-method-p): Canonicalize server names by pushing their
1286 method through `gnus-method-to-server' using the no-cache argument.
1287
1288 * gnus-srvr.el (gnus-server-insert-server-line): Call
1289 `gnus-method-to-server' with `no-cache' argument.
1290
1291 * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
1292 gnus-agent-possibly-synchronize-flags as this should be called when the
1293 server is actually being opened.
1294 (gnus-agent-possibly-synchronize-flags)
1295 (gnus-agent-possibly-synchronize-flags-server): Move check for the
1296 flags file of an agentized server to the latter function.
1297
1298 * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
1299 (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
1300 after a connection has been established successfully.
1301
1302 2007-11-28 Katsumi Yamaoka <yamaoka@jpl.org>
1303
1304 * gnus-art.el (article-display-face): Force to display face if called
1305 interactively; check if gnus-article-x-face-too-ugly matches author.
1306 (article-display-x-face): Display face even if From header is missing
1307 as article-display-face does.
1308
1309 2007-11-28 Richard Stallman <rms@gnu.org>
1310
1311 * md4.el: Move to ../.
1312 * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
1313
1314 2007-11-27 Reiner Steib <Reiner.Steib@gmx.de>
1315
1316 * mail-source.el (mail-sources): Default to fetch from file for
1317 compatibility with default of nnmail-spool-file.
1318
1319 2007-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1320
1321 * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
1322 (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
1323 to look for encoded word that should be encoded again.
1324 (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
1325 (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
1326 encoding pattern.
1327 (rfc2047-decode-region): Switch strict regexp and loose one according
1328 to rfc2047-allow-irregular-q-encoded-words.
1329
1330 2007-11-26 Simon Josefsson <simon@josefsson.org>
1331
1332 * imap.el: Move to ../net directory.
1333
1334 2007-11-25 Romain Francoise <romain@orebokech.com>
1335
1336 * gnus-msg.el (gnus-summary-reply): Delete extra paren.
1337
1338 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1339
1340 * nnmail.el (nnmail-spool-file): Remove obsolete variable.
1341 (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
1342
1343 * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
1344 `nnmail-spool-file'.
1345
1346 * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
1347 `nnmail-spool-file'.
1348
1349 * gnus-move.el (gnus-change-server): Ditto.
1350
1351 * gnus-kill.el (gnus-batch-score): Ditto.
1352
1353 * gnus-cache.el (gnus-jog-cache): Ditto.
1354
1355 * gnus-msg.el (gnus-summary-reply):
1356 Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
1357
1358 2007-11-24 Reiner Steib <Reiner.Steib@gmx.de>
1359
1360 * gnus-cache.el (gnus-cache-generate-nov-databases):
1361 Use nnml-generate-nov-databases-directory instead of
1362 nnml-generate-nov-databases-1.
1363
1364 2007-11-24 Glenn Morris <rgm@gnu.org>
1365
1366 * message.el (message-tool-bar-retro): Update for rename
1367 mail_send.xpm->mail-send.xpm.
1368
1369 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1370
1371 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1372 `smime-ldap-search' for Emacs 22 and up.
1373
1374 2007-11-22 Reiner Steib <Reiner.Steib@gmx.de>
1375
1376 * hashcash.el: Move to ../mail directory.
1377
1378 * smime-ldap.el: Remove. Not used in Emacs 22 and up.
1379
1380 * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
1381 `smime-ldap-search' for Emacs 22 and up.
1382
1383 2007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
1386
1387 * message.el (message-send-mail-function): Fix error convention.
1388 (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
1389 (message-widen-reply, message-send-mail, message-talkative-question)
1390 (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
1391 (message-clone-locals, message-send-news): Use with-current-buffer.
1392 (message-insert-or-toggle-importance): Remove unused var `valid'.
1393 (message-make-references): Remove unused var `new-references'.
1394 (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
1395
1396 2007-11-22 Juanma Barranquero <lekktu@gmail.com>
1397
1398 * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
1399 (spam-split-symbolic-return-positive): Reflow docstring.
1400 (spam-backends, spam-summary-exit-behavior)
1401 (spam-mark-ham-unread-before-move-from-spam-group)
1402 (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
1403 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
1404 (spam-clear-cache, spam-backend-check, spam-install-backend)
1405 (spam-install-statistical-backend, spam-list-of-processors)
1406 (spam-group-processor-p, spam-split, spam-bogofilter-score)
1407 (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
1408 (spam-check-crm114, spam-initialize, spam-unload-hook):
1409 Fix typos in docstrings.
1410
1411 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1412
1413 * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
1414 been checked if they have never been read and those group levels are
1415 higher than the one that a user specified.
1416
1417 2007-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
1418
1419 * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
1420 foreign groups unless a group level is specified by a user.
1421 Reported by Dan Nicolaescu <dann@ics.uci.edu>.
1422
1423 2007-11-21 Reiner Steib <Reiner.Steib@gmx.de>
1424
1425 * message.el (message-send-mail-function): Require sendmail.
1426
1427 2007-11-20 Reiner Steib <Reiner.Steib@gmx.de>
1428
1429 * message.el (message-send-mail-function): Check for smtpmail too.
1430
1431 * utf7.el (utf7-encode, utf7-decode): Use coding system
1432 `utf-7'/`utf-7-imap' from utf-7.el' if available.
1433
1434 * message.el (message-send-mail-function): New function.
1435 (message-send-mail-function): Set default using
1436 message-send-mail-function. Adjust doc string.
1437 (message-send-mail-with-mailclient): New function.
1438
1439 2007-11-17 Richard Stallman <rms@gnu.org>
1440
1441 * assistant.el: Remove file.
1442
1443 2007-11-16 Dan Nicolaescu <dann@ics.uci.edu>
1444
1445 * smime.el (from):
1446 * rfc2047.el (message-posting-charset):
1447 * qp.el (mm-use-ultra-safe-encoding):
1448 * pop3.el (parse-time-months):
1449 * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
1450 * nnml.el (files):
1451 * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
1452 (jka-compr-compression-info-list, ange-ftp-path-format)
1453 (efs-path-regexp):
1454 * nndiary.el (files):
1455 * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
1456 (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
1457 (epg-digest-algorithm-alist, inhibit-redisplay)
1458 (password-cache-expiry):
1459 * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
1460 (pgg-output-buffer, password-cache-expiry):
1461 * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
1462 (efs-path-regexp):
1463 * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
1464 (inhibit-redisplay):
1465 * mm-uu.el (file-name, start-point, end-point, entry)
1466 (gnus-newsgroup-name, gnus-newsgroup-charset):
1467 * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
1468 (latin-unity-ucs-list):
1469 * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
1470 (mm-uu-binhex-decode-function):
1471 * message.el (gnus-message-group-art, gnus-list-identifiers, )
1472 (rmail-enable-mime-composing, gnus-local-organization)
1473 (gnus-post-method, gnus-select-method, gnus-active-hashtb)
1474 (gnus-read-active-file, facemenu-add-face-function)
1475 (facemenu-remove-face-function, gnus-article-decoded-p)
1476 (tool-bar-mode):
1477 * mail-source.el (display-time-mail-function):
1478 * gnus-util.el (nnmail-pathname-coding-system)
1479 (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
1480 (gnus-original-article-buffer, gnus-user-agent)
1481 (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
1482 (xemacs-codename, sxemacs-codename, emacs-program-version):
1483 * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
1484 * gnus-start.el (gnus-agent-covered-methods)
1485 (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
1486 (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
1487 (gnus-newsgroup-headers, gnus-group-list-mode)
1488 (gnus-group-mark-positions, gnus-newsgroup-data)
1489 (gnus-newsgroup-unreads, nnoo-state-alist)
1490 (gnus-current-select-method, mail-sources)
1491 (nnmail-scan-directory-mail-source-once, nnmail-split-history)
1492 (nnmail-spool-file, gnus-cache-active-hashtb):
1493 * gnus-mh.el (mh-lib-progs):
1494 * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
1495 (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
1496 (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
1497 (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
1498 (gnus-group-buffer):
1499 * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
1500 (font-lock-set-defaults):
1501 * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
1502 (gnus-face-properties-alist, charset, gnus-summary-article-menu)
1503 (gnus-summary-post-menu, total-parts, type, condition, length):
1504 * gnus-agent.el (gnus-agent-read-agentview):
1505 * flow-fill.el (show-trailing-whitespace):
1506 * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
1507 eval-and-compile wrappers for byte compiler pacifiers.
1508
1509 * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
1510 (mm-display-inline-fontify): Check for featurep 'xemacs not
1511 extent-list.
1512
1513 * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
1514 itimer-list.
1515 (mm-create-image-xemacs): Only do something for XEmacs.
1516 (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
1517
1518 * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
1519
1520 * gnus-registry.el (gnus-adaptive-word-syntax-table):
1521 * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
1522
1523 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
1524
1525 * nnimap.el (nnimap-split-download-body):
1526 * gnus-demon.el (gnus-demon):
1527 * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
1528
1529 2007-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
1530
1531 * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
1532 macros.
1533 (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
1534 (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
1535 copy data from unibyte buffer to multibyte current buffer.
1536 (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
1537 to copy data from unibyte current buffer to multibyte buffer.
1538 (nntp-make-process-buffer): Make process buffer unibyte.
1539
1540 * pop3.el (pop3-open-server): Fix typo in Lisp code.
1541
1542 2007-11-14 Denys Duchier <denys.duchier@univ-orleans.fr> (tiny change)
1543
1544 * pop3.el (pop3-open-server): Accept and process data more robustly at
1545 connexion start to avoid spurious "POP SSL connexion failed" errors.
1546
1547 2007-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
1548
1549 * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
1550 read group names.
1551
1552 2007-11-12 Reiner Steib <Reiner.Steib@gmx.de>
1553
1554 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
1555
1556 2007-11-12 Katsumi Yamaoka <yamaoka@jpl.org>
1557
1558 * nnmail.el (nnmail-parse-active): Make group names unibyte.
1559 (nnmail-save-active): Use a unibyte buffer when saving active file,
1560 which may contain non-ASCII group names.
1561
1562 * nnml.el (nnml-request-group): Decode group names in messages.
1563
1564 2007-11-05 Reiner Steib <Reiner.Steib@gmx.de>
1565
1566 * message.el (message-citation-line-function)
1567 (message-insert-formatted-citation-line): Fix spelling of
1568 `message-insert-formated-citation-line'.
1569
1570 2007-11-03 Reiner Steib <Reiner.Steib@gmx.de>
1571
1572 * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
1573
1574 2007-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
1575
1576 * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
1577 nnmail-pathname-coding-system.
1578
1579 * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
1580 that a user enters; decode group names in messages.
1581
1582 * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
1583
1584 2007-11-01 Reiner Steib <Reiner.Steib@gmx.de>
1585
1586 * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
1587
1588 * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
1589
1590 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
1591 risky local variable.
1592
1593 * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
1594
1595 2007-11-01 Teodor Zlatanov <tzz@lifelogs.com>
1596
1597 * encrypt.el: Improve documentation to fix function name typo.
1598 Reported by Daiki Ueno <ueno@unixuser.org>.
1599
1600 2007-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
1601
1602 * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
1603 even if the point is not in the last page of an article.
1604 (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
1605 back to the previous page.
1606
1607 2007-10-30 Reiner Steib <Reiner.Steib@gmx.de>
1608
1609 * qp.el (quoted-printable-decode-string): Fix typo in doc string.
1610
1611 2007-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
1612
1613 * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
1614
1615 2007-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 * message.el (message-check-news-body-syntax): Avoid
1618 mm-string-as-multibyte.
1619 (message-hide-headers): Don't assume (point-min)==1.
1620
1621 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1622
1623 * message.el (message-remove-blank-cited-lines): Fix if remove is
1624 given.
1625 (message-bogus-address-regexp): New variable.
1626 (message-bogus-recipient-p): New function.
1627 (message-check-recipients): New command.
1628 (message-syntax-checks): Add `bogus-recipient'.
1629 (message-fix-before-sending): Add `bogus-recipient'.
1630
1631 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
1632 (gnus-treat-body-boundary): Don't test window-system.
1633
1634 2007-10-28 Leo <sdl.web@gmail.com> (tiny change)
1635
1636 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
1637
1638 2007-10-28 Reiner Steib <Reiner.Steib@gmx.de>
1639
1640 * gnus.el: Bump version to Gnus v5.13.
1641
1642 2007-10-28 Miles Bader <miles@gnu.org>
1643
1644 * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
1645 at compile-time too.
1646
1647 2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
1648
1649 * gnus-msg.el (gnus-message-setup-hook): Add
1650 `message-remove-blank-cited-lines' to options.
1651
1652 2007-10-26 Reiner Steib <Reiner.Steib@gmx.de>
1653
1654 * message.el (message-remove-blank-cited-lines): New function.
1655 Suggested by Karl Plästerer.
1656
1657 2007-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
1658
1659 * hashcash.el (mail-add-payment): Replace mapcar called for effect with
1660 mapc.
1661
1662 * imap.el (imap-open): Replace mapcar called for effect with mapc.
1663 (top-level): Use mapc to set functions to be traced for debugging.
1664
1665 * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
1666 called for effect with while loop.
1667
1668 * message.el (message-talkative-question): Replace mapcar called for
1669 effect with mapc.
1670
1671 * mm-util.el: Use mapc instead of mapcar to make compatible functions.
1672 (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
1673 called for effect with dolist.
1674
1675 * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
1676
1677 * nndiary.el: Use dolist instead of mapcar to add diary headers to
1678 gnus-extra-headers and nnmail-extra-headers.
1679
1680 * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
1681 called for effect with dolist.
1682 (top-level): Use mapc to set functions to be traced for debugging.
1683
1684 * nnmail.el (nnmail-read-incoming-hook): Doc fix.
1685 (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
1686 dolist.
1687
1688 * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
1689 Replace mapcar called for effect with mapc.
1690 (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
1691 (nnmaildir-request-update-info, nnmaildir-request-delete-group)
1692 (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
1693 (nnmaildir-close-group): Replace mapcar called for effect with dolist.
1694
1695 * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
1696 remove-if that's a cl function.
1697
1698 * webmail.el (webmail-debug): Replace mapcar called for effect with
1699 dolist.
1700
1701 2007-10-24 Katsumi Yamaoka <yamaoka@jpl.org>
1702
1703 * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
1704 (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
1705 with while loop.
1706
1707 * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
1708 functions from article-* functions.
1709 (gnus-multi-decode-header): Replace mapcar called for effect with
1710 dolist.
1711
1712 * gnus-bookmark.el (gnus-bookmark-bmenu-list)
1713 (gnus-bookmark-show-details): Replace mapcar called for effect with
1714 while loop.
1715
1716 * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
1717 called for effect with while loop.
1718
1719 * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
1720 with dolist.
1721
1722 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
1723 mapcar called for effect with dolist.
1724
1725 * gnus-spec.el (gnus-correct-length): Make it simple and fast.
1726
1727 * gnus-sum.el (gnus-multi-decode-encoded-word-string)
1728 (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
1729 Replace mapcar called for effect with dolist.
1730 (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
1731 mapc.
1732
1733 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
1734 Replace mapcar called for effect with dolist.
1735 (gnus-topic-list): Replace mapcar called for effect with mapc.
1736
1737 * gnus.el: Use mapc instead of mapcar to add autoloads.
1738
1739 2007-10-23 Richard Stallman <rms@gnu.org>
1740
1741 * gnus-group.el (gnus-group-highlight): Mark as risky.
1742
1743 2007-10-23 Katsumi Yamaoka <yamaoka@jpl.org>
1744
1745 * gnus.el (gnus-server-to-method): Return method found first in
1746 gnus-newsrc-alist.
1747
1748 * gnus-art.el (gnus-article-highlight-signature)
1749 (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
1750 button overlay without the front stickiness.
1751
1752 2007-10-22 Kevin Greiner <kevin.greiner@compsol.cc>
1753
1754 * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
1755 overview buffer needed a catch to receive its throw.
1756 (gnus-agent-flush-cache): Declared as interactive to make this function
1757 easier to use.
1758
1759 2007-10-20 Reiner Steib <Reiner.Steib@gmx.de>
1760
1761 * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
1762 `next-line'.
1763
1764 2007-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1765
1766 * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
1767 exclude address matching message-dont-reply-to-names.
1768
1769 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1770
1771 * gnus-util.el (gnus-string<): New function.
1772
1773 * gnus-sum.el (gnus-article-sort-by-author)
1774 (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
1775
1776 2007-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
1777
1778 * gnus-win.el (gnus-configure-windows): Focus on the frame for which
1779 the frame-focus tag is set in gnus-buffer-configuration.
1780
1781 2007-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
1782
1783 * gnus-art.el (gnus-article-add-button): Make a button overlay without
1784 the front stickiness.
1785
1786 2007-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1787
1788 * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
1789 url pattern; remove duplicate one.
1790 (gnus-article-extend-url-button): New function.
1791 (gnus-article-add-buttons): Use it.
1792 (gnus-button-push): Use concatenated url that it makes.
1793
1794 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
1795
1796 * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
1797 (sieve-manage-open): Use `mapc' instead of `mapcar'.
1798
1799 2007-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1800
1801 * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
1802 Don't hardcode point-min==1.
1803
1804 2007-09-30 David Kastrup <dak@gnu.org>
1805
1806 * gnus-art.el (gnus-article-reply-with-original)
1807 (gnus-article-followup-with-original): When `transient-mark-mode' is
1808 off, refrain from active-region behavior for followups.
1809
1810 2007-10-08 Reiner Steib <Reiner.Steib@gmx.de>
1811
1812 * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
1813 Fix comment about "iso8859-1".
1814
1815 2007-10-08 Daiki Ueno <ueno@unixuser.org>
1816
1817 * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
1818 ones returned from the verify-function.
1819
1820 * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
1821 mml2015-extract-cleartext-signature if extraction failed.
1822
1823 2007-10-07 Daiki Ueno <ueno@unixuser.org>
1824
1825 * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
1826 beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
1827 failed.
1828
1829 2007-10-04 Reiner Steib <Reiner.Steib@gmx.de>
1830
1831 * Relicense "GPLv2 or later" files to "GPLv3 or later".
1832
1833 2007-09-27 Teodor Zlatanov <tzz@lifelogs.com>
1834
1835 * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
1836 to mark a thread as expirable. Add variable `hide' to handle hiding of
1837 thread for both the null and zero (kill/expire thread) universal prefix
1838 cases.
1839 (gnus-summary-expire-thread): Add new function to expire a thread,
1840 using gnus-summary-kill-thread.
1841 (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
1842 shortcuts for gnus-summary-expire-thread.
1843 (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
1844 e' bindings for gnus-summary-expire-thread. Add `T E' binding.
1845
1846 2007-09-25 Teodor Zlatanov <tzz@lifelogs.com>
1847
1848 * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
1849 extras value, so an extras entry can be deleted.
1850 (gnus-registry-delete-extra-entry): Use it.
1851 (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
1852 (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
1853 (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
1854 storage through the gnus-registry, and provide an appropriate API for
1855 it.
1856
1857 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1858
1859 * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
1860 Suggested by Leo <sdl.web@gmail.com>.
1861
1862 * gnus.el: Do.
1863
1864 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1865
1866 * gnus.el (gnus-newsgroup-maximum-articles): Rename from
1867 gnus-maximum-newsgroup. Suggested by Leo <sdl.web@gmail.com>.
1868
1869 * gnus-agent.el (gnus-agent-fetch-headers): Do.
1870
1871 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1872 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
1873
1874 2007-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
1875
1876 * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
1877 newline.
1878 (nnmbox-request-accept-article): Don't change article in source buffer;
1879 narrow to header to use message-fetch-field rather than
1880 nnmail-fetch-field; use with-current-buffer instead of save-excursion.
1881 (nnmbox-request-replace-article): Quote lines that'll be misidentified
1882 as delimiters; make sure article ends with newline.
1883 (nnmbox-delete-mail): Correct last position of article to be deleted;
1884 ignore X-Gnus-Newsgroup header in article body.
1885 (nnmbox-save-mail): Quote lines looking like delimiters at the right
1886 positions; make sure article ends with newline.
1887
1888 * message.el (message-display-abbrev): Don't infloop when a user
1889 inserts SPC in the beginning of header.
1890
1891 2007-09-12 Teodor Zlatanov <tzz@lifelogs.com>
1892
1893 * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
1894 list of groups not followed by default. Fix type to be regexp.
1895 (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
1896
1897 2007-09-06 Tassilo Horn <tassilo@member.fsf.org>
1898
1899 * hmac-def.el (define-hmac-function): Switch from old-style to
1900 new-style backquotes.
1901
1902 * md4.el (md4-make-step): Likewise.
1903
1904 2007-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
1905
1906 * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
1907 raw-text coding system when saving .newsrc file, which may contain
1908 non-ASCII group names.
1909
1910 2007-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
1911
1912 * gnus-cus.el (gnus-score-extra): New widget.
1913 (gnus-score-extra-convert): New function.
1914 (gnus-score-customize): Use it for Extra.
1915
1916 2007-08-31 Daiki Ueno <ueno@unixuser.org>
1917
1918 * mml2015.el (mml2015-extract-cleartext-signature): New function.
1919 (mml2015-mailcrypt-clear-verify): Use it.
1920 (mml2015-gpg-clear-verify): Use it.
1921 (mml2015-pgg-clear-verify): Use it.
1922 (mml2015-epg-clear-verify): Replace the current part with the output
1923 from GnuPG; don't extract the plaintext by itself.
1924
1925 * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
1926 (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
1927 mml2015-clear-verify-function; don't touch the armor headers or
1928 dash-escaped text here.
1929
1930 2007-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1931
1932 * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
1933 (gnus-mime-view-part-as-type-internal): Default to text/plain for text
1934 parts, or application/octet-stream as a last resort.
1935 (gnus-mime-view-part-as-type): Don't toggle display.
1936 (gnus-mime-view-part-as-charset): Don't turn off display before
1937 querying charset.
1938
1939 * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
1940 stuff to undisplayer function in Emacs.
1941 (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
1942
1943 * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
1944 text/calendar parts.
1945
1946 2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
1947
1948 * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
1949 decoding text/calendar parts.
1950
1951 * message.el (message-forward-make-body-mime): Always mark body as
1952 having no illegible text; remove signed-or-encrypted argument.
1953 (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
1954
1955 * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
1956 (mml-generate-mime-1): Don't encode body if it is specified to be in
1957 raw form; don't make buffer be unibyte when inserting multibyte string.
1958
1959 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1960
1961 * sha1.el: Fix up comment style.
1962 (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
1963 (sha1-OP, sha1-add-to-H): Use new-style backquotes.
1964
1965 * hex-util.el: Fix up comment style.
1966 (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
1967
1968 * gnus-salt.el: Use with-current-buffer.
1969 (gnus-pick-setup-message): Fix long-standing typo.
1970
1971 2007-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
1972
1973 * imap.el (imap-logout-timeout): New variable.
1974 (imap-logout, imap-logout-wait): New functions.
1975 (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
1976
1977 * nnimap.el (nnimap-logout-timeout): New server variable.
1978 (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
1979 nnimap-logout-timeout.
1980
1981 * gnus-art.el (gnus-article-summary-command-nosave)
1982 (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
1983
1984 2007-08-14 Katsumi Yamaoka <yamaoka@jpl.org>
1985
1986 * gnus.el (gnus-maximum-newsgroup): New variable.
1987
1988 * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
1989 according to gnus-maximum-newsgroup.
1990
1991 * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
1992 (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
1993 Limit the range of articles according to gnus-maximum-newsgroup.
1994
1995 2007-08-14 Tassilo Horn <tassilo@member.fsf.org>
1996
1997 * gnus-art.el (gnus-sticky-article): Fixed problems described in
1998 <b4mps1qitio.fsf@jpl.org> on ding. Thanks to Katsumi.
1999 Don't perform gnus-configure-windows here; reuse existing sticky
2000 article buffer.
2001
2002 * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
2003 it doesn't exist in gnus-article-mode.
2004
2005 2007-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
2006
2007 * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
2008 (gnus-agent-decoded-group-name): New function.
2009 (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
2010 (gnus-agent-expire-group-1): Use it; decode group name in messages.
2011
2012 2007-08-12 Tassilo Horn <tassilo@member.fsf.org>
2013
2014 * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
2015 Add binding for gnus-sticky-article.
2016 (gnus-summary-exit): Don't kill sticky article buffers.
2017
2018 * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
2019 article buffer.
2020 (gnus-sticky-article, gnus-kill-sticky-article-buffer)
2021 (gnus-kill-sticky-article-buffers): New commands.
2022
2023 2007-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
2024
2025 * nntp.el (nntp-xref-number-is-evil): New server variable.
2026 (nntp-find-group-and-number): If it is non-nil, don't trust article
2027 numbers in the Xref header.
2028
2029 2007-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
2030
2031 * gnus-agent.el (gnus-agent-read-group): New function.
2032 (gnus-agent-flush-group, gnus-agent-expire-group)
2033 (gnus-agent-regenerate-group): Use it.
2034 (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
2035 nnmail-pathname-coding-system.
2036
2037 2007-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
2038
2039 * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
2040
2041 * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
2042 that are unread as unread, and also as selected so that information of
2043 marks having been changed by a user may be updated when exiting group.
2044
2045 2007-08-04 Reiner Steib <Reiner.Steib@gmx.de>
2046
2047 * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
2048
2049 2007-08-03 Katsumi Yamaoka <yamaoka@jpl.org>
2050
2051 * gnus-art.el (gnus-mime-display-single): Pass part number that is
2052 calculated ignoring signature parts to gnus-treat-article.
2053
2054 2007-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
2055
2056 * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
2057 a point here in order to keep the window start.
2058 (gnus-insert-mime-security-button): Make a button overlay without the
2059 front stickiness.
2060 (gnus-mime-display-security): Goto the end of a button.
2061
2062 * gnus-group.el (gnus-group-name-at-point): Fix regexps.
2063
2064 2007-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
2065
2066 * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
2067 group-name-at-point.
2068 (gnus-group-completing-read): New function that offers decoded
2069 non-ASCII group names for completion.
2070 (gnus-fetch-group, gnus-group-read-ephemeral-group)
2071 (gnus-group-jump-to-group, gnus-group-make-group-simple)
2072 (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
2073 (gnus-group-fetch-control): Use it.
2074 (gnus-fetch-group): Use group-name-at-point for the initial value
2075 rather than the default value; use gnus-alive-p.
2076
2077 * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
2078 (gnus-summary-mail-other-window, gnus-summary-news-other-window)
2079 (gnus-summary-post-news): Use gnus-group-completing-read.
2080
2081 * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
2082 (gnus-read-move-group-name): Decode group name for completion.
2083
2084 2007-07-31 Ted Zlatanov <tzz@lifelogs.com>
2085
2086 * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
2087 in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
2088 Yamaoka slightly modified the code).
2089
2090 2007-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
2091
2092 * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
2093 (nnmail-split-incoming): Bind it.
2094
2095 * nnml.el (nnml-group-name-charset): New function.
2096 (nnml-decoded-group-name): Use it; don't decode group name if
2097 nnmail-group-names-not-encoded-p is non-nil.
2098 (nnml-encoded-group-name): New function.
2099 (nnml-group-pathname): Inline nnml-decoded-group-name.
2100 (nnml-request-expire-articles): Decode group name in message.
2101 (nnml-request-delete-group): Ditto; bind file-name-coding-system to
2102 nnmail-pathname-coding-system.
2103 (nnml-save-mail, nnml-active-number): Work with decoded group names and
2104 not decoded ones according to nnmail-group-names-not-encoded-p.
2105 (nnml-generate-active-info): Use nnml-encoded-group-name.
2106
2107 2007-08-08 Glenn Morris <rgm@gnu.org>
2108
2109 * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
2110 * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
2111 doc-strings and comments.
2112
2113 2007-07-25 Glenn Morris <rgm@gnu.org>
2114
2115 * Relicense all FSF files to GPLv3 or later.
2116
2117 2007-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
2118
2119 * gnus-sum.el (gnus-summary-move-article): Make
2120 gnus-summary-respool-article work.
2121
2122 2007-07-21 Reiner Steib <Reiner.Steib@gmx.de>
2123
2124 * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
2125 string.
2126
2127 2007-07-20 Michaël Cadilhac <michael@cadilhac.name>
2128
2129 * nnrss.el (nnrss-ignore-article-fields): New variable. List of fields
2130 that should be ignored when comparing distant RSS articles with local
2131 ones.
2132 (nnrss-make-hash-index): New function. Create a hash index according
2133 to the ignored fields.
2134 (nnrss-check-group): Use it.
2135
2136 2007-07-20 Katsumi Yamaoka <yamaoka@jpl.org>
2137
2138 * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
2139
2140 * gnus-art.el (article-decode-group-name): Decode Xref header too.
2141
2142 * gnus-group.el (gnus-group-make-group): Encode group name here unless
2143 the new optional argument ENCODED is non-nil.
2144 (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
2145 coding system for encoding group name.
2146 (gnus-group-make-rss-group): Pass un-encoded group name to
2147 gnus-group-make-group.
2148 (gnus-group-set-info): Tell gnus-group-make-group that group name is
2149 encoded.
2150
2151 * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
2152 Encode group name to which articles are moved or copied.
2153 (gnus-summary-edit-article): Use gnus-group-name-charset to determine
2154 coding system for encoding Newsgroup, Followup-To and Xref headers.
2155
2156 * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
2157 marks; use nnheader-file-coding-system to write a file.
2158 (nnagent-retrieve-headers): Bind file-name-coding-system to
2159 nnmail-pathname-coding-system.
2160
2161 * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
2162
2163 * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
2164 (nnml-request-article, nnml-request-create-group)
2165 (nnml-request-rename-group, nnml-find-id)
2166 (nnml-possibly-change-directory, nnml-possibly-create-directory)
2167 (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
2168 (nnml-save-marks): Use nnml-group-pathname instead of
2169 nnmail-group-pathname.
2170
2171 (nnml-request-create-group, nnml-request-expire-articles)
2172 (nnml-request-move-article, nnml-request-delete-group)
2173 (nnml-deletable-article-p, nnml-possibly-create-directory)
2174 (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
2175 (nnml-open-marks): Bind file-name-coding-system to
2176 nnmail-pathname-coding-system.
2177
2178 (nnml-request-article): Pass server argument to nnml-find-group-number.
2179 (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
2180 server argument to nnml-possibly-create-directory.
2181 (nnml-request-accept-article): Pass server argument to
2182 nnml-active-number and nnml-save-mail.
2183 (nnml-find-group-number): Pass server argument to nnml-find-id.
2184 (nnml-request-update-info): Pass server argument to
2185 nnml-marks-changed-p.
2186
2187 (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
2188 (nnml-save-mail, nnml-active-number): Add server argument.
2189
2190 (nnml-request-delete-group): Warn if group is missing.
2191 (nnml-get-nov-buffer): Decode group name.
2192 (nnml-generate-active-info): Encode group name.
2193 (nnml-open-marks): Decode group name in messages.
2194
2195 2007-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
2196
2197 * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
2198 if it is not specified.
2199 (gnus-article-pipe-part, gnus-article-save-part)
2200 (gnus-article-interactively-view-part, gnus-article-copy-part)
2201 (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
2202 (gnus-article-inline-part, gnus-article-save-part-and-strip)
2203 (gnus-article-replace-part, gnus-article-delete-part)
2204 (gnus-article-view-part-as-type): Pass raw prefix argument to
2205 gnus-article-part-wrapper.
2206
2207 2007-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2208
2209 * gnus-agent.el (gnus-agent-save-active): Bind
2210 nnheader-file-coding-system to gnus-agent-file-coding-system.
2211
2212 * gnus-cache.el (gnus-cache-save-buffers)
2213 (gnus-cache-possibly-enter-article, gnus-cache-request-article)
2214 (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
2215 (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
2216 (gnus-cache-braid-nov, gnus-cache-braid-heads)
2217 (gnus-cache-generate-active, gnus-cache-rename-group)
2218 (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
2219 (gnus-cache-update-overview-total-fetched-for): Bind
2220 file-name-coding-system to nnmail-pathname-coding-system.
2221 (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
2222 variables.
2223 (gnus-cache-decoded-group-name): New function.
2224 (gnus-cache-file-name): Use it.
2225 (gnus-cache-generate-active): Use non-decoded group name for active.
2226
2227 * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
2228 right place.
2229 (gnus-write-active-file): Don't break non-ASCII group names.
2230
2231 * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
2232 nnmail-pathname-coding-system.
2233
2234 * gnus-uu.el (gnus-uu-decode-save): Typo.
2235
2236 2007-07-16 Katsumi Yamaoka <yamaoka@jpl.org>
2237
2238 * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
2239
2240 2007-07-14 David Kastrup <dak@gnu.org>
2241
2242 * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
2243 finishing actions if we did not edit the article.
2244
2245 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2246
2247 * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
2248 (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
2249 (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
2250 (gnus-agent-flush-group, gnus-agent-flush-cache)
2251 (gnus-agent-fetch-headers, gnus-agent-load-alist)
2252 (gnus-agent-read-agentview, gnus-agent-expire-group-1)
2253 (gnus-agent-retrieve-headers, gnus-agent-request-article)
2254 (gnus-agent-regenerate-group)
2255 (gnus-agent-update-files-total-fetched-for)
2256 (gnus-agent-update-view-total-fetched-for): Bind
2257 file-name-coding-system to nnmail-pathname-coding-system.
2258 (gnus-agent-group-pathname): Don't encode file names by
2259 nnmail-pathname-coding-system.
2260 (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
2261 coding-system-for-write instead of buffer-file-coding-system to
2262 gnus-agent-file-coding-system.
2263
2264 * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
2265 Decode group name.
2266
2267 * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
2268
2269 * gnus-start.el (gnus-update-active-hashtb-from-killed)
2270 (gnus-read-newsrc-el-file): Make group names unibyte.
2271
2272 * nnmail.el (nnmail-group-pathname): Don't encode file names by
2273 nnmail-pathname-coding-system.
2274
2275 * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
2276 (nnrss-request-delete-group): Bind file-name-coding-system to
2277 nnmail-pathname-coding-system.
2278 (nnrss-read-server-data, nnrss-read-group-data): Bind
2279 file-name-coding-system correctly.
2280 (nnrss-check-group): Pass nnrss-file-coding-system to md5.
2281
2282 * nntp.el: Require gnus-group for the function gnus-group-name-charset.
2283 (nntp-server-to-method-cache): New variable.
2284 (nntp-group-pathname): New function that decodes non-ASCII group names.
2285 (nntp-possibly-create-directory, nntp-marks-changed-p)
2286 (nntp-save-marks, nntp-open-marks): Use it.
2287 (nntp-possibly-create-directory, nntp-open-marks):
2288 Bind file-name-coding-system to nnmail-pathname-coding-system.
2289 (nntp-open-marks): Decode group names when bootstrapping marks.
2290
2291 * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
2292 Newsgroups and Folowup-To headers.
2293
2294 2007-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
2295
2296 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
2297 (gnus-server-closed-face, gnus-server-denied-face)
2298 (gnus-server-offline-face): Remove variable.
2299 (gnus-server-font-lock-keywords): Use faces that are not aliases.
2300
2301 * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
2302 of modifying message-stack directly for XEmacs.
2303
2304 * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
2305 (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
2306 if the coding-system argument is nil for XEmacs.
2307
2308 * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
2309 mm-charset-override-alist.
2310
2311 * rfc2047.el: Don't require base64; require rfc2045 for the function
2312 rfc2045-encode-string.
2313 (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
2314 to quote the parameter value.
2315
2316 2007-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
2317
2318 * gnus-group.el (gnus-group-name-charset): Allow a method of the short
2319 form in gnus-group-name-charset-method-alist.
2320
2321 * gnus-eform.el (gnus-edit-form): Add optional argument layout which
2322 overrides the default layout edit-form.
2323
2324 * gnus-win.el (gnus-buffer-configuration): Add edit-server.
2325
2326 * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
2327
2328 2007-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
2329
2330 * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
2331 as unfetched articles.
2332
2333 2007-07-02 Reiner Steib <Reiner.Steib@gmx.de>
2334
2335 * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
2336
2337 2007-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
2338
2339 * nnagent.el (nnagent-request-set-mark): Also set the marks for the
2340 original back end that keeps marks in the local system.
2341
2342 2007-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
2343
2344 * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
2345 arg of pop-to-buffer for XEmacs.
2346 (gnus-article-read-summary-keys): Ditto; don't restore window
2347 configuration if summary command ends up with neither article buffer
2348 nor summary buffer; describe bindings if summary keys end with C-h.
2349
2350 2007-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
2351
2352 * message.el (message-fix-before-sending): Skip raw message part to be
2353 forwarded while checking illegible text.
2354 (message-forward-make-body-mime, message-forward-make-body): Mark
2355 signed or encrypted raw message as having no illegible text.
2356
2357 2007-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
2358
2359 * gnus-util.el (gnus-add-timestamp-to-message): New user option.
2360 (gnus-message-with-timestamp-1): New macro.
2361 (gnus-message-with-timestamp): New function.
2362 (gnus-message): Use them.
2363
2364 * nnheader.el (nnheader-message): Use them.
2365
2366 2007-06-16 Reiner Steib <Reiner.Steib@gmx.de>
2367
2368 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
2369 .newsrc.eld file.
2370
2371 2007-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
2372
2373 * gnus-agent.el (gnus-agent-fetch-headers)
2374 (gnus-agent-retrieve-headers): Bind
2375 gnus-decode-encoded-address-function to identity.
2376
2377 * nntp.el (nntp-send-xover-command): Recognize an xover command is
2378 available also when the server returns simply a dot.
2379
2380 * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
2381
2382 2007-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
2383
2384 * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
2385
2386 2007-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
2387
2388 * gnus-ems.el (gnus-x-splash): Make it work.
2389
2390 * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
2391 from being used.
2392
2393 2007-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
2394
2395 * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
2396 the front stickiness.
2397 (gnus-article-summary-command-nosave): Correct the order of the
2398 arguments passed to pop-to-buffer.
2399 (gnus-article-read-summary-keys): Ditto; make it work properly when the
2400 summary command ends up with the article buffer.
2401
2402 * mm-decode.el (mm-insert-part): Separate the extracted parts that have
2403 the same faces.
2404
2405 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2406
2407 * gnus-art.el (gnus-split-methods): Fix typo in docstring.
2408
2409 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2410
2411 * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
2412 * gnus-sum.el (gnus-summary-highlight):
2413 * mail-source.el (mail-source-delete-old-incoming-confirm):
2414 * nndiary.el (nndiary-reminders): Fix typos in docstrings.
2415
2416 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2417
2418 * gnus-art.el (gnus-mime-view-part-externally)
2419 (gnus-mime-view-part-internally): Fix predicate function passed to
2420 completing-read.
2421
2422 * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
2423
2424 * gnus.el (gnus-update-message-archive-method): Add :version.
2425
2426 2007-06-01 Katsumi Yamaoka <yamaoka@jpl.org>
2427
2428 * gnus.el (gnus-update-message-archive-method): New variable.
2429
2430 * gnus-start.el (gnus-setup-news): Update saved "archive" method
2431 according to gnus-message-archive-method if
2432 gnus-update-message-archive-method is non-nil.
2433
2434 2007-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
2435
2436 * gnus-sum.el (gnus-summary-limit-to-address): New function. Suggested
2437 by Loic Dachary <loic@dachary.org>.
2438 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
2439
2440 2007-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
2441
2442 * message.el (message-pop-to-buffer): Add switch-function argument.
2443 (message-mail): Pass switch-function argument to it.
2444
2445 2007-05-25 Reiner Steib <Reiner.Steib@gmx.de>
2446
2447 * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
2448 Improve doc string.
2449
2450 2007-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
2451
2452 * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
2453 (gnus-header-content)
2454 * gnus-cite.el (gnus-cite-10)
2455 * gnus-srvr.el (gnus-server-closed)
2456 * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
2457 (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
2458 (gnus-group-mail-3-empty, gnus-group-mail-low)
2459 (gnus-group-mail-low-empty, gnus-splash)
2460 * message.el (message-header-to, message-header-cc)
2461 (message-header-subject, message-header-other, message-header-name)
2462 (message-header-xheader, message-separator, message-cited-text)
2463 (message-mml): Lighten colors of faces used for dark background.
2464
2465 2007-05-24 Simon Josefsson <simon@josefsson.org>
2466
2467 * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
2468 to t as an experiment. Suggested by Greg Troxel <gdt@work.lexort.com>.
2469
2470 2007-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
2471
2472 * message.el (message-narrow-to-headers-or-head):
2473 Ignore mail-header-separator in the body.
2474
2475 2007-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
2476
2477 * mm-decode.el (mm-image-fit-p): Return t if image size is just the
2478 same as window size.
2479
2480 2007-05-22 Kevin Ryde <user42@zip.com.au>
2481
2482 * message.el (message-font-lock-keywords): Use message-header-xheader
2483 face for "X-Foo", its apparent intended purpose. Move "X-" pattern
2484 ahead of the anything pattern, to get it recognised.
2485
2486 2007-05-12 Michaël Cadilhac <michael@cadilhac.name>
2487
2488 * gnus-sum.el (gnus-articles-to-read)
2489 (gnus-summary-insert-old-articles): Don't truncate group name for
2490 `read-string'.
2491
2492 * gnus-util.el (gnus-limit-string): Delete this function.
2493
2494 * gnus-sum.el (gnus-simplify-subject-fully): Use
2495 `truncate-string-to-width' instead.
2496
2497 2007-05-11 Michaël Cadilhac <michael@cadilhac.name>
2498
2499 * gnus-sum.el (gnus-summary-next-group-on-exit): New variable. Tell
2500 if, on summary exit, the next group has to be selected.
2501 (gnus-summary-exit): Use it.
2502
2503 2007-05-10 Reiner Steib <Reiner.Steib@gmx.de>
2504
2505 * gnus-art.el (gnus-article-mode): Fix comment about displaying
2506 non-break space.
2507
2508 2007-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
2509
2510 * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
2511 Check if group is not a directory.
2512 (nnfolder-request-expire-articles): Don't delete articles if the target
2513 group is not available.
2514
2515 * nnml.el (nnml-request-create-group): Properly check if group is not a
2516 file.
2517 (nnml-request-expire-articles): Don't delete articles if the target
2518 group is not available.
2519
2520 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
2521 Don't quote characters that are within parentheses.
2522
2523 2007-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
2524
2525 * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
2526 (gnus-handle-ephemeral-exit): Select article according to it.
2527
2528 2007-05-08 Reiner Steib <Reiner.Steib@gmx.de>
2529
2530 * message.el (message-insert-formated-citation-line): Remove newline.
2531 (message-citation-line-format): Add final \n here so that the user can
2532 avoid a blank line.
2533
2534 2007-05-03 Dan Christensen <jdc@uwo.ca>
2535
2536 * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
2537 (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
2538 Update lanl/arXiv support.
2539
2540 2007-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2541
2542 * gnus.el: Bump version number.
2543
2544 2007-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
2545
2546 * gnus.el (gnus-version-number): Bump version.
2547
2548 2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2549
2550 * gnus.el: No Gnus v0.6 is released.
2551
2552 2007-04-27 Didier Verna <didier@xemacs.org>
2553
2554 * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
2555 * gmm-utils.el (gmm-regexp-concat): here.
2556 * message.el: Don't require 'gnus-util.
2557 (message-dont-reply-to-names): Handle name change above.
2558 * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
2559
2560 2007-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
2561
2562 * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
2563 since the initial value varies according to the system.
2564
2565 2007-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
2566
2567 * mm-util.el (mm-charset-synonym-alist): Defcustom.
2568
2569 2007-04-25 NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (tiny change)
2570
2571 * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
2572
2573 2007-04-24 Didier Verna <didier@xemacs.org>
2574
2575 Improve the type of gnus-ignored-from-addresses.
2576 * gnus-util.el (gnus-orify-regexp): New function.
2577 * message.el (gnus-util): Require it.
2578 * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
2579 * gnus-sum.el (gnus-ignored-from-addresses): New function.
2580 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
2581
2582 2007-04-24 Didier Verna <didier@xemacs.org>
2583
2584 * gnus-sum.el:
2585 * gnus-utils.el: Fix some trailing whitespaces.
2586
2587 2007-04-23 Katsumi Yamaoka <yamaoka@jpl.org>
2588
2589 * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
2590 (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
2591 article's Message-ID; refer parent article in summary buffer.
2592
2593 * message.el (message-bounce): Call mime-to-mml.
2594
2595 2007-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
2596
2597 * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
2598
2599 2007-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
2600
2601 * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
2602 (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
2603 displayed of multipart/alternative part if it is invoked from summary
2604 buffer.
2605
2606 * mm-view.el (mm-inline-text-html-render-with-w3m)
2607 (mm-inline-text-html-render-with-w3m-standalone)
2608 (mm-inline-render-with-function): Use mail-parse-charset by default.
2609
2610 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2611
2612 * parse-time.el (parse-time-string-chars): Check if CHAR
2613 is less than the length of parse-time-syntax.
2614
2615 2007-04-17 Katsumi Yamaoka <yamaoka@jpl.org>
2616
2617 * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
2618 from gnus-newsgroup-processable.
2619
2620 2007-04-16 Didier Verna <didier@xemacs.org>
2621
2622 * gnus-msg.el (gnus-configure-posting-styles): Handle
2623 message-signature-directory properly with :file syntax. Reported by
2624 "Leo".
2625
2626 2007-04-11 Didier Verna <didier@xemacs.org>
2627
2628 New user option: message-signature-directory.
2629 * gnus-msg.el (gnus-configure-posting-styles): Support it.
2630 * message.el (message-insert-signature): Ditto.
2631 * message.el (message-signature-file): Doc update.
2632 * message.el (message-signature-directory): New.
2633
2634 2007-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
2635
2636 * gnus-msg.el (gnus-inews-yank-articles): Use
2637 message-exchange-point-and-mark instead of exchange-point-and-mark.
2638
2639 2007-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
2640
2641 * message.el (message-yank-original): Make sure cited text ends with
2642 newline; don't exchange point and mark.
2643
2644 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
2645
2646 * tls.el (open-tls-stream): Properly handle case where there
2647 is no associated buffer.
2648
2649 2007-04-03 Thien-Thi Nguyen <ttn@gnu.org>
2650
2651 * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
2652 message-yank-original, make sure (< mark TEXT point).
2653
2654 2007-03-31 Reiner Steib <Reiner.Steib@gmx.de>
2655
2656 * message.el (message-fill-column): New variable.
2657 (message-mode): Use it. Add comment on a possible new hook.
2658
2659 * nnmail.el (nnmail-spool-file): Mark as obsolete.
2660 (nnmail-get-new-mail): Reformat.
2661
2662 * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
2663
2664 * gmm-utils.el: Fix Commentary.
2665 (gmm-tool-bar-from-list): Fix typo in doc string.
2666
2667 2007-03-27 Thien-Thi Nguyen <ttn@gnu.org>
2668
2669 * message.el (message-yank-original): Don't switch point and mark
2670 unnecessarily to put point and mark as documented.
2671
2672 2007-03-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
2673
2674 * message.el (message-put-addresses-in-ecomplete): Only fetch headers
2675 from the message heads.
2676
2677 2007-03-25 Kevin Greiner <kevin.greiner@compsol.cc>
2678
2679 * gnus-art.el (gnus-article-set-window-start): Do nothing when the
2680 article buffer does not have a window. This may not be the best
2681 solution but is certainly better than setting the start of the null,
2682 that is the current, window.
2683
2684 2007-03-24 Reiner Steib <Reiner.Steib@gmx.de>
2685
2686 * gnus-draft.el (gnus-draft-setup-hook): New hook.
2687 (gnus-draft-setup): Run it.
2688
2689 * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
2690 gnus-score-fast-scoring. Allow regexp.
2691 (gnus-score-headers): Use it.
2692
2693 * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
2694 XEmacs.
2695
2696 * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
2697 string.
2698 (gnus-button-alist): Also catch `<f1> k ...'.
2699 (gnus-treat-display-x-face): Fix doc string.
2700
2701 2007-03-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2702
2703 * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
2704 evaluation of gnus-extended-version to ensure correct generation of the
2705 User-Agent header when message-generate-headers-first is used.
2706
2707 2007-03-24 Simon Josefsson <simon@josefsson.org>
2708
2709 * hashcash.el (hashcash-generate-payment-async): Don't crash if
2710 hashcash-path is nil. Don't call callback with incorrect number of
2711 parameters if val is 0.
2712
2713 2007-03-20 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2714
2715 * message.el (message-required-news-headers):
2716 * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
2717
2718 2007-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
2719
2720 * message.el (message-generate-new-buffers): Change the meaning of the
2721 nil value; add `standard' to the choices; treat t as `unique'; improve
2722 doc string.
2723 (gnus-select-frame-set-input-focus): Autoload.
2724 (message-buffer-name): Search for the existing message buffer if
2725 message-generate-new-buffers is nil or `standard'; treat the value t of
2726 message-generate-new-buffers as `unique'.
2727 (message-pop-to-buffer): Raise the frame already displaying the message
2728 buffer; clear the echo area after querying.
2729 (message-setup): Pass the `continue' argument to compose-mail.
2730 (message-mail): Prefer `switch-function' if it is given; search for the
2731 existing message buffer if the `continue' argument is non-nil; pass
2732 continue and switch-function arguments to compose-mail by way of
2733 message-setup.
2734 (message-mail-other-window): Adjust argument of message-setup.
2735 (message-mail-other-frame): Ditto.
2736
2737 2007-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
2738
2739 * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
2740 (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
2741 to turn font-lock on when turning gnus-message-citation-mode on.
2742
2743 2007-03-06 Daiki Ueno <ueno@unixuser.org>
2744
2745 * mml-smime.el (mml-smime-use): New variable; default to use openssl.
2746 (mml-smime-function-alist): New variable; add epg as the backend.
2747 * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
2748 mml-smime- functions instead.
2749 * mm-view.el: Require smime.
2750
2751 2007-03-05 Didier Verna <didier@xemacs.org>
2752
2753 * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
2754 instead of just inheritance for posting styles.
2755 * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
2756
2757 2007-02-24 John Paul Wallington <jpw@pobox.com>
2758
2759 * tls.el (tls-certtool-program): Fix custom type.
2760
2761 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2762
2763 * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
2764 and point-at-eol instead of line-(beginning|end)-position.
2765
2766 * assistant.el (assistant-parse-buffer): Ditto.
2767
2768 2007-02-28 Daiki Ueno <ueno@unixuser.org>
2769
2770 * mml2015.el (mml2015-epg-find-usable-key): New function.
2771 (mml2015-epg-sign): Use it.
2772 (mml2015-epg-encrypt): Use it.
2773
2774 2007-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
2775
2776 * message.el (message-make-in-reply-to): Quote name containing
2777 non-ASCII characters. It will make the RFC2047 encoder cause an error
2778 if there are special characters. Reported by NAKAJI Hiroyuki
2779 <nakaji@jp.freebsd.org>.
2780
2781 2007-02-27 Didier Verna <didier@xemacs.org>
2782
2783 Include the group parameters as well as the topic ones in the
2784 inheritance filter process.
2785 * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
2786 argument GROUP-PARAMS-LIST.
2787 * gnus-topic.el (gnus-group-topic-parameters): Use it.
2788
2789 2007-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
2790
2791 * nntp.el (nntp-never-echoes-commands)
2792 (nntp-open-connection-functions-never-echo-commands): New variables.
2793 (nntp-send-command): Use them.
2794
2795 2007-02-20 Daiki Ueno <ueno@unixuser.org>
2796
2797 * mml2015.el (mml2015-epg-verify): Simplified.
2798
2799 2007-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
2800
2801 * mml.el (mml-content-disposition-alist): New user option.
2802 (mml-content-disposition): New function.
2803 (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
2804 (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
2805
2806 2007-02-19 Daiki Ueno <ueno@unixuser.org>
2807
2808 * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
2809 verification.
2810
2811 2007-02-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2812
2813 * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
2814 articles posted in the last 24 hours.
2815
2816 2007-02-14 Chong Yidong <cyd@stupidchicken.com>
2817
2818 * smiley.el (smiley-regexp-alist): Add "dead" smiley.
2819
2820 2007-02-14 Michaël Cadilhac <michael@cadilhac.name>
2821
2822 * nntp.el (nntp-send-command): Don't wait for echoes when
2823 nntp-open-ssl-stream is used.
2824
2825 2007-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
2826
2827 * gnus-cite.el (gnus-test-font-lock-add-keywords)
2828 (gnus-message-add-citation-keywords)
2829 (gnus-message-remove-citation-keywords): Remove.
2830 (gnus-message-citation-mode): Instead of modifying font-lock-keywords
2831 directly, make the variables in font-lock-defaults buffer-local, add
2832 gnus-message-citation-keywords to them and then update the value of
2833 font-lock-keywords.
2834
2835 2007-02-09 Katsumi Yamaoka <yamaoka@jpl.org>
2836
2837 * message.el (message-cite-original-1): Don't call
2838 gnus-article-highlight-citation.
2839
2840 * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
2841 citations; fix line count.
2842
2843 2007-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
2844
2845 * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
2846 (gnus-message-add-citation-keywords)
2847 (gnus-message-remove-citation-keywords): Use it; fix the emulating
2848 versions of font-lock-add-keywords and font-lock-remove-keywords to
2849 work with XEmacs correctly.
2850
2851 2007-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
2852
2853 * gnus-cite.el (gnus-cite-face-list): Set the values of
2854 gnus-message-max-citation-depth and gnus-message-citation-keywords.
2855 (gnus-message-max-citation-depth): Use defvar rather than defconst.
2856 (gnus-message-cite-prefix-regexp): New variable.
2857 (gnus-message-search-citation-line): Use it; protect against long
2858 citation prefix; fill match data with nil rather than 0 for XEmacs; set
2859 the 0th match data for Emacs.
2860 (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
2861 (gnus-message-add-citation-keywords): Append keywords rather than
2862 prepending; emulate font-lock-add-keywords if it is not available.
2863 (gnus-message-remove-citation-keywords): Emulate
2864 font-lock-remove-keywords if it is not available.
2865
2866 * gnus-msg.el (gnus-message-highlight-citation): Default to t.
2867
2868 * message.el (message-cite-prefix-regexp): Set the value of
2869 gnus-message-cite-prefix-regexp.
2870
2871 2007-02-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2872
2873 * nnweb.el (nnweb-google-parse-1): Update parser.
2874
2875 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2876
2877 * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
2878
2879 2007-01-28 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2880
2881 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
2882 regexp.
2883
2884 2007-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
2885
2886 * uudecode.el (uudecode-string-to-multibyte): New function emulating
2887 string-to-multibyte.
2888 (uudecode-decode-region-internal): Use it.
2889
2890 2007-01-23 Reiner Steib <Reiner.Steib@gmx.de>
2891
2892 * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
2893 custom choice.
2894
2895 * gnus-art.el (gnus-signature-limit): Fix custom choice.
2896
2897 2007-01-22 Daiki Ueno <ueno@unixuser.org>
2898
2899 * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
2900
2901 * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
2902 `write-region' to respect `mm-inhibit-file-name-handlers'.
2903
2904 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2905
2906 * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
2907 Use gnus-home-directory instead of "~/" or "$HOME".
2908
2909 2007-01-17 Teodor Zlatanov <tzz@lifelogs.com>
2910
2911 * encrypt.el (encrypt-insert-file-contents): Add better prompt
2912 to mention filename.
2913 Add comments at beginning regarding usage.
2914 (encrypt-write-file-contents): Change interactive so a string is
2915 acceptable. If the file has no associated model, show an error instead
2916 of a nonsense prompt.
2917
2918 2007-01-16 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
2919
2920 * spam.el (spam-bsfilter-ham-switch): Fix typo.
2921 Thanks to Yoshihiko Yamada for kind notification of this typo.
2922
2923 2007-01-12 Kenichi Handa <handa@m17n.org>
2924
2925 * uudecode.el (uudecode-decode-region-internal): Make it work in a
2926 multibyte buffer.
2927
2928 2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
2929
2930 * gnus-score.el (gnus-score-fast-scoring): New variable.
2931 (gnus-score-headers): Use it.
2932
2933 * gnus-sum.el (gnus-auto-select-first): Improve doc string.
2934
2935 * message.el (message-cite-original-1): Call
2936 gnus-article-highlight-citation if requested.
2937 (message-make-from): Allow name and address as optional arguments.
2938
2939 * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
2940
2941 * gnus-art.el (gnus-article-browse-html-article): Add warning about web
2942 bugs to doc string.
2943 (gnus-button-alist): Add mid\\|message-id.
2944 (gnus-button-fetch-group): Extend for use in
2945 `browse-url-browser-function'.
2946 (gnus-button-url-regexp): Try to catch paired parentheses like in
2947 Wikipedia URLs.
2948
2949 * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
2950 Suggested by Simon Krahnke <overlord@gmx.li>.
2951
2952 2007-01-13 Romain Francoise <romain@orebokech.com>
2953
2954 * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
2955 Update copyright.
2956
2957 2007-01-13 Patric Mueller <bhaak@bigfoot.com> (tiny change)
2958
2959 * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
2960
2961 2007-01-09 Teodor Zlatanov <tzz@lifelogs.com>
2962
2963 * gnus-registry.el (gnus-registry-unfollowed-groups)
2964 (gnus-registry-split-fancy-with-parent): Fix documentation.
2965
2966 2007-01-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2967
2968 * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
2969 from nnweb groups.
2970
2971 2006-12-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2972
2973 * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
2974 Xref urls. Erase buffer before requesting head.
2975
2976 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
2977
2978 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de>
2979
2980 * gnus-soup.el (gnus-soup): New custom group. Make user variables
2981 customizable.
2982
2983 2007-01-05 Daiki Ueno <ueno@unixuser.org>
2984
2985 * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
2986 no signing key is found.
2987 (mml2015-epg-encrypt): Ask user whether to skip or abort if
2988 no encrypting and/or signing key is found.
2989
2990 2007-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2991
2992 * spam-report.el (spam-report-gmane-spam): Remove redundant message.
2993
2994 2007-01-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2995
2996 * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
2997 headers read from disk with the ones newly found in the current search.
2998 This should no longer cause problems, because the article numbers in
2999 Gmane's `nov.php' output are ignored since the previous change.
3000
3001 2007-01-02 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3002
3003 * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
3004
3005 2007-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
3006
3007 * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
3008
3009 2007-01-01 Romain Francoise <romain@orebokech.com>
3010
3011 * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3012
3013 2006-12-31 Steve Youngs <steve@sxemacs.org>
3014
3015 * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
3016 `define-minor-mode' macro definition expanded properly.
3017 (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
3018 exclude it there.
3019
3020 * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
3021 of 2006-12-30. The default is nil on (S)XEmacs already because of the
3022 `fboundp' test.
3023 (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
3024 This is OK to autoload in (S)XEmacs now.
3025
3026 2006-12-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
3027
3028 * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
3029 keystroke.
3030 (gnus-summary-limit-to-singletons): Fix typo.
3031
3032 * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
3033 else fails.
3034
3035 2006-12-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3036
3037 * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
3038 docstring.
3039
3040 * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
3041 (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
3042 (gnus-summary-insert-dormant-articles): Fix typo in message.
3043
3044 2006-12-30 Reiner Steib <Reiner.Steib@gmx.de>
3045
3046 * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
3047 nil for XEmacs.
3048 (gnus-message-citation-mode): Don't autoload in XEmacs.
3049
3050 * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
3051
3052 2006-12-29 Jouni K. Seppänen <jks@iki.fi>
3053
3054 * nnimap.el (nnimap-expunge-search-string): Mention
3055 nnimap-search-uids-not-since-is-evil in docstring.
3056
3057 2006-12-28 Reiner Steib <Reiner.Steib@gmx.de>
3058
3059 * spam.el: Revert to make-obsolete-variable because
3060 define-obsolete-variable-alias is not supported in Emacs 21.
3061
3062 * spam.el (spam-ifile-path, spam-ifile-database-path)
3063 (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
3064 make-obsolete-variable.
3065 (spam-bsfilter-path, spam-bsfilter-program)
3066 (spam-spamassassin-path, spam-spamassassin-program)
3067 (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't
3068 use "path" inappropriately.
3069 (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
3070 (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
3071 variable names.
3072
3073 2006-12-28 Daiki Ueno <ueno@unixuser.org>
3074
3075 * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
3076 summary buffer.
3077
3078 * password.el (password-cache-remove): Use clear-string to burn
3079 password, if available.
3080
3081 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3082
3083 * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
3084
3085 * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
3086
3087 * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
3088 (gnus-message-highlight-citation): Move defcustom here from
3089 gnus-cite.el.
3090 (gnus-message-citation-mode): Autoload.
3091
3092 * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some
3093 checks to make it compile with XEmacs.
3094 (gnus-message-citation-mode): New minor mode.
3095 (gnus-message-max-citation-depth, gnus-message-citation-keywords)
3096 (gnus-message-highlight-citation): New variables.
3097 (gnus-message-search-citation-line)
3098 (gnus-message-add-citation-keywords)
3099 (gnus-message-remove-citation-keywords)
3100 (turn-on-gnus-message-citation-mode)
3101 (turn-off-gnus-message-citation-mode): New functions.
3102
3103 2006-12-26 Oliver Scholz <epameinondas@gmx.de>
3104
3105 * gnus-cite.el: Enable highlighting of different citation levels in
3106 message-mode.
3107
3108 2006-12-26 Reiner Steib <Reiner.Steib@gmx.de>
3109
3110 * message.el (message-make-fqdn): Fix comment.
3111 (message-bogus-system-names): Add ".local".
3112
3113 * spam.el (spam-ifile-path, spam-ifile-program)
3114 (spam-ifile-database-path, spam-ifile-database)
3115 (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
3116 Don't use "path" inappropriately.
3117 (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
3118 strings.
3119 (spam-check-ifile, spam-ifile-register-with-ifile)
3120 (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
3121 new variable names.
3122
3123 * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
3124 (gnus-treat-display-smileys): Simplify using
3125 gnus-image-type-available-p.
3126
3127 * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
3128 available.
3129
3130 2006-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3131
3132 * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
3133 one after turning on the buffer's multibyteness instead of decoding
3134 them directly in the unibyte buffer that causes unexpected conversion
3135 in Emacs 23 (unicode).
3136
3137 2006-12-21 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3138
3139 * message.el (message-generate-hashcash): Fix custom type.
3140
3141 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3142
3143 * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
3144
3145 2006-12-20 Reiner Steib <Reiner.Steib@gmx.de>
3146
3147 * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
3148 disconnect icons. Add help text.
3149
3150 2006-12-20 Teodor Zlatanov <tzz@lifelogs.com>
3151
3152 * spam.el (spam-extra-header-to-number): CRM114 spam score is
3153 negated to be consistent with the others we handle.
3154
3155 2006-12-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
3156
3157 * gnus-art.el (gnus-article-setup-buffer): Actually set the local
3158 version of gnus-summary-buffer to something, so that we can use two
3159 article buffers at the same time.
3160
3161 2006-12-18 Teodor Zlatanov <tzz@lifelogs.com>
3162
3163 * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
3164 trigger all the extra headers.
3165 (spam-extra-header-to-number): Don't require spam-use-crm114 for header
3166 sorting.
3167
3168 2006-12-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3169
3170 * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
3171 solid groups.
3172
3173 2006-12-13 Reiner Steib <Reiner.Steib@gmx.de>
3174
3175 * legacy-gnus-agent.el: Add Copyright notice.
3176
3177 2006-12-12 Chong Yidong <cyd@stupidchicken.com>
3178
3179 * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
3180
3181 2006-12-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
3182
3183 * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
3184
3185 * gnus-sum.el (gnus-summary-recenter): Force setting the window start
3186 to make it work reliably in CVS Emacs.
3187 (gnus-summary-limit-strange-charsets-predicate)
3188 (gnus-summary-limit-to-predicate): New functions.
3189
3190 2006-12-08 Chong Yidong <cyd@stupidchicken.com>
3191
3192 * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
3193 specifying array size.
3194 (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
3195 array if it is too small.
3196 (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
3197 (gnus-sort-threads-loop): New function.
3198
3199 2006-12-06 Chris Moore <dooglus@gmail.com>
3200
3201 * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
3202 Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
3203
3204 2006-12-04 Jouni K. Seppänen <jks@iki.fi>
3205
3206 * mm-url.el (mm-url-predefined-programs): Call curl with correct
3207 options.
3208
3209 2006-12-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
3210
3211 * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
3212 DOS-ing the recipient.
3213
3214 * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
3215 the headers when creating the mapping to avoid mismappings.
3216 (nnweb-gmane-create-mapping): Always nix out old mapping.
3217
3218 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3219
3220 * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
3221 and mm-verify-option to never.
3222
3223 2006-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3224
3225 * message.el (message-signed-or-encrypted-p): New function.
3226 (message-forward-make-body): Use it.
3227
3228 * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
3229 Replace encode-coding-string with mm-encode-coding-string.
3230
3231 2006-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
3232
3233 * nneething.el (nneething-decode-file-name): Replace
3234 decode-coding-string with mm-decode-coding-string.
3235
3236 * gnus-int.el (gnus-open-server): Say failed server's name.
3237
3238 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3239
3240 * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
3241 (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
3242
3243 * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
3244 * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
3245 (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
3246 (gnus-group-make-directory-group, gnus-group-transpose-groups):
3247 * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
3248 (gnus-subscribe-newsgroup, gnus-1):
3249 * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
3250 * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
3251 (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
3252 (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
3253
3254 2006-11-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
3255
3256 * gnus-sum.el (gnus-summary-limit-to-headers): New command and
3257 keystroke.
3258 (gnus-summary-limit-to-bodies): Implement headersp.
3259
3260 2006-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
3261
3262 * dns.el (query-dns): Protect against "Process dns deleted" strings.
3263
3264 2006-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
3265
3266 * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
3267
3268 2006-11-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3269
3270 * message.el (message-generate-hashcash): Expand range of values to
3271 include `opportunistic'.
3272 (message-send-mail): Use it.
3273
3274 2006-11-18 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3275
3276 * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
3277 and comment it.
3278
3279 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
3280
3281 2006-11-15 Reiner Steib <Reiner.Steib@gmx.de>
3282
3283 * gnus-util.el (gnus-extract-address-components): Improve comment.
3284
3285 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3286
3287 * gnus-util.el (gnus-extract-address-components): Work with address in
3288 which the name portion contains @.
3289
3290 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3291
3292 * gnus.el (gnus-start): Move custom group up.
3293 (gnus-select-method): Don't autoload, but make it available for
3294 `customize-variable'.
3295 (gnus-getenv-nntpserver): Don't autoload.
3296
3297 2006-11-14 Teodor Zlatanov <tzz@lifelogs.com>
3298
3299 * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
3300
3301 2006-11-14 Reiner Steib <Reiner.Steib@gmx.de>
3302
3303 * message.el (message-sendmail-extra-arguments): New variable.
3304 (message-send-mail-with-sendmail): Use it.
3305
3306 2006-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
3307
3308 * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
3309 mm-with-unibyte-current-buffer to make string unibyte.
3310
3311 * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
3312 mm-string-as-multibyte.
3313
3314 2006-11-14 Daiki Ueno <ueno@unixuser.org>
3315
3316 * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
3317 Reported by Werner Koch <wk@gnupg.org>.
3318
3319 2006-11-14 Daiki Ueno <ueno@p360>
3320
3321 * mml2015.el: Autoload epa-select-keys when compiling.
3322
3323 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3324
3325 * mml2015.el (mml2015-epg-sign): Save the signing keys in
3326 message-options.
3327 (mml2015-epg-encrypt): Save the recipient keys in message-options.
3328
3329 2006-11-13 Daiki Ueno <ueno@unixuser.org>
3330
3331 * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
3332 EasyPG (< 0.0.6).
3333 (mml2015-always-trust): New user option.
3334 (mml2015-epg-passphrase-callback): Display key ID on the passphrase
3335 prompt.
3336
3337 2006-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
3338
3339 * nntp.el (nntp-authinfo-force): New variable.
3340 (nntp-send-authinfo): Use it.
3341
3342 2006-11-09 Reiner Steib <Reiner.Steib@gmx.de>
3343
3344 * message.el (message-strip-subject-encoded-words): Allow _not_ to
3345 decode encoded words. Improve prompt. Add comment about forwarding.
3346 (message-replacement-char): Move up.
3347
3348 2006-11-08 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
3349
3350 * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
3351 instead of gnus-intersection because arguments of gnus-sorted-nunion
3352 must be sorted. This avoids corruption of gnus-newsgroup-unreads.
3353
3354 2006-11-07 Reiner Steib <Reiner.Steib@gmx.de>
3355
3356 * message.el (message-strip-subject-encoded-words): Reformat prompt.
3357 (message-simplify-subject-functions): Enable
3358 message-strip-subject-encoded-words by default.
3359
3360 2006-11-06 Reiner Steib <Reiner.Steib@gmx.de>
3361
3362 * message.el (message-strip-subject-encoded-words): New function
3363 (message-simplify-subject-functions): New variable.
3364 (message-simplify-subject): Use it. Fix typo in doc string.
3365 Support message-strip-subject-encoded-words.
3366
3367 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3368
3369 * gnus-diary.el (gnus-diary-delay-format-function):
3370 * nndiary.el (nndiary-reminders):
3371 * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
3372
3373 2006-11-01 Reiner Steib <Reiner.Steib@gmx.de>
3374
3375 * gnus-art.el (article-hide-boring-headers): Fetch date from
3376 gnus-original-article-buffer to avoid problems with localized date
3377 strings.
3378
3379 2006-10-30 Katsumi Yamaoka <yamaoka@jpl.org>
3380
3381 * html2text.el (html2text-format-tags): Avoid infloop on open tags.
3382
3383 2006-10-29 Reiner Steib <Reiner.Steib@gmx.de>
3384
3385 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
3386 New variables.
3387 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3388 (mm-charset-synonym-alist): Move some entries to
3389 mm-codepage-iso-8859-list.
3390 (mm-charset-synonym-alist, mm-charset-override-alist): Add
3391 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3392
3393 2006-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
3394
3395 * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
3396
3397 2006-10-28 Reiner Steib <Reiner.Steib@gmx.de>
3398
3399 * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
3400 with Emacs 21 and XEmacs.
3401
3402 2006-10-27 Teodor Zlatanov <tzz@lifelogs.com>
3403
3404 * spam.el (spam-parse-address): New function for better parsing,
3405 catching errors, etc.
3406 (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
3407
3408 2006-10-26 Reiner Steib <Reiner.Steib@gmx.de>
3409
3410 * mm-view.el: Add interactive arg to html2text autoload.
3411
3412 2006-10-25 Katsumi Yamaoka <yamaoka@jpl.org>
3413
3414 * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
3415
3416 2006-10-24 Reiner Steib <Reiner.Steib@gmx.de>
3417
3418 * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
3419 variables.
3420 (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
3421 (mm-charset-synonym-alist): Move some entries to
3422 mm-codepage-iso-8859-list.
3423
3424 * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
3425
3426 2006-10-23 Reiner Steib <Reiner.Steib@gmx.de>
3427
3428 * message.el (message-citation-line-format)
3429 (message-insert-formated-citation-line): Fix implementation of %E, %N
3430 and %n according to the doc string.
3431
3432 2006-10-20 Teodor Zlatanov <tzz@lifelogs.com>
3433
3434 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3435 car-safe to avoid bad parses.
3436
3437 2006-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
3438
3439 * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
3440 names.
3441
3442 * gnus-sum.el (gnus-select-newsgroup): Decode group name.
3443
3444 2006-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
3445
3446 * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
3447 header.
3448
3449 * message.el (message-draft-headers): Add Date.
3450 (message-headers-to-generate): Fix typo in docstring.
3451
3452 * nndraft.el (nndraft-required-headers): New variable.
3453 (nndraft-generate-headers): Use it.
3454
3455 * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
3456
3457 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3458
3459 * gnus-registry.el (gnus-registry-wash-for-keywords)
3460 (gnus-registry-find-keywords): New functions to allow easy searching of
3461 articles that are in the registry.
3462
3463 2006-10-16 Teodor Zlatanov <tzz@lifelogs.com>
3464
3465 * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
3466 ietf-drums-parse-address instead of gnus-extract-address-components.
3467 Reported by Damien Elmes <damien@repose.cx>.
3468
3469 2006-10-19 Reiner Steib <Reiner.Steib@gmx.de>
3470
3471 * gnus.el (gnus-mime): Remove unused custom group.
3472
3473 2006-10-13 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3474
3475 * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
3476 "blank line" when searching for end of armor headers.
3477
3478 2006-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
3479
3480 * gmm-utils.el (gmm-write-region): Fix variable name.
3481
3482 2006-10-10 Reiner Steib <Reiner.Steib@gmx.de>
3483
3484 * gmm-utils.el (gmm-write-region): New function based on compatibility
3485 code from `mm-make-temp-file'.
3486
3487 * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
3488
3489 * nnmaildir.el (nnmaildir--update-nov)
3490 (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
3491 Use `gmm-write-region'.
3492
3493 2006-10-04 Reiner Steib <Reiner.Steib@gmx.de>
3494
3495 * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
3496 iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
3497
3498 * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
3499
3500 * message.el (message-replacement-char): New variable.
3501 (message-fix-before-sending): Use it.
3502 (message-simplify-subject): New function to remove duplicate code.
3503 (message-reply, message-followup): Use it.
3504
3505 * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
3506 gnus-summary-limit-to-articles.
3507
3508 2006-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
3509
3510 * gnus-util.el (gnus-with-local-quit): New macro.
3511
3512 * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
3513
3514 2006-10-02 Teodor Zlatanov <tzz@lifelogs.com>
3515
3516 * gnus-util.el (gnus-string-remove-all-properties): Another fix to
3517 ignore non-string data.
3518
3519 2006-09-29 Teodor Zlatanov <tzz@lifelogs.com>
3520
3521 * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
3522 non-string data (needs to be done in the registry too).
3523
3524 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3525
3526 * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
3527 (gnus-registry-remove-alist-text-properties, gnus-registry-action)
3528 (gnus-registry-split-fancy-with-parent)
3529 (gnus-registry-fetch-simplified-message-subject-fast)
3530 (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
3531 Remove text properties on ingress into the registry and when it's saved.
3532 (gnus-registry-clean-empty-function): Fix bug with cleaning the
3533 registry from entries with no groups.
3534
3535 2006-09-28 Teodor Zlatanov <tzz@lifelogs.com>
3536
3537 * gnus-util.el (gnus-string-remove-all-properties): Add utility
3538 function to remove string properties.
3539
3540 2006-09-28 Reiner Steib <Reiner.Steib@gmx.de>
3541
3542 * gmm-utils.el (gmm): Adjust custom version.
3543
3544 * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
3545 custom version.
3546
3547 * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
3548
3549 2006-09-27 Reiner Steib <Reiner.Steib@gmx.de>
3550
3551 * gnus-art.el (gnus-insert-prev-page-button)
3552 (gnus-insert-next-page-button): Simplify. Reformat.
3553
3554 2006-09-27 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3555
3556 * gnus-art.el (gnus-insert-prev-page-button)
3557 (gnus-insert-next-page-button): Apply gnus-article-button-face.
3558
3559 2006-09-25 Chong Yidong <cyd@stupidchicken.com>
3560
3561 * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
3562
3563 2006-09-20 Maxime Edouard Robert Froumentin <max@lapin-bleu.net>
3564
3565 (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply
3566 gnus-article-button-face to MIME and security buttons.
3567
3568 2006-09-20 Reiner Steib <Reiner.Steib@gmx.de>
3569
3570 * gnus-art.el (gnus-button-url-regexp): Try to make the value more
3571 readable.
3572
3573 2006-09-20 Steve Youngs <steve@sxemacs.org>
3574
3575 * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
3576 `browse-url-of-file' instead of `browse-url'.
3577
3578 2006-09-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3579
3580 * nnslashdot.el (nnslashdot-request-article): Update end-of-article
3581 regexp. Articles containing quotation were cut prematurely.
3582
3583 2006-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
3584
3585 * message.el (message-cite-original-1): Use nobody by default for the
3586 value of From header.
3587 (message-reply): Ditto.
3588
3589 2006-09-11 Daiki Ueno <ueno@unixuser.org>
3590
3591 * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
3592 to the gnus-info. This fixes a bug of inline-PGP message verification.
3593 Reported by Michael Piotrowski <mxp@dynalabs.de>.
3594
3595 2006-09-09 Reiner Steib <Reiner.Steib@gmx.de>
3596
3597 * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
3598 mails in the doc string. Add some URLs in comment.
3599 (pop3-movemail): Warn about pop3-leave-mail-on-server.
3600
3601 2006-09-07 Katsumi Yamaoka <yamaoka@jpl.org>
3602
3603 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
3604 backslashes handling and the way to find boundaries of quoted strings.
3605
3606 2006-09-07 Daiki Ueno <ueno@unixuser.org>
3607
3608 * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
3609 mml1991-encrypt-to-self is set and mml1991-signers is not set.
3610 * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
3611 mml2015-encrypt-to-self is set and mml2015-signers is not set.
3612
3613 2006-09-06 Reiner Steib <Reiner.Steib@gmx.de>
3614
3615 * gnus-art.el (gnus-button-marker-list): Move up. Convert comment into
3616 doc string.
3617 (gnus-button-regexp, gnus-button-last): Remove unused variables.
3618
3619 2006-09-06 Simon Josefsson <jas@extundo.com>
3620
3621 * mml2015.el (mml2015-use): Doc fix, mention epg.
3622
3623 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3624
3625 * mml2015.el (mml2015-use): Default to epg, if available.
3626
3627 2006-09-06 Daiki Ueno <ueno@unixuser.org>
3628
3629 * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
3630 message-sender.
3631 (mml1991-epg-encrypt): Ditto.
3632 * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
3633 message-sender.
3634 (mml2015-epg-encrypt): Ditto.
3635
3636 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
3637
3638 * message.el (message-send-mail-with-sendmail): Look for sendmail in
3639 several common directories.
3640
3641 2006-09-05 Daiki Ueno <ueno@unixuser.org>
3642
3643 * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
3644 * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
3645
3646 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3647
3648 * gnus-art.el (article-decode-encoded-words): Make it fast.
3649
3650 2006-09-04 Katsumi Yamaoka <yamaoka@jpl.org>
3651
3652 * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
3653
3654 * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
3655 in quoted string into `\'.
3656
3657 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3658
3659 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3660 Use standard-syntax-table.
3661
3662 2006-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
3663
3664 * gnus-art.el (gnus-decode-address-function): New variable.
3665 (article-decode-encoded-words): Use it to decode headers which are
3666 assumed to contain addresses.
3667 (gnus-mime-delete-part): Remove useless `or'.
3668
3669 * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
3670 (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
3671 (gnus-nov-parse-line): Use it to decode From header.
3672 (gnus-get-newsgroup-headers): Ditto.
3673 (gnus-summary-enter-digest-group): Use it to decode `to-address'.
3674
3675 * mail-parse.el (mail-decode-encoded-address-region): New alias.
3676 (mail-decode-encoded-address-string): New alias.
3677
3678 * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
3679 New function.
3680 (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
3681 (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
3682 (rfc2047-decode-region): Use it; add optional argument `address-mime'.
3683 (rfc2047-decode-string): Ditto.
3684 (rfc2047-decode-address-region): New function.
3685 (rfc2047-decode-address-string): New function.
3686
3687 2006-08-31 Reiner Steib <Reiner.Steib@gmx.de>
3688
3689 * message.el (message-caesar-buffer-body): Allow rotating headers.
3690
3691 * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
3692
3693 * message.el (message-insert-formated-citation-line): Fix %f.
3694 Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
3695
3696 2006-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
3697
3698 * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
3699 (gnus-bookmark-mouse-available-p): New macro.
3700 (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
3701 (gnus-bookmark-bmenu-show-infos): Use it.
3702 (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
3703 (gnus-bookmark-bmenu-hide-infos): Ditto.
3704 (gnus-bookmark-remove-properties): New function.
3705 (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
3706 (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
3707 (gnus-bookmark-write-file): Bind coding-system-for-write.
3708 (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
3709 (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
3710 group before selecting it.
3711 (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
3712 (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
3713 quit-window if it is not available; use gnus-mouse-2 and bind it to
3714 gnus-bookmark-bmenu-select-by-mouse.
3715 (gnus-bookmark-show-details): Remove unused variable `details-list'.
3716 (gnus-bookmark-bmenu-select-by-mouse): New function.
3717
3718 2006-08-13 Romain Francoise <romain@orebokech.com>
3719
3720 * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
3721 space.
3722
3723 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3724
3725 * compface.el (uncompface): Use binary rather than raw-text-unix.
3726
3727 2006-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
3728
3729 * compface.el (uncompface): Make sure the eol conversion doesn't take
3730 place when communicating with the external programs. Reported by
3731 ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
3732
3733 2006-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
3734
3735 * nnheader.el (nnheader-insert-head): Fix typo in comment.
3736
3737 2006-07-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3738
3739 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3740 Make it more robust by parsing author and date independently.
3741
3742 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
3743
3744 * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
3745
3746 2006-07-28 Daiki Ueno <ueno@unixuser.org>
3747
3748 * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
3749 first matching secret key.
3750 (mml2015-epg-encrypt): Ditto.
3751
3752 * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
3753 first matching secret key.
3754 (mml1991-epg-encrypt): Ditto.
3755
3756 * mml2015.el (mml2015-encrypt-to-self): New user option.
3757 (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
3758 mml2015-epg-encrypt-to-self is set.
3759
3760 * mml1991.el (mml1991-encrypt-to-self): New variable.
3761 (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
3762 mml1991-epg-encrypt-to-self is set.
3763
3764 * mml2015.el (mml2015-signers): New user option.
3765 (mml2015-epg-sign): Reflect the value of mml2015-signers.
3766 (mml2015-epg-encrypt): Allow to select signing keys.
3767
3768 * mml1991.el (mml1991-signers): New variable.
3769 (mml1991-epg-sign): Reflect the value of mml1991-signers.
3770 (mml1991-epg-encrypt): Allow to select signing keys.
3771
3772 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
3773
3774 * nnheader.el (nnheader-insert-head): Make it work even if the file
3775 uses CRLF for the line-break code.
3776
3777 2006-07-25 Daiki Ueno <ueno@unixuser.org>
3778
3779 * mml2015.el: Require mml-sec instead of password.
3780 (mml2015-verbose): Inherit the default value from mml-secure-verbose.
3781 (mml2015-cache-passphrase): Inherit the default value from
3782 mml-secure-cache-passphrase.
3783 (mml2015-passphrase-cache-expiry): Inherit the default value from
3784 mml-secure-passphrase-cache-expiry.
3785
3786 * mml1991.el: Require mml-sec instead of password.
3787 (mml1991-verbose): Inherit the default value from mml-secure-verbose.
3788 (mml1991-cache-passphrase): Inherit the default value from
3789 mml-secure-cache-passphrase.
3790 (mml1991-passphrase-cache-expiry): Inherit the default value from
3791 mml-secure-passphrase-cache-expiry.
3792
3793 * mml-sec.el: Require password.
3794 (mml-secure-verbose): New user option.
3795 (mml-secure-cache-passphrase): New user option.
3796 (mml-secure-passphrase-cache-expiry): New user option.
3797
3798 2006-07-24 Daiki Ueno <ueno@unixuser.org>
3799
3800 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
3801 letters from the end. Thanks to "David Smith" <davidsmith@acm.org> and
3802 andreas@altroot.de (Andreas Vögele).
3803
3804 FIXME: Use `tiny change'?
3805
3806 2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3807
3808 * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
3809 workaround for the url package included with Emacs.
3810
3811 * nnweb.el (nnweb-google-create-mapping): Update regexp.
3812
3813 2006-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
3814
3815 * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
3816 correctly. This fixes a bug caused by the 2006-05-12 change.
3817
3818 2006-07-18 Karl Fogel <kfogel@red-bean.com>
3819
3820 * nnmail.el (nnmail-article-group): If splitting raises an error, give
3821 some information about the error when saying that the `bogus' mail
3822 group will be used.
3823
3824 2006-07-17 Reiner Steib <Reiner.Steib@gmx.de>
3825
3826 * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
3827 string.
3828
3829 2006-07-16 NAKAJI Hiroyuki <nakaji@heimat.jp> (tiny change)
3830
3831 * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
3832
3833 2006-07-14 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3834
3835 * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
3836
3837 2006-07-10 Daiki Ueno <ueno@unixuser.org>
3838
3839 * mml1991.el (mml1991-function-alist): Add epg.
3840 (mml1991-epg-passphrase-callback, mml1991-epg-sign)
3841 (mml1991-epg-encrypt): New functions.
3842
3843 2006-07-10 Daiki Ueno <ueno@unixuser.org>
3844
3845 * mml2015.el (mml2015-verbose): New variable.
3846 (mml2015-cache-passphrase): Ditto.
3847 (mml2015-passphrase-cache-expiry): Ditto.
3848 (mml2015-function-alist): Add epg.
3849 (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
3850 (mml2015-epg-clear-decrypt, mml2015-epg-verify)
3851 (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
3852 functions.
3853
3854 2006-07-08 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3855
3856 * message.el (message-cite-original-1): Preserve region when removing
3857 quoted text due to X-No-Archive in order to avoid bogus attribution
3858 when citing multiple messages.
3859
3860 2006-06-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3861
3862 * gnus-group.el (gnus-group-sort-by-unread): Fix typo. Reported by
3863 Kenneth Jacker <khj@be.cs.appstate.edu>.
3864
3865 2006-06-26 Reiner Steib <Reiner.Steib@gmx.de>
3866
3867 * gnus-diary.el (gnus-user-format-function-d)
3868 (gnus-user-format-function-D): Autoload.
3869
3870 * imap.el (Commentary): Fix typo.
3871
3872 * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
3873 2006-04-22 contribution.
3874
3875 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3876
3877 * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
3878 It didn't really fix the bogosity I'm seeing with solid web groups.
3879
3880 2006-06-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3881
3882 * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
3883 Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
3884 created using server names. If we use the feature without declaring
3885 it, Gnus does not properly manage server and group state.
3886
3887 * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
3888 bound.
3889
3890 2006-06-25 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3891
3892 * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
3893 looking up the method using GROUP's prefix before inventing a new one.
3894 It is used on killed/unknown groups in various places where returning
3895 an all-new method isn't expected by the caller.
3896
3897 * gnus-util.el (gnus-group-server): Fix for empty virtual server names
3898 and match semantics of gnus-group-real-prefix.
3899
3900 2006-06-22 Reiner Steib <Reiner.Steib@gmx.de>
3901
3902 * nnmail.el (nnmail-broken-references-mailers): New variable.
3903 (nnmail-ignore-broken-references): New function generalizing
3904 nnmail-fix-eudora-headers.
3905 (nnmail-fix-eudora-headers): Now obsolete.
3906
3907 * gnus-art.el (gnus-button-handle-custom): Support
3908 `customize-apropos*'.
3909
3910 2006-06-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
3911
3912 * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
3913
3914 * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
3915 articles.
3916
3917 2006-06-21 Reiner Steib <Reiner.Steib@gmx.de>
3918
3919 * message.el (message-cite-reply-above): New variable.
3920 (message-yank-original): Use it.
3921
3922 2006-06-20 Katsumi Yamaoka <yamaoka@jpl.org>
3923
3924 * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
3925
3926 2006-06-20 Reiner Steib <Reiner.Steib@gmx.de>
3927
3928 * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
3929 as read.
3930
3931 * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
3932
3933 2006-06-19 Reiner Steib <Reiner.Steib@gmx.de>
3934
3935 * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
3936 (gnus-bookmark-default-file): Use gnus-directory.
3937 (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
3938 Remove "*" in doc string.
3939 (gnus-bookmark-write-file): Simplify.
3940 (gnus-bookmark-maybe-sort-alist): Use `when'.
3941 (gnus-bookmark-get-bookmark): Fix typo in doc string.
3942 (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
3943 FIXME about Emacs 21 and XEmacs compatibility.
3944 (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
3945 compatibility.
3946 (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
3947 compatibility.
3948 (gnus-bookmark-menu-heading): Fix version.
3949
3950 2006-06-19 Bastien Guerry <bzg@altern.org>
3951
3952 * gnus-bookmark.el: New file.
3953
3954 2006-06-19 Katsumi Yamaoka <yamaoka@jpl.org>
3955
3956 * message.el (message-syntax-checks): Doc fix.
3957
3958 2006-06-17 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3959
3960 * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
3961 unsubscribed groups as if they were killed ones. It causes duplicate
3962 entries in gnus-newsrc-alist.
3963
3964 2006-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
3965
3966 * message.el (message-syntax-checks): Doc fix.
3967 (message-send-mail): Add check for continuation headers.
3968 (message-check-news-header-syntax): Fix regexp used to check for
3969 continuation headers.
3970
3971 2006-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
3972
3973 * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
3974
3975 2006-06-11 Reiner Steib <Reiner.Steib@gmx.de>
3976
3977 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
3978
3979 2006-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
3980
3981 * gnus-art.el (gnus-article-truncate-lines): Default to the value of
3982 default-truncate-lines.
3983
3984 2006-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
3985
3986 * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
3987 to fill the utf-8 entry.
3988
3989 2006-06-01 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3990
3991 * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
3992
3993 2006-05-30 Kevin Greiner <kevin.greiner@compsol.cc>
3994
3995 * gnus-agent.el (directory-files-and-attributes): Move all the way
3996 forward (the third and final move).
3997 (gnus-agent-read-agentview): Trap reconstruction errors due to
3998 nonexistant directory. Handle by returning nil.
3999
4000 2006-05-30 Didier Verna <didier@xemacs.org>
4001
4002 * message.el (message-dont-reply-to-names): Update the custom type.
4003 * message.el (message-dont-reply-to-names): New defsubst: potentially
4004 convert a list of regexps into a single one.
4005 * message.el (message-get-reply-headers): Use it.
4006 * nnmail.el (nnmail-fancy-expiry-target): Ditto.
4007
4008 2006-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
4009
4010 * gnus-agent.el (directory-files-and-attributes): Move forward.
4011
4012 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4013
4014 * gnus-ml.el (gnus-mailing-list-subscribe)
4015 (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
4016 (gnus-mailing-list-message): Fix doc strings.
4017
4018 2006-05-29 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4019
4020 * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
4021 of doing it manually.
4022
4023 2006-05-29 Reiner Steib <Reiner.Steib@gmx.de>
4024
4025 * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
4026 comment.
4027
4028 2006-05-29 Kevin Greiner <kevin.greiner@compsol.cc>
4029
4030 * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
4031 (gnus-agent-read-agentview): Fixed handling of end-of-file error.
4032 (gnus-agent-read-local): All symbols allocated in my-obarray
4033 (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
4034 (gnus-agent-regenerate-group): Check numeric names to see if they are
4035 messages or groups.
4036 (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
4037 better way of do this...)
4038
4039 * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
4040 'dummy.group' (there should be a better way of do this...)
4041
4042 2006-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
4043
4044 * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
4045 (gnus-saved-headers): Ditto.
4046 (gnus-default-article-saver): Mention functions may have properties.
4047 (gnus-article-save): Override gnus-save-all-headers and
4048 gnus-saved-headers by :headers property which saver function may have.
4049 (gnus-summary-save-in-file): Add :headers property.
4050 (gnus-summary-write-to-file): Ditto.
4051
4052 * gnus-sum.el (gnus-summary-save-article): Bind
4053 gnus-prompt-before-saving to t when saving many articles in a file;
4054 always show all headers.
4055
4056 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4057
4058 * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
4059 marks.
4060
4061 * message.el (message-indent-citation): Add optional arguments to allow
4062 using it outside of message buffers.
4063
4064 * gnus-art.el (gnus-article-unfold-long-headers): New variable.
4065 (gnus-article-treat-unfold-headers): Use it.
4066 (gnus-article-truncate-lines): New variable.
4067 (gnus-article-mode): Use it.
4068 (gnus-article-toggle-truncate-lines): New function.
4069
4070 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
4071 gnus-article-toggle-truncate-lines.
4072
4073 * uudecode.el (uudecode-decode-region-external): nil isn't a valid
4074 coding system in XEmacs, use binary.
4075
4076 2006-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
4077
4078 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
4079 after-load-alist.
4080
4081 * gnus-art.el (gnus-summary-save-in-file): Use property to specify
4082 this function should save decoded articles.
4083 (gnus-summary-write-to-file): Use property to specify this function
4084 should save decoded articles and specify gnus-summary-save-in-file
4085 should be used to save articles other than the first one when saving
4086 many articles.
4087 (gnus-summary-save-body-in-file): Use property to specify this
4088 function should save decoded articles.
4089 (gnus-summary-write-body-to-file): Use property to specify this
4090 function should save decoded articles and specify
4091 gnus-summary-save-body-in-file should be used to save articles other
4092 than the first one when saving many articles.
4093
4094 * gnus-sum.el (gnus-summary-save-article): Simplify.
4095
4096 2006-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
4097
4098 * gnus-art.el (gnus-default-article-saver): Add
4099 gnus-summary-write-body-to-file.
4100 (gnus-article-save-coding-system): Don't use coding system object
4101 in XEmacs.
4102 (gnus-read-save-file-name): Add optional `dir-var' argument which
4103 specifies directory in which files are saved; work even if optional
4104 `variable' argument is not specified.
4105 (gnus-summary-write-to-file): Read file name.
4106 (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
4107 (gnus-summary-write-body-to-file): New function.
4108
4109 * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
4110 (gnus-summary-local-variables): Add it.
4111 (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
4112 (gnus-summary-save-article): Remove optional `decode' argument;
4113 determine whether to decode articles by the value of
4114 gnus-default-article-saver; when saving many files using
4115 gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
4116 it first and use gnus-summary-save-in-file or
4117 gnus-summary-save-body-in-file thereafter unless
4118 gnus-prompt-before-saving is always; move point to article which
4119 will be saved.
4120 (gnus-summary-save-article-file): Revert.
4121 (gnus-summary-write-article-file): Revert.
4122 (gnus-summary-save-article-body-file): Revert.
4123 (gnus-summary-write-article-body-file): New function.
4124
4125 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
4126
4127 * gnus-art.el (gnus-article-browse-html-article): Remove comment.
4128
4129 2006-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
4130
4131 * gnus-art.el (gnus-default-article-saver): Doc fix.
4132 (gnus-article-save-coding-system): Move from gnus-sum.el, rename
4133 from gnus-summary-save-article-coding-system, and default to a
4134 certain coding system.
4135 (gnus-output-to-file): Add coding cookie and encode text according
4136 to gnus-article-save-coding-system; don't use mm-append-to-file.
4137
4138 * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
4139 gnus-art.el and rename to gnus-article-save-coding-system.
4140 (gnus-summary-save-article): Require gnus-art; don't show all
4141 headers if it decodes articles; don't add coding cookie here;
4142 don't bind mm-text-coding-system-for-write.
4143 (gnus-summary-save-article-file): Save decoded articles.
4144 (gnus-summary-write-article-file): When saving many files, use
4145 gnus-summary-write-to-file first and gnus-summary-save-in-file
4146 thereafter unless gnus-prompt-before-saving is always.
4147 (gnus-summary-save-article-body-file): Save decoded articles.
4148
4149 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4150
4151 * nnrss.el (nnrss-check-group): Bind hash-index.
4152
4153 2006-05-23 Michaël Cadilhac <michael.cadilhac@lrde.org>
4154
4155 * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
4156 its hash index. Store this hash in `nnrss-group-data'.
4157 (nnrss-read-group-data): Update accordingly.
4158
4159 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4160
4161 * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
4162 entry.
4163
4164 * gnus-sum.el (gnus-summary-make-menu-bar): Add
4165 gnus-article-browse-html-article.
4166
4167 2006-05-23 Hynek Schlawack <hynek@ularx.de>
4168
4169 * gnus-sum.el (gnus-summary-mime-map): Add
4170 gnus-article-browse-html-article.
4171 2006-05-23 Reiner Steib <Reiner.Steib@gmx.de>
4172
4173 * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
4174 suitable coding systems in customize.
4175
4176 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
4177
4178 * mail-source.el (mail-sources): Fix custom type.
4179
4180 2006-05-18 Reiner Steib <Reiner.Steib@gmx.de>
4181
4182 * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
4183 (gnus-summary-expire-articles-now): Shorten prompt.
4184
4185 * gmm-utils.el (wid-edit): Require.
4186 (defun-gmm): Renamed from `gmm-defun-compat'.
4187 (gmm-image-search-load-path): Use it.
4188 (gmm-image-load-path-for-library): Use it. Sync with `mh-compat.el'.
4189
4190 2006-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
4191
4192 * gnus-sum.el (gnus-summary-save-article-coding-system): New
4193 variable.
4194 (gnus-summary-save-article): Add optional `decode' argument. If
4195 it is set and gnus-summary-save-article-coding-system is non-nil,
4196 save decoded article.
4197 (gnus-summary-write-article-file): Save decoded article if
4198 gnus-summary-save-article-coding-system is non-nil.
4199
4200 * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
4201 type.
4202
4203 2006-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
4204
4205 * gnus-art.el (easy-menu-define): Use :active instead of :enable.
4206
4207 2006-05-12 Katsumi Yamaoka <yamaoka@jpl.org>
4208
4209 * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
4210 first to test gnus-single-article-buffer which may be buffer-local.
4211
4212 * gnus-sum.el (gnus-summary-setup-buffer): Make
4213 gnus-single-article-buffer buffer-local and nil in ephemeral
4214 group; make gnus-article-buffer, gnus-article-current, and
4215 gnus-original-article-buffer always buffer-local.
4216 (gnus-summary-exit): Kill article buffer belonging to ephemeral
4217 group.
4218 (gnus-handle-ephemeral-exit): Don't move to next summary line.
4219
4220 2006-05-08 Reiner Steib <Reiner.Steib@gmx.de>
4221
4222 * nnml.el (nnml-request-compact-group): Compressed files might not
4223 have .gz extension.
4224
4225 2006-05-04 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
4228 (mm-copy-to-buffer): Use with-current-buffer.
4229 (mm-display-part): Simplify.
4230 (mm-inlinable-p): Add optional arg `type'.
4231
4232 2006-05-03 Stefan Monnier <monnier@iro.umontreal.ca>
4233
4234 * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
4235 (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
4236 Try harder to show the attachment internally or externally using
4237 gnus-mime-view-part-as-type.
4238
4239 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
4240
4241 * message.el (message-from-style, message-signature-separator)
4242 (message-user-organization-file, message-send-mail-function)
4243 (message-citation-line-function, message-yank-prefix)
4244 (message-indent-citation-function, message-signature)
4245 (message-signature-file, message-signature-insert-empty-line):
4246 Remove autoloads.
4247
4248 * gnus-art.el (gnus-buttonized-mime-types): Remove
4249 "multipart/signed". Revert 2006-04-26 change.
4250
4251 2006-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
4252
4253 * gnus.el (gnus-version-number): Bump version.
4254
4255 2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4256
4257 * gnus.el: No Gnus v0.5 is released.
4258
4259 2006-04-30 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4260
4261 * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
4262 fetching articles by message-id.
4263
4264 2006-04-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
4265
4266 * message.el (hashcash): Require hashcash as normal.
4267
4268 * ecomplete.el (ecomplete-highlight-match-line): Use
4269 point-at-eol.
4270 (ecomplete-highlight-match-line): Use `highlight', because that
4271 face exists in both Emacs and XEmacs.
4272
4273 * message.el (message-display-abbrev): Use point-at-bol.
4274
4275 * mail-source.el: Don't require timer/timer-funcs.
4276
4277 * gnus-async.el: Ditto.
4278
4279 * password.el: Ditto.
4280
4281 * mm-url.el: Ditto.
4282
4283 * mm-util.el: Require timer/timer-funcs.
4284
4285 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4286
4287 * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
4288 Close.
4289
4290 2006-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
4291
4292 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
4293 unibyte after clear-decrypt function runs.
4294
4295 * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
4296 returns as a unibyte string.
4297
4298 2006-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
4299
4300 * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
4301 always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
4302 (mml1991-pgg-encrypt): Ditto.
4303
4304 2006-04-26 Reiner Steib <Reiner.Steib@gmx.de>
4305
4306 * message.el (message-user-organization-file): Check several
4307 locations of the organization file.
4308
4309 * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
4310 Add gnus-article-view-part-as-type.
4311
4312 * gnus-art.el (gnus-article-view-part-as-type): New function.
4313
4314 * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
4315 .mobi and .travel. Remove .nato, .bitnet and .uucp.
4316
4317 * mml.el: Simplify autoload.
4318 (mml-mode): defvar dnd-protocol-alist instead of using
4319 symbol-value.
4320 (mml-default-directory): New variable.
4321 (mml-minibuffer-read-file): Use it.
4322 (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
4323
4324 * message.el (message-citation-line-format): New variable.
4325 (message-insert-formated-citation-line): New function.
4326 (message-citation-line-function): Add
4327 `message-insert-formated-citation-line' to custom type.
4328
4329 * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
4330 to doc string.
4331
4332 * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
4333 depending on mm-verify-option.
4334
4335 2006-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
4336
4337 * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
4338 binding pgg-* variables; reimplement the section which prevents
4339 MIME header from being signed.
4340 (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
4341 pgg-text-mode; remove a blank line at the top of body.
4342
4343 * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
4344 lines at the top of body; use gnus-newsgroup-charset if there's no
4345 Charset header.
4346
4347 2006-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
4348
4349 * message.el (message-self-insert-commands): Doc fix.
4350
4351 * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
4352 (mm-uu-pgp-encrypted-test): Ditto.
4353 (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
4354 between header and body; return application/pgp-encrypted handle
4355 if decryption failed; decode decrypted body by charset.
4356
4357 * mm-decode.el (mm-automatic-display): Don't make application/pgp
4358 element match to application/pgp-*.
4359
4360 2006-04-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4361
4362 * nnweb.el (nnweb-google-wash-article): Sync up to new Google
4363 HTML.
4364
4365 2006-04-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
4366
4367 * mail-source.el (mail-source-call-script): Message the error
4368 string.
4369
4370 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4371
4372 * gnus-util.el (gnus-byte-compile): Use it.
4373
4374 2006-04-22 xyblor <fake@invalid.email> (tiny change)
4375
4376 * gnus-util.el (kill-empty-logs): New function.
4377
4378 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4379
4380 * message.el (message-mail-alias-type): Doc fix.
4381 (message-mail-alias-type-p): New function.
4382 (message-send): Use it.
4383 (message-mode): Ditto.
4384 (message-strip-forbidden-properties): Ditto.
4385
4386 * ecomplete.el (ecomplete-database-file-coding-system): New
4387 variable.
4388 (ecomplete-save): Use it.
4389 (ecomplete-setup): Use it.
4390
4391 2006-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
4392
4393 * message.el (message-self-insert-commands): New variable.
4394 (message-strip-forbidden-properties): Use it.
4395
4396 2006-04-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
4397
4398 * message.el (message-put-addresses-in-ecomplete): Use a regexp
4399 that doesn't make XEmacs choke.
4400
4401 2006-04-20 Reiner Steib <Reiner.Steib@gmx.de>
4402
4403 * gnus-util.el (gnus-replace-in-string):
4404 Prefer replace-regexp-in-string over of replace-in-string.
4405
4406 2006-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
4407
4408 * gnus-util.el (gnus-select-frame-set-input-focus):
4409 Use select-frame-set-input-focus if it is available in XEmacs; use
4410 definition defined in Emacs 22 for old Emacsen.
4411
4412 2006-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
4413
4414 * mm-view.el (mm-inline-text): Use equal instead of equalp.
4415
4416 2006-04-18 Teodor Zlatanov <tzz@lifelogs.com>
4417
4418 * gnus-registry.el (gnus-registry-cache-save): Remove text
4419 properties when saving via the temp buffer.
4420
4421 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4422
4423 * message.el (message-generate-hashcash): Honor custom type.
4424
4425 2006-04-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
4426
4427 * message.el (message-generate-hashcash): Default to non-nil when
4428 hashcash is found.
4429
4430 * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
4431 (gnus-refer-thread-limit): Increase default to 500.
4432
4433 * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
4434
4435 * flow-fill.el (fill-flowed): Allow delete-space.
4436
4437 2006-04-18 Reiner Steib <Reiner.Steib@gmx.de>
4438
4439 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
4440 (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
4441 Remove autoloads.
4442
4443 2006-04-18 Simon Josefsson <jas@extundo.com>
4444
4445 * message.el (message-generate-hashcash): Default to.
4446
4447 2006-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
4448
4449 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
4450 concatenating segments rather than before concatenating them.
4451
4452 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4453
4454 * gnus-group.el: Move comment to gnus-group-update-tool-bar.
4455
4456 * imap.el (imap-quote-specials): New function.
4457 (imap-login-auth): Quote specials.
4458
4459 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4460
4461 * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
4462
4463 * message.el (message-forward-make-body-plain): Allow
4464 message-forward-ignored-headers to be a list.
4465 (message-remove-ignored-headers): Factor out into function.
4466 (message-forward-make-body-mml): Use it.
4467 * rfc2231.el (rfc2231-parse-string): Remove dead code.
4468 (rfc2231-parse-string): Allow concatanation of parameters that
4469 aren't contiguous. The test case is
4470 (mail-header-parse-content-type "message/external-body;
4471 name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
4472 access-type=LOCAL-FILE;
4473 name*1*=plugh%2fhello-sailor%2fbing.pdf")
4474
4475 2006-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4476
4477 * nntp.el (nntp-accept-process-output): Return the value of
4478 `nnheader-accept-process-output'.
4479
4480 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4481
4482 * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
4483 (gnus-button-alist): Recognize more diff formats.
4484 (gnus-button-patch): Strip directory.
4485
4486 2006-04-17 Reiner Steib <Reiner.Steib@gmx.de>
4487
4488 * gnus-util.el (gnus-select-frame-set-input-focus): Check for
4489 Emacs 22 when setting focus.
4490
4491 2006-04-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
4492
4493 * gnus-art.el (gnus-article-treat-types): Do treatment of
4494 text/x-verbatim parts.
4495 (gnus-button-patch): New command.
4496
4497 * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
4498 addresses that contain invalid characters.
4499
4500 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4501
4502 * message.el (message-put-addresses-in-ecomplete): Use
4503 gnus-replace-in-string.
4504 (message-is-yours-p): Use the more correct
4505 mail-header-parse-address instead of
4506 mail-extract-address-components.
4507 (message-put-addresses-in-ecomplete): Fix typo.
4508
4509 * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
4510 keystroke.
4511
4512 * gnus-art.el (gnus-treatment-function-alist): Change order of
4513 newsgroups/generic header folding to avoid double-folding.
4514
4515 * message.el (message-hidden-headers): Add X-Draft-From.
4516
4517 * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
4518 command.
4519 (gnus-summary-repeat-search-article-backward): New command.
4520
4521 * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
4522 groups in the parent topic.
4523
4524 2006-04-16 João Cachopo <joao.cachopo@inesc-id.pt> (tiny change)
4525
4526 * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
4527 (spam-extra-header-to-number): Return the CRM114 number as a
4528 number instead of a string.
4529
4530 2006-04-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
4531
4532 * gnus-art.el (gnus-face-properties-alist): Moved here from
4533 gnus-fun.
4534
4535 * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
4536
4537 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4538
4539 * message.el (message-strip-forbidden-properties): Only display on
4540 self-insert-command.
4541
4542 * hashcash.el (hashcash-insert-payment-async): Remove dead code;
4543 reindent.
4544 (hashcash-insert-payment-async-2): Make sure the buffer is alive.
4545
4546 2006-04-15 NAKAJI Hiroyuki <nakaji@takamatsu-nct.ac.jp> (tiny change)
4547
4548 * smiley.el (smiley-style): Fix typo.
4549
4550 2006-03-23 Kenichi Handa <handa@m17n.org>
4551
4552 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4553 instead of set-buffer-multibyte.
4554
4555 2006-03-23 Kenichi Handa <handa@m17n.org>
4556
4557 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4558 buffer and then decode the buffer text if necessary.
4559 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4560 first, and after mm-encode-body, change the buffer to unibyte.
4561
4562 2006-04-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
4563
4564 * hashcash.el (hashcash-insert-payment-async-2): Use
4565 message-goto-eoh instead of doing it manually.
4566 (mail-add-payment): Use message-narrow-to-header instead of trying
4567 to do the same itself.
4568
4569 * message.el (message-hidden-headers): Add Face.
4570
4571 * gnus-sum.el (gnus-summary-reparent-thread): Factor out
4572 reparenting code.
4573 (gnus-summary-reparent-children): Refactored out code.
4574 (gnus-summary-thread-map): New keystroke.
4575 (gnus-summary-reparent-children): Make into command.
4576
4577 * smiley.el (smiley-style): Default to `medium' if using a large
4578 font.
4579
4580 * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
4581 does it itself.
4582
4583 * message.el (message-point-in-header-p): Simplify definition.
4584
4585 2006-04-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
4586
4587 * nnagent.el (nnagent-request-set-mark): Silence log file
4588 writing.
4589 (nnagent-request-set-mark): Use write-region instead of
4590 append-to-file.
4591
4592 * gnus-sum.el (gnus-read-header): Fudge article number if using a
4593 strange select method.
4594
4595 * ecomplete.el (ecomplete-display-matches): Get highlightling
4596 right.
4597 (ecomplete-display-matches): Use literals.
4598 (ecomplete-display-matches): Disable message logging.
4599
4600 * message.el (message-display-abbrev): Small optimization.
4601
4602 * ecomplete.el (ecomplete-display-matches): Allow automatic
4603 display.
4604
4605 * message.el (message-strip-forbidden-properties): Display
4606 abbrevs.
4607 (message-display-abbrev): Get automatic display right.
4608
4609 * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
4610 keystrokes.
4611
4612 2006-04-13 Romain Francoise <romain@orebokech.com>
4613
4614 TODO: Backport to v5-10!
4615
4616 * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
4617 Moved here (and renamed) from gnus-registry.el.
4618
4619 * gnus-registry.el: Require gnus-util.
4620 Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
4621
4622 2006-04-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
4623
4624 * gnus-group.el (gnus-group-catchup-current): Change
4625 if-then-else-if-then-else into cond.
4626 (gnus-group-catchup): Indent.
4627 (group-name-at-point): New function.
4628 (gnus-fetch-group): Provide default from thing at point.
4629
4630 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4631
4632 * message.el (message-display-abbrev): Fix regexp.
4633
4634 * ecomplete.el (ecomplete-highlight-match-line): Reimplement
4635 choosing.
4636 (ecomplete-highlight-match-line): Fix up code rewrite, remove
4637 dead variables.
4638
4639 * message.el (message-newline-and-indent): Remove debugging.
4640 (message-display-abbrev): Use new implementation.
4641
4642 2006-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4643
4644 * gnus-art.el (gnus-article-mode): Set
4645 cursor-in-non-selected-windows to nil.
4646
4647 * smiley.el: Revert previous change.
4648 (smiley-data-directory): defvar it before using it in the
4649 defcustom of `smiley-style'.
4650
4651 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4652
4653 * message.el (message-newline-and-indent): New function.
4654
4655 * ecomplete.el: Implement more bits.
4656
4657 * message.el (message-put-addresses-in-ecomplete): Clean up the
4658 string.
4659
4660 * ecomplete.el (ecomplete-add-item): Chop off decimals.
4661
4662 * gnus-sum.el (gnus-summary-save-parts): Bind
4663 gnus-summary-save-parts-counter and use it to make unique file
4664 names.
4665
4666 * gnus-art.el (gnus-ignored-headers): Add some more headers.
4667
4668 * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
4669 parameter to say whether to actually parse the individual
4670 addresses.
4671
4672 * message.el (message-put-addresses-in-ecomplete): New function.
4673 (ecomplete): Require.
4674 (message-mail-alias-type): Add ecomplete as an option.
4675
4676 2006-04-12 Ralf Angeli <angeli@iwi.uni-sb.de>
4677
4678 * flow-fill.el (fill-flowed): Remove trailing space from blank
4679 quoted lines.
4680
4681 2006-04-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
4682
4683 * smiley.el (smiley-style): Move definition later to avoid a
4684 compilation warning.
4685
4686 2006-04-12 Kenichi Handa <handa@m17n.org>
4687
4688 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4689 buffer and then decode the buffer text if necessary.
4690 (rfc2231-encode-string): Be sure to work on multibyte buffer at
4691 first, and after mm-encode-body, change the buffer to unibyte.
4692 Use mm-disable-multibyte instead of set-buffer-multibyte.
4693
4694 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
4695
4696 * gnus-art.el (gnus-mime-copy-part): Find name parameter in
4697 Content-Type header instead of Content-Disposition header.
4698 (gnus-mime-inline-part): Ditto.
4699 (gnus-mime-view-part-as-charset): Ignore charset that the part
4700 specifies.
4701
4702 * mm-decode.el (mm-display-part): Work with external parts and
4703 usual parts similarly.
4704
4705 * mm-extern.el (mm-inline-external-body): Use mm-display-part
4706 instead of gnus-display-mime.
4707
4708 * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
4709 instead of with-temp-buffer.
4710
4711 * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
4712 tag to summarized topics part in order to encode non-ASCII text.
4713
4714 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4715
4716 * smiley.el (smiley-style): New variable.
4717 (smiley-directory): New function.
4718 (smiley-data-directory): Derive from `smiley-style' using
4719 `smiley-directory'.
4720 (smiley-regexp-alist): Add new entries.
4721
4722 * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
4723 (gnus-article-browse-delete-temp): Add :version.
4724
4725 2006-04-11 Arne Jørgensen <arne@arnested.dk>
4726
4727 * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
4728 the sieve region.
4729
4730 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4731
4732 * gnus.el (gnus-version-number): Bump version.
4733
4734 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de>
4735
4736 * gnus.el: No Gnus v0.4 is released.
4737
4738 2006-04-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
4739
4740 * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
4741 layout.
4742
4743 * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
4744 unknown charset.
4745
4746 * message.el (message-header-synonyms): Add Original-To to the
4747 default.
4748
4749 * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
4750 optional parameter.
4751
4752 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4753
4754 * gnus-fun.el (gnus): Require it for gnus-directory.
4755
4756 2006-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
4757
4758 * gnus-fun.el (gnus-face-properties-alist): Add :version.
4759
4760 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4761
4762 * pgg-gpg.el (pgg-gpg-process-filter): Fix.
4763
4764 2006-04-05 Simon Josefsson <jas@extundo.com>
4765
4766 * password.el (password-reset): New function.
4767
4768 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4769
4770 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
4771 for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4772
4773 2006-04-04 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4774
4775 * nnweb.el (nnweb-google-create-mapping): Update regexp.
4776 Some whitespace was matched into the url, which broke browsing hits
4777 > 100 when mm-url-use-external was nil.
4778
4779 2006-04-04 Reiner Steib <Reiner.Steib@gmx.de>
4780
4781 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
4782 gnus-extra-headers for 'Newsgroups.
4783
4784 * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
4785 bound.
4786
4787 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4788
4789 * pgg-gpg.el: Clean up process buffers every time gpg processes
4790 complete.
4791
4792 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4793
4794 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
4795 doc string.
4796
4797 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4798
4799 * pgg-gpg.el (pgg-gpg-process-filter)
4800 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4801
4802 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4803 lines, temporary fix.
4804
4805 2006-03-31 Reiner Steib <Reiner.Steib@gmx.de>
4806
4807 * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
4808
4809 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4810
4811 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4812 default-enable-multibyte-characters. This reverts the change from
4813 revision 6.17 which is no longer necessary because the passphrase
4814 is sent separately now. GnuPG messages are unreadable under
4815 multibyte locales with default-enable-multibyte-characters set to
4816 nil.
4817
4818 2006-03-28 Reiner Steib <Reiner.Steib@gmx.de>
4819
4820 * message.el (message-tool-bar-gnome): Move "spell".
4821
4822 2006-03-27 Reiner Steib <Reiner.Steib@gmx.de>
4823
4824 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
4825 XEmacs-only `replace-in-string'. Use `gnus-group-real-name'
4826 instead.
4827
4828 2006-03-27 Karl Kleinpaste <karl@charcoal.com>
4829
4830 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
4831 newsgroups handling for NNTP overviews which don't include
4832 Newsgroups.
4833
4834 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4835
4836 * message.el (message-resend): Bind message-generate-hashcash to nil.
4837
4838 2006-03-26 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4839
4840 * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
4841 when searching for already-paid recipients.
4842
4843 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4844
4845 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4846 passphrases when it is not needed.
4847 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4848 passphrase stuff from gpg, should only be necessary when you use
4849 gpg with a smartcard.
4850
4851 2006-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
4852
4853 * mml.el (mml-insert-mime): Ignore cached contents of
4854 message/external-body part.
4855
4856 * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
4857 (mm-insert-part): Ditto.
4858
4859 2006-03-23 Simon Josefsson <jas@extundo.com>
4860
4861 * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
4862 Reiner.
4863 (pgg-gpg-use-agent-p): Use it again.
4864
4865 2006-03-23 Simon Josefsson <jas@extundo.com>
4866
4867 * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
4868 older emacsen.
4869 (pgg-gpg-use-agent-p): Don't use it.
4870
4871 2006-03-23 Reiner Steib <Reiner.Steib@gmx.de>
4872
4873 * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
4874 if we can.
4875
4876 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4877
4878 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4879 (pgg-gpg-update-agent): New function.
4880 (pgg-gpg-use-agent-p): New function.
4881 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4882 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4883 (pgg-gpg-sign-region): Use it.
4884
4885 2006-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
4886
4887 * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
4888 Reported by Ralf Wachinger <rwachinger@gmx.de>.
4889
4890 2006-03-21 Simon Josefsson <jas@extundo.com>
4891
4892 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4893 <wilde@sha-bang.de>.
4894 (pgg-gpg-use-agent): New variable.
4895 (pgg-gpg-process-region): Use it.
4896 (pgg-gpg-encrypt-region): Likewise.
4897 (pgg-gpg-encrypt-symmetric-region): Likewise.
4898 (pgg-gpg-decrypt-region): Likewise.
4899 (pgg-gpg-sign-region): Likewise.
4900 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4901
4902 2006-03-21 Reiner Steib <Reiner.Steib@gmx.de>
4903
4904 * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
4905
4906 * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
4907 Add comment on version.
4908
4909 2006-03-20 Reiner Steib <Reiner.Steib@gmx.de>
4910
4911 * smiley.el: Add missing test smiley.
4912
4913 2006-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
4914
4915 * mm-decode.el (mm-with-part): New macro.
4916 (mm-get-part): Use it; work with message/external-body as well.
4917 (mm-save-part): Treat name and filename equally.
4918
4919 * mm-extern.el (mm-extern-cache-contents): New function.
4920 (mm-inline-external-body): Use it; force the part to be displayed;
4921 move undisplayer added to the cached handle to the parent.
4922
4923 * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
4924 (gnus-mime-view-part-as-type): Work with message/external-body.
4925
4926 * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
4927
4928 2006-03-16 Reiner Steib <Reiner.Steib@gmx.de>
4929
4930 * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
4931 images in image-load-path. [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
4932 Emacs.]
4933
4934 2006-03-15 Reiner Steib <Reiner.Steib@gmx.de>
4935
4936 * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
4937 path rather than symbol. Always return list of directories.
4938 Guarantee that image directory comes first. [Sync with image.el,
4939 , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
4940
4941 * message.el (message-make-tool-bar): Adjust to new API of
4942 `gmm-image-load-path-for-library'.
4943
4944 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4945
4946 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
4947
4948 2006-03-15 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4949
4950 * gnus-art.el (gnus-article-only-boring-p):
4951 Bind inhibit-point-motion-hooks to avoid infinite loop when entering
4952 intangible text.
4953 Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
4954
4955 2006-03-14 Reiner Steib <Reiner.Steib@gmx.de>
4956
4957 * gmm-utils.el (gmm-image-load-path-for-library): Fix typo. Use
4958 `defun' instead of `gmm-defun-compat'.
4959
4960 2006-03-14 Simon Josefsson <jas@extundo.com>
4961
4962 * message.el (message-unique-id): Don't use message-number-base36
4963 if (user-uid) is a float.
4964 Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
4965
4966 2006-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
4967
4968 * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
4969
4970 * gnus-art.el (gnus-mime-display-single): Make sure there is an
4971 empty line between a part and a message part.
4972
4973 2006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
4974
4975 * smiley.el: Add more test smileys.
4976 (smiley-data-directory, smiley-regexp-alist)
4977 (gnus-smiley-file-types): Fix doc strings.
4978 (smiley-update-cache): Clear smiley-cached-regexp-alist before
4979 adding new elements.
4980 (smiley-mouse-map): Unused code. Make it a comment.
4981
4982 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
4983
4984 * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
4985 scan latest NoCeM messages instead of old ones.
4986 (gnus-nocem-check-article): Fix regexps so as to match to PGP
4987 delimiters that are recently used.
4988 (gnus-nocem-load-cache): Add autoload cookie.
4989
4990 * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
4991
4992 * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
4993 level which is larger than gnus-use-nocem is specified.
4994
4995 * gnus-group.el (gnus-group-get-new-news): Ditto.
4996
4997 2006-03-08 Reiner Steib <Reiner.Steib@gmx.de>
4998
4999 * gnus-util.el (gnus-tool-bar-update): New function.
5000
5001 * gnus-group.el (gnus-group-update-tool-bar): New variable.
5002 (gnus-group-insert-group-line): Add gnus-tool-bar-update.
5003
5004 * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
5005
5006 * gnus-group.el (gnus-group-redraw-when-idle)
5007 (gnus-group-redraw-check): Remove.
5008 (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
5009
5010 2006-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
5011
5012 * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
5013 if optional last element is specified in splits (FIELD VALUE...).
5014
5015 2006-03-07 Reiner Steib <Reiner.Steib@gmx.de>
5016
5017 * message.el (message-make-tool-bar): Rename gmm-image-load-path
5018 to gmm-image-load-path-for-library. Call with no-error argument.
5019 (message-tool-bar-gnome): Rename "mail/attach" to "attach".
5020
5021 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5022
5023 * gnus-group.el (gnus-group-make-tool-bar): Ditto.
5024
5025 * gmm-utils.el (gmm-image-load-path): Remove alias.
5026
5027 2006-03-06 Reiner Steib <Reiner.Steib@gmx.de>
5028
5029 * gmm-utils.el (gmm-image-load-path): Add alias.
5030
5031 * nnml.el (nnml-generate-nov-databases-directory): Rename from
5032 nnml-generate-nov-databases-1.
5033 (nnml-generate-nov-databases): Use it.
5034 (nnml-generate-nov-databases-directory): Document no-active
5035 argument.
5036
5037 * gmm-utils.el (gmm-image-load-path-for-library): Return single
5038 directory if path is t. Add no-error.
5039
5040 * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
5041 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5042
5043 * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
5044 resetting gnus-article-browse-html-temp-list.
5045
5046 * gmm-utils.el (gmm-image-load-path-for-library): Sync with
5047 mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs. Rename `gmm-image-load-path'.
5048 Add example to docstring. Rename local variables. Move error
5049 checks to default case in cond and simplify.
5050
5051 2006-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
5052
5053 * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
5054 handle is multipart when calling it recursively.
5055 (mm-w3m-cid-retrieve): Display warning if retrieving fails.
5056
5057 2006-03-03 Daniel Pittman <daniel@rimspace.net>
5058
5059 * nnimap.el (nnimap-request-update-info-internal): Optimize.
5060 Don't `gnus-uncompress-range' to avoid excessive memory usage.
5061
5062 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5063
5064 * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
5065 is loaded.
5066
5067 * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
5068 loaded.
5069
5070 2006-03-03 Reiner Steib <Reiner.Steib@gmx.de>
5071
5072 * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
5073 to "Emacs 23 (unicode)" in doc string.
5074
5075 * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
5076 "Emacs 23 (unicode)" in comment.
5077
5078 2006-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
5079
5080 * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
5081
5082 * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
5083 characters 160 through 255 in Emacs 23.
5084
5085 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5086
5087 * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
5088 gnus-article-browse-html-temp.
5089 (gnus-article-browse-delete-temp): Make it customizable. Add
5090 `file'. Adjust doc string.
5091 (gnus-article-browse-delete-temp-files): Add argument. Allow
5092 query for each file. Adjust doc string.
5093 (gnus-article-browse-html-parts): Add
5094 `gnus-article-browse-delete-temp-files' to
5095 `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
5096
5097 2006-03-02 Hynek Schlawack <hynek@ularx.de>
5098
5099 * gnus-art.el (gnus-article-browse-html-temp)
5100 (gnus-article-browse-delete-temp): New variables.
5101 (gnus-article-browse-delete-temp-files): New function.
5102 (gnus-article-browse-html-parts): Use it.
5103
5104 2006-03-02 Reiner Steib <Reiner.Steib@gmx.de>
5105
5106 * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
5107
5108 * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
5109 string.
5110
5111 * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
5112 gnus-summary-insert-new-articles when unplugged. Remove
5113 gnus-summary-search-article-forward.
5114
5115 * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
5116 display-visual-class instead of display-color-cells.
5117
5118 2006-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
5119
5120 * mml.el (mml-generate-mime-1): Encode parts other than text/* or
5121 message/* containing non-ASCII text properly.
5122
5123 2006-03-01 Reiner Steib <Reiner.Steib@gmx.de>
5124
5125 * message.el: Require gmm-utils, remove autoloads.
5126 (message-tool-bar): Set default based on
5127 gmm-tool-bar-style.
5128 (message-tool-bar-gnome): Add gmm-customize-mode.
5129
5130 * gnus-sum.el (gnus-summary-tool-bar): Set default based on
5131 gmm-tool-bar-style.
5132 (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
5133
5134 * gnus-group.el (gnus-group-tool-bar): Set default based on
5135 gmm-tool-bar-style.
5136 (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
5137
5138 * gmm-utils.el (gmm-image-directory): Rename variable from
5139 gmm-image-load-path.
5140 (gmm-image-load-path): Use gmm-image-directory.
5141 (gmm-customize-mode): New function.
5142 (gmm-tool-bar-style): New variable.
5143
5144 * gnus-group.el (gnus-group-redraw-when-idle): Rename from
5145 gnus-group-redraw-line-number.
5146 (gnus-group-redraw-check): Simplify.
5147 (gnus-group-tool-bar-update): Remove redraw check.
5148 (gnus-group-make-tool-bar): Add redraw check.
5149
5150 2006-03-01 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
5151
5152 * gnus-art.el (gnus-button): Add missing parentheses.
5153
5154 2006-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
5155
5156 * mm-util.el (mm-with-unibyte-current-buffer): Add note.
5157
5158 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5159
5160 * gnus-art.el (gnus-button): New face.
5161 (gnus-article-button-face): Use it.
5162
5163 * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
5164 gnus-summary-next-page. Re-order.
5165
5166 * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
5167 next-node are now included.
5168 (gnus-group-redraw-line-number): New internal variable.
5169 (gnus-group-redraw-check): Helper function for updating the tool
5170 bar.
5171 (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
5172
5173 * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
5174
5175 * spam.el (spam-spamassassin-score-regexp): New internal variable.
5176 (spam-extra-header-to-number, spam-check-spamassassin-headers):
5177 Use it to match format of Spamassassin 3.0 and later. Reported by
5178 IRIE Tetsuya <irie@t.email.ne.jp>.
5179 (spam-check-bogofilter)
5180 (spam-bogofilter-register-with-bogofilter): Fix args of
5181 `gnus-error' calls.
5182
5183 2006-02-28 Reiner Steib <Reiner.Steib@gmx.de>
5184
5185 * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
5186 unnecessary interaction when sending queued mails. Reported by
5187 TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
5188
5189 2006-02-27 Reiner Steib <Reiner.Steib@gmx.de>
5190
5191 * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
5192 first or last are nil.
5193
5194 2006-02-24 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5195
5196 * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
5197
5198 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5199
5200 * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
5201
5202 2006-02-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
5203
5204 * dns.el (query-dns): Protect more against buggy tcp output.
5205
5206 2006-02-24 Reiner Steib <Reiner.Steib@gmx.de>
5207
5208 * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
5209 nov.php.
5210
5211 2006-02-24 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5212
5213 * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
5214 (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
5215 groups. Kudos to Olly Betts <olly@survex.com> for providing NOV
5216 output on the server side.
5217 (nnweb-google-create-mapping): Update regexps and add some
5218 progress indication.
5219
5220 2006-02-23 Reiner Steib <Reiner.Steib@gmx.de>
5221
5222 * gnus-group.el (gnus-group-tool-bar-gnome): Fix
5223 gnus-agent-toggle-plugged. Re-order icons.
5224 (gnus-group-tool-bar-gnome): Add
5225 gnus-group-{prev,next}-unread-group.
5226 (gnus-group-tool-bar-gnome): Re-order icons.
5227
5228 * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
5229 gnus-summary-insert-new-articles.
5230
5231 * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
5232 comments.
5233
5234 * utf7.el (utf7-utf-16-coding-system): Fix comment. utf-16-be is
5235 also available in Emacs 21.3.
5236
5237 * message.el (message-fix-before-sending): Change "Emacs 22" to
5238 "Emacs 23 (unicode)" in comment.
5239
5240 * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
5241 "Emacs 23 (unicode)" in comment.
5242
5243 * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
5244 comment.
5245 (mm-coding-system-p): Add comment about no-MULE XEmacs.
5246
5247 * mm-view.el (mm-fill-flowed): Add :version.
5248
5249 2006-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
5250
5251 * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
5252 and load-path.
5253
5254 2006-02-22 Reiner Steib <Reiner.Steib@gmx.de>
5255
5256 * message.el: Autoload gmm-image-load-path.
5257 (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
5258 icon file names. Use old Emacs 21 "mail_send.xpm" icon for
5259 consitency.
5260
5261 * gmm-utils.el (gmm-image-load-path): Also search in
5262 "../etc/images". Don't set gmm-image-load-path if we don't find
5263 the image.
5264
5265 2006-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
5266
5267 * gmm-utils.el (gmm-image-load-path): Don't make
5268 `gmm-image-load-path' include subdirectories which the second arg
5269 `image' might specify.
5270
5271 * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
5272 subdirectory to icon file names.
5273
5274 * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
5275
5276 2006-02-21 Reiner Steib <Reiner.Steib@gmx.de>
5277
5278 * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
5279 gmm-image-load-path calls.
5280
5281 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5282
5283 * message.el (message-make-tool-bar): Ditto.
5284
5285 * mml.el (mml-preview): Added comment concerning tool bar icons.
5286
5287 * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
5288 (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
5289
5290 * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
5291 (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
5292
5293 * message.el (message-tool-bar-gnome): Use new icon names.
5294 (message-make-tool-bar): Use `gmm-image-load-path'.
5295
5296 * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
5297 functions from MH-E.
5298 (gmm-image-load-path): New variable from MH-E.
5299 (gmm-image-load-path): New function from MH-E. Added arguments
5300 LIBRARY, IMAGE and PATH. Don't modify paths. Don't use
5301 *-image-load-path-called-flag.
5302
5303 2006-02-21 Milan Zamazal <pdm@brailcom.org>
5304
5305 * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
5306
5307 2006-02-21 Wolfram Fenske <wolfram.fenske@student.uni-magdeburg.de> (tiny change)
5308
5309 * nnimap.el (nnimap-request-move-article): Change folder back to
5310 source group before deleting.
5311
5312 2006-02-20 Reiner Steib <Reiner.Steib@gmx.de>
5313
5314 * mm-util.el (mm-charset-override-alist): Fix type in doc string.
5315
5316 * gnus-art.el (mm-url-insert-file-contents-external): Autoload
5317 mm-url.
5318
5319 * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
5320
5321 2006-02-20 Katsumi Yamaoka <yamaoka@jpl.org>
5322
5323 * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
5324 coding system which mm-charset-to-coding-system returns for a
5325 given charset is valid.
5326
5327 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5328
5329 * html2text.el (html2text-remove-tag-list):
5330 * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
5331
5332 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5333
5334 * gnus-cus.el: Revert 2005-10-17 change.
5335
5336 2006-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
5337
5338 * gnus-art.el (article-strip-banner): Call
5339 article-really-strip-banner only when the regexp match is made.
5340
5341 2006-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
5342
5343 * gnus-art.el (article-strip-banner): Use
5344 gnus-extract-address-components instead of
5345 mail-header-parse-addresses to make it work with non-ASCII text;
5346 remove mail-encode-encoded-word-string.
5347
5348 * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
5349 values which are surrounded with \"...\"; make it never cause a
5350 Lisp error; give up parsing of parameters if it failed in
5351 extracting type.
5352
5353 2006-02-14 Arne Jørgensen <arne@arnested.dk>
5354
5355 * smime.el (smime-cert-by-ldap-1): Fix bug where
5356 `smime-ldap-search' returns results without userCertificates.
5357
5358 2006-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
5359
5360 * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
5361
5362 2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
5363
5364 * spam.el (spam-check-spamassassin-headers): Adapt format for
5365 Spamassassin 3.0 or later. Reported by ARISAWA Akihiro
5366 <ari@mbf.ocn.ne.jp>.
5367 (spam-list-of-processors): Add spam-use-gmane.
5368
5369 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5370
5371 * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
5372 make-temp-file; make it work with XEmacs as well.
5373
5374 * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
5375 mm-make-temp-file.
5376
5377 * mm-decode.el (mm-display-external): Use the 3rd arg of
5378 mm-make-temp-file.
5379 (mm-create-image-xemacs): Ditto.
5380
5381 2006-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
5382
5383 * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
5384 with message-narrow-to-headers.
5385 (gnus-draft-setup): Narrow to header to run message-fetch-field.
5386 (gnus-draft-check-draft-articles): New function.
5387 (gnus-draft-edit-message, gnus-draft-send-message): Use it.
5388
5389 2006-02-13 Reiner Steib <Reiner.Steib@gmx.de>
5390
5391 * gnus-art.el (gnus-article-browse-html-parts):
5392 `hs-show-html-list' should read `gnus-article-browse-html-parts'.
5393 Don't use suffix argument for mm-make-temp-file for Emacs 21
5394 compatibility. Remove useless `format'.
5395
5396 2006-02-13 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5397
5398 * nnweb.el (nnweb-google-wash-article): Update regexps.
5399 (nnweb-group-alist): Use defvoo instead of defvar.
5400
5401 2006-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
5402
5403 * nnoo.el (nnoo-declare): Don't generate duplicate entries when
5404 re-loading nn* modules.
5405
5406 2006-02-10 Reiner Steib <Reiner.Steib@gmx.de>
5407
5408 * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
5409 for `tool-bar-mode' and don't check it's default-value.
5410
5411 * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
5412
5413 * message.el (message-make-tool-bar): Ditto.
5414
5415 * gnus-art.el (gnus-article-browse-html-parts): Remove useless
5416 `substring'. Shorten tmp-file name.
5417
5418 * gnus.el: Remove bogus comment.
5419
5420 2006-02-10 Hynek Schlawack <hynek@ularx.de>
5421
5422 * gnus-art.el (gnus-article-browse-html-parts): New function.
5423 (gnus-article-browse-html-article): New function for viewing html
5424 articles with a browser.
5425
5426 2006-02-09 Daiki Ueno <ueno@unixuser.org>
5427
5428 * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
5429 (mml2015-pgg-encrypt): Ditto.
5430
5431 * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
5432 (mml1991-pgg-encrypt): Ditto.
5433
5434 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5435
5436 * nnfolder.el (nnfolder-insert-newsgroup-line): Use
5437 message-make-date instead of current-time-string.
5438
5439 * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
5440 to gnus-decoded which mm-uu might set.
5441
5442 2006-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
5443
5444 * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
5445 don't decode quoted parameters; remove misimported Emacs code.
5446 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5447 (rfc2231-decode-encoded-string): Don't use split-string which
5448 behaves differently according to Emacs version; use
5449 mm-decode-coding-region to convert charset to coding-system.
5450 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5451 (rfc2231-encode-string): Remove misimported Emacs code.
5452
5453 2006-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
5454
5455 * gnus-art.el (article-decode-charset): Don't use ignore-errors
5456 when calling mail-header-parse-content-type.
5457 (article-de-quoted-unreadable): Ditto.
5458 (article-de-base64-unreadable): Ditto.
5459 (article-wash-html): Ditto.
5460
5461 * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
5462 calling mail-header-parse-content-type and
5463 mail-header-parse-content-disposition.
5464 (mm-find-raw-part-by-type): Don't use ignore-errors when calling
5465 mail-header-parse-content-type.
5466
5467 * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
5468 insert charset and format parameters; encode description after
5469 inserting it to buffer.
5470 (mml-insert-parameter): Fold lines properly even if a parameter is
5471 segmented into two or more lines; change the max column to 76.
5472
5473 * rfc1843.el (rfc1843-decode-article-body): Don't use
5474 ignore-errors when calling mail-header-parse-content-type.
5475
5476 * rfc2231.el (rfc2231-parse-string): Return at least type if
5477 possible; don't cause an error even if it fails in parsing of
5478 parameters. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5479 (rfc2231-encode-string): Don't break lines at the beginning, leave
5480 it to mml-insert-parameter.
5481
5482 * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
5483 calling mail-header-parse-content-type.
5484
5485 2006-02-06 Reiner Steib <Reiner.Steib@gmx.de>
5486
5487 * spam-report.el (spam-report-gmane-use-article-number):
5488 Improve doc string.
5489 (spam-report-gmane-internal): Check if a suitable header was found
5490 in the article.
5491
5492 2006-02-04 Katsumi Yamaoka <yamaoka@jpl.org>
5493
5494 * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
5495 (rfc2231-encode-string): Make param*=value always begin with LWSP.
5496
5497 2006-02-05 Romain Francoise <romain@orebokech.com>
5498
5499 Update copyright notices of all files in the gnus directory.
5500
5501 2006-02-03 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5502
5503 * nnweb.el (nnweb-request-group): Avoid growing overview files.
5504
5505 2006-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
5506
5507 * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
5508 segmented lines of parameter value to cope with Thunderbird 1.5
5509 bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
5510 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
5511 (rfc2231-encode-string): Don't make lines exceeding 76 column.
5512
5513 2006-02-01 Max Froumentin <max@lapin-bleu.net> (tiny change)
5514
5515 * mml.el (mml-generate-mime-1): Correct the order of inline signed
5516 parts.
5517
5518 2006-01-31 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5519
5520 * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
5521 there's only one active file for all servers.
5522 (nnweb-request-scan): Make sure nnweb-articles is initialized on
5523 solid groups. Gnus might have used a FAST request to select the group.
5524 (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
5525 and nnweb-search redundantly in the active file.
5526 (nnweb-request-list): Don't list bogus groups. There can only be one.
5527 (nnweb-request-create-group): Don't use ARGS.
5528 (nnweb-possibly-change-server, nnweb-request-group): Remove some
5529 initialisations. Let nnoo do the work.
5530
5531 2006-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
5532
5533 * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
5534 Say the part has been decoded.
5535
5536 * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
5537
5538 2006-01-31 Kevin Ryde <user42@zip.com.au>
5539
5540 * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
5541 mailcap-viewer-test-cache when there's no 'test clause, since that
5542 will invert the meaning of a "nil" test previously determined by
5543 mailcap-mailcap-entry-passes-test.
5544
5545 2006-01-30 Katsumi Yamaoka <yamaoka@jpl.org>
5546
5547 * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
5548 compiling.
5549
5550 * gnus-sum.el: Ditto.
5551
5552 * message.el: Don't bind tool-bar-map when compiling.
5553
5554 2006-01-30 Reiner Steib <Reiner.Steib@gmx.de>
5555
5556 * nnweb.el (nnweb-google-parse-1): Clarify some comments.
5557
5558 2006-01-30 Andreas Seltenreich <uwi7@stud.uni-karlsruhe.de>
5559
5560 * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
5561 (nnweb-google-create-mapping, nnweb-google-search): Adapt to
5562 current Google Groups.
5563
5564 2006-01-26 Reiner Steib <Reiner.Steib@gmx.de>
5565
5566 * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
5567 and tool-bar-mode.
5568
5569 * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
5570 and tool-bar-mode.
5571
5572 * message.el (message-tool-bar-update): Simplify.
5573 (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
5574
5575 * gnus-sum.el (gnus-summary-tool-bar-update): Check for
5576 gnus-summary-buffer.
5577 (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
5578 gnus-summary-reply.
5579
5580 * gmm-utils.el (gmm): Add :version.
5581
5582 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5583
5584 * Makefile.in (clean): New rule.
5585 (distclean): Use it.
5586
5587 2006-01-26 Steve Youngs <steve@sxemacs.org>
5588
5589 * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
5590 autoload.
5591
5592 2006-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
5593
5594 * gmm-utils.el (gmm-verbose): Add :group.
5595
5596 2006-01-25 Reiner Steib <Reiner.Steib@gmx.de>
5597
5598 * message.el: Change some comments WRT tool-bars.
5599
5600 * gnus-sum.el (gnus-summary-tool-bar)
5601 (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
5602 (gnus-summary-tool-bar-zap-list): New variables.
5603 (gnus-summary-make-tool-bar): Complete rewrite using
5604 `gmm-tool-bar-from-list'.
5605
5606 * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
5607 (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
5608 variables.
5609 (gnus-group-make-tool-bar): Complete rewrite using
5610 `gmm-tool-bar-from-list'.
5611 (gnus-group-tool-bar-update): New function.
5612
5613 * message.el (message-mode-field-menu): Add "Show hidden Headers".
5614
5615 2006-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
5616
5617 * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
5618 is dissected into a single part of which the type is the same as
5619 the given one; decode charset.
5620
5621 2006-01-21 Kevin Ryde <user42@zip.com.au>
5622
5623 * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
5624 into alists as symbol not string, since that's what
5625 mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
5626 look for.
5627
5628 2006-01-24 Reiner Steib <Reiner.Steib@gmx.de>
5629
5630 * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
5631 (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
5632
5633 * message.el (message-tool-bar-gnome): Use gmm-ignore.
5634
5635 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5636
5637 * gnus-art.el (gnus-mime-security-button-commands): New variable.
5638 (gnus-mime-security-button-menu): New definition.
5639 (gnus-mime-security-button-map): Use them.
5640 (gnus-mime-security-button-menu): New function.
5641 (gnus-insert-mime-security-button): Addition to help echo.
5642 (gnus-mime-security-run-function, gnus-mime-security-save-part)
5643 (gnus-mime-security-pipe-part): New functions.
5644
5645 * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
5646 (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
5647
5648 * mm-decode.el (mm-handle-set-disposition): Remove.
5649 (mm-handle-set-description): Remove.
5650
5651 2006-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
5652
5653 * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
5654 (mm-w3m-standalone-supports-m17n-p): New function.
5655 (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
5656 w3m usage.
5657
5658 * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
5659 mm-w3m-standalone-supports-m17n-p to alter w3m usage.
5660
5661 2006-01-23 Reiner Steib <Reiner.Steib@gmx.de>
5662
5663 * message.el (message-tool-bar-zap-list): Use
5664 gmm-tool-bar-zap-list as custom type.
5665 (message-tool-bar-update): New function.
5666 (message-tool-bar, message-tool-bar-gnome)
5667 (message-tool-bar-retro): Add message-tool-bar-update.
5668 (message-tool-bar-gnome): Add flyspell-buffer.
5669
5670 * gnus-util.el (gnus-error): Describe `args'.
5671
5672 * gmm-utils.el (gmm-error): Describe `args'.
5673 (gmm-tool-bar-zap-list): New widget.
5674 (gmm-tool-bar-from-list): Improve description of `zap-list'.
5675
5676 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5677
5678 * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
5679 (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
5680 the number of recursive calls.
5681
5682 * mm-decode.el (mm-handle-set-disposition): New macro.
5683 (mm-handle-set-description): New macro.
5684
5685 2006-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
5686
5687 * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
5688 encoding.
5689
5690 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5691
5692 * message.el (message-tool-bar-zap-list, message-tool-bar)
5693 (message-tool-bar-gnome, message-tool-bar-retro): New variables.
5694 (message-tool-bar-local-item-from-menu): Remove.
5695 (message-tool-bar-map): Replace by `message-make-tool-bar'.
5696 (message-make-tool-bar): New function.
5697 (message-mode): Use `message-make-tool-bar'.
5698
5699 * gmm-utils.el: New file.
5700 (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
5701 (gmm-lazy): New widget copied from `nnmail.el'.
5702 (gmm-tool-bar-from-list): New function for creating customizable
5703 tool bars.
5704 (gmm-tool-bar-from-list): Fix typos in doc string. Remove debug
5705 output.
5706 (gmm): Add :prefix to defgroup.
5707
5708 2006-01-20 Per Abrahamsen <abraham@dina.kvl.dk>
5709
5710 * gmm-utils.el (gmm-widget-p): New function.
5711
5712 2006-01-20 Reiner Steib <Reiner.Steib@gmx.de>
5713
5714 * mml.el (mml-attach-file): Describe `description' in doc string.
5715 (mml-menu): Add Emacs MIME manual and PGG manual.
5716
5717 2006-01-20 Richard M. Stallman <rms@gnu.org>
5718
5719 * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
5720
5721 2006-01-20 Kevin Greiner <kevin.greiner@compsol.cc>
5722
5723 * nntp.el (nntp-end-of-line): Doc fix.
5724
5725 2006-01-20 Chong Yidong <cyd@stupidchicken.com>
5726
5727 * imap.el (imap-open): Handle case where buffer is a buffer
5728 object.
5729
5730 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
5731
5732 * gnus-delay.el (gnus-delay): Don't autoload.
5733 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
5734 to be re-loaded when customizing the `gnus-delay' group.
5735
5736 2005-01-20 Chong Yidong <cyd@stupidchicken.com>
5737
5738 * message.el (message-insert-citation-line): Use newlines.
5739
5740 2006-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
5741
5742 * mm-bodies.el (mm-decode-body): Don't decode decoded body.
5743
5744 * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
5745
5746 2006-01-19 Mark D. Baushke <mdb@gnu.org>
5747
5748 * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
5749
5750 2006-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
5751
5752 * mm-decode.el (mm-inlined-types): Add application/pgp.
5753 (mm-automatic-display): Ditto.
5754
5755 * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
5756 part as text.
5757
5758 2006-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
5759
5760 * nnrss.el: Update copyright.
5761 (nnrss-opml-import): Query whether to subscribe to each entry.
5762
5763 * gnus-art.el:
5764 * gnus-sum.el:
5765 * mm-uu.el:
5766 * mm-view.el: Update copyright.
5767
5768 2006-01-16 Reiner Steib <Reiner.Steib@gmx.de>
5769
5770 * message.el (message-info): New function.
5771 (message-mode-menu): Add it.
5772 Update copyright.
5773
5774 * ChangeLog: Fix and update copyright.
5775
5776 2006-01-13 Romain Francoise <romain@orebokech.com>
5777
5778 * message.el (message-forward-subject-name-subject): Prefer the
5779 address to 'nowhere' if the sender has no name.
5780 Fix typo. Update copyright year.
5781
5782 2006-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
5783
5784 * gnus-art.el (article-wash-html): Use
5785 gnus-summary-show-article-charset-alist if a numeric arg is given.
5786 (gnus-article-wash-html-with-w3m-standalone): New function.
5787
5788 * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
5789 mm-inline-text-html-render-with-w3m-standalone.
5790 (mm-text-html-washer-alist): Map w3m-standalone to
5791 gnus-article-wash-html-with-w3m-standalone.
5792 (mm-inline-text-html-render-with-w3m-standalone): New function.
5793
5794 2006-01-12 Reiner Steib <Reiner.Steib@gmx.de>
5795
5796 * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
5797 Improve LaTeX.
5798
5799 2006-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
5800
5801 * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
5802 (nnrss-request-article): Render text/plain parts as HTML.
5803
5804 * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
5805 the buffer.
5806
5807 2006-01-08 Reiner Steib <Reiner.Steib@gmx.de>
5808
5809 * gnus-cus.el (gnus-group-parameters): Sync posting-style with
5810 custom definition of `gnus-posting-styles'.
5811
5812 * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
5813 print-circle. Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
5814
5815 2006-01-05 Reiner Steib <Reiner.Steib@gmx.de>
5816
5817 * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
5818 Use nntp for bug archive.
5819
5820 2006-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
5821
5822 * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
5823 parts.
5824 (nnrss-normalize-date): New function converts ISO 8601 date into
5825 RFC822 style. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5826 (nnrss-check-group): Use it.
5827
5828 2006-01-01 Katsumi Yamaoka <yamaoka@jpl.org>
5829
5830 * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
5831
5832 * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
5833 fetch a feed. Suggested by Mark Plaksin <happy@mcplaksin.org>.
5834 (nnrss-insert-w3): Ditto.
5835
5836 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
5837
5838 * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
5839 the articles to be forwarded including the case where neither a
5840 number of articles nor a region is specified.
5841
5842 2005-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
5843
5844 * nnrss.el (nnrss-request-article): Fix last change; fill
5845 text/plain parts.
5846
5847 2005-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
5848
5849 * nnrss.el (nnrss-request-article): Replace <br />s with newlines
5850 in text/plain part.
5851 (nnrss-check-group): Don't add excessive newline to dc:subject.
5852
5853 2005-12-19 Mark Plaksin <happy@mcplaksin.org> (tiny change)
5854
5855 * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
5856 article.
5857
5858 2005-12-18 Reiner Steib <Reiner.Steib@gmx.de>
5859
5860 * nnml.el: Don't require gnus-bcklg. Autoload it.
5861 (nnml-use-compressed-files, nnml-save-mail): Support other
5862 comression programs such as bzip2.
5863
5864 2005-12-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
5865
5866 * dns.el (query-dns): Make sure we check the buffer size before
5867 removing tcp headers.
5868
5869 2005-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
5870
5871 * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
5872 remove MIME buttons associated with multipart/alternative parts.
5873 (gnus-mime-display-alternative): Tag buttons using `article-type'
5874 text property.
5875
5876 * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
5877 associated with multipart/alternative parts.
5878
5879 * gnus-art.el (gnus-signature-separator): Fix custom type.
5880
5881 * mm-decode.el (mm-inlined-types): Fix custom type.
5882 (mm-keep-viewer-alive-types): Ditto.
5883 (mm-automatic-display): Ditto.
5884 (mm-attachment-override-types): Ditto.
5885 (mm-inline-override-types): Ditto.
5886 (mm-automatic-external-display): Ditto.
5887
5888 2005-12-15 Reiner Steib <Reiner.Steib@gmx.de>
5889
5890 * spam-report.el (spam-report-user-mail-address)
5891 (spam-report-user-agent): New variables.
5892 (spam-report-url-ping-plain): Use spam-report-user-agent.
5893
5894 2005-12-14 Ralf Angeli <angeli@iwi.uni-sb.de>
5895
5896 * gnus-art.el (gnus-button-handle-custom): Do not just use
5897 `customize-apropos' for any "M-x customize-*" button but the
5898 function called for. Accept both the function name and its
5899 argument in order to achieve this.
5900 (gnus-button-alist): Remove support for "custom:" URL's. Pass
5901 function name to `gnus-button-handle-custom' in case of "M-x
5902 customize-*" buttons.
5903
5904 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
5905
5906 * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
5907 multipart/alternative and add xref to mm-discouraged-alternatives
5908 in doc string.
5909
5910 * mm-decode.el (mm-discouraged-alternatives): Add xref to
5911 gnus-buttonized-mime-types in doc string.
5912
5913 2005-12-08 Reiner Steib <Reiner.Steib@gmx.de>
5914
5915 * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
5916 Suggest image/.* in the doc string.
5917
5918 2005-12-12 Reiner Steib <Reiner.Steib@gmx.de>
5919
5920 * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
5921 message-marks (Debian bug #342521).
5922
5923 2005-12-12 Simon Josefsson <jas@extundo.com>
5924
5925 * password.el (password-read-from-cache): Add.
5926 (password-read): Use it.
5927
5928 2005-12-12 Katsumi Yamaoka <yamaoka@jpl.org>
5929
5930 * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
5931 us-ascii as a MIME charset.
5932
5933 * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
5934 against the case where the 2nd arg TYPE is nil.
5935
5936 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
5937
5938 * pop3.el (pop3-stream-type): Fix custom version.
5939
5940 * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
5941
5942 2005-12-09 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5943
5944 * mm-decode.el (mm-display-external): Add missing cdr.
5945
5946 2005-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
5947
5948 * mm-decode.el (mm-display-external): Use nametemplate (defined in
5949 RFC1524) if it is in mailcap or add a suffix according to
5950 mailcap-mime-extensions when generating a temp filename; postpone
5951 deleting a temp file for 2 seconds for some wrappers, shell
5952 scripts, and so on, which might exit right after having started a
5953 viewer command as a background job.
5954
5955 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
5956
5957 * nntp.el (nntp-marks-directory): Fix custom group.
5958
5959 * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
5960 steps when < 10.
5961
5962 * gnus-start.el (gnus-no-server-1): Mention
5963 `gnus-level-default-subscribed' in doc string.
5964
5965 2005-12-02 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
5966
5967 * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
5968 parens.
5969
5970 2005-11-26 Dave Love <fx@gnu.org>
5971
5972 * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
5973 (tls-program, tls-success): Provide openssl alternative.
5974
5975 * starttls.el: Doc fixes.
5976 (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
5977 SERVICE to PORT.
5978
5979 * pop3.el (pop3-open-server) <ssl>: Clarify a loop. Deal with
5980 port null or service name.
5981 (starttls-negotiate): Autoload.
5982
5983 2005-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
5984
5985 * message.el (message-kill-to-signature): Fix interactive spec.
5986
5987 2005-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
5988
5989 * pop3.el (pop3-open-server): Recognize a string as a service name.
5990
5991 2005-11-24 Pascal Rigaux <pixel@mandriva.com> (tiny change)
5992
5993 * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
5994
5995 2005-11-23 Dave Love <fx@gnu.org>
5996
5997 Add pop3s, pop3/starttls.
5998
5999 * pop3.el (pop3-authentication-scheme): Clarify doc.
6000 (open-tls-stream, starttls-open-stream): Autoload.
6001 (pop3-stream-type): New.
6002 (pop3-open-server): Use it.
6003
6004 * mail-source.el (mail-sources): Fix some :types. Add stream type
6005 for POP.
6006 (mail-source-keyword-map): Add :stream for POP.
6007 (mail-source-fetch-pop): Use pop3-stream-type.
6008
6009 2005-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
6010
6011 * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
6012 of current-time-string.
6013
6014 2005-11-20 Stefan Schimanski <schimmi@debian.org> (tiny change)
6015
6016 * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
6017 date header.
6018
6019 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6020
6021 * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
6022 it can seriously impact performance as it bypasses the agent's
6023 local caches.
6024
6025 2005-11-19 Kevin Greiner <kevin.greiner@compsol.cc>
6026
6027 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
6028 must be explicitly online rather than "not explicitly offline" for
6029 its flags to be synchronized.
6030
6031 * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
6032 that gnus-uu-unmark-thread will function correctly.
6033
6034 * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
6035 1024K is instead displayed as 1M.
6036
6037 2005-11-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
6038
6039 * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
6040
6041 2005-11-16 Boris Samorodov <bsam@ipt.ru> (tiny change)
6042
6043 * imap.el (imap-kerberos4-open): Ignore SSL stuff.
6044
6045 2005-11-13 Kevin Greiner <kevin.greiner@compsol.cc>
6046
6047 * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
6048 error message to display actual error condition.
6049 (gnus-agent-save-local): Avoid saving symbols that are bound to
6050 nil as they simply result in a warning message in
6051 gnus-agent-read-local.
6052
6053 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6054
6055 * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
6056 rather than make-variable-buffer-local for file-precious-flag.
6057
6058 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6059
6060 * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
6061 for duplicates which are removed. The invalid sort check then
6062 triggers a rescan after the sort as sorting may have moved
6063 duplicate entries such that they can be cheaply detected.
6064
6065 2005-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
6066
6067 * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
6068
6069 2005-11-12 Kevin Greiner <kevin.greiner@compsol.cc>
6070
6071 * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
6072 internal variable to a custom variable. Changed default value
6073 from compressed(2) to uncompressed(1).
6074 (gnus-agent-read-agentview): Reversed revision 7.8 to restore
6075 support for uncompressed agentview files. Taken together, reading
6076 the agentview file should now be 6-7 times faster.
6077
6078 2005-11-11 Jan Nieuwenhuizen <janneke@gnu.org>
6079
6080 * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
6081 as a buffer-local variable. This avoids creating truncated
6082 dribble files as a result of a hang up, eg.
6083
6084 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
6085
6086 * gnus-start.el (gnus-start-draft-setup): Enforce
6087 `gnus-draft-mode' for nndraft:drafts at startup.
6088
6089 * gnus.el (gnus-splash): Change custom group.
6090 (gnus-group-get-parameter, gnus-group-parameter-value): Describe
6091 allow-list argument.
6092
6093 * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
6094 string.
6095
6096 2005-12-06 Reiner Steib <Reiner.Steib@gmx.de>
6097
6098 * gnus-art.el (gnus-default-article-saver): Add user-defined
6099 `function' to custom type.
6100
6101 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6102
6103 * imap.el (imap-open): Handle case where buffer is a buffer
6104 object.
6105
6106 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
6107
6108 * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
6109 long lines.
6110 (gnus-cache-delete-group): Wrap doc strings.
6111
6112 * gnus-agent.el (gnus-agent-rename-group)
6113 (gnus-agent-delete-group): Wrap doc strings.
6114
6115 2005-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
6116
6117 * gnus-start.el (gnus-1): Add "native" to
6118 gnus-predefined-server-alist.
6119
6120 * gnus.el (gnus-method-to-server): Don't add "native" to the
6121 lists here, because that leads to problems when
6122 gnus-select-method is bound.
6123
6124 2005-11-09 Simon Josefsson <jas@extundo.com>
6125
6126 * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
6127 use (not sort-by-date) instead.
6128
6129 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
6130
6131 * gnus-delay.el (gnus-delay-group): Don't autoload.
6132 It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
6133 to be re-loaded when customizing the `gnus-delay' group.
6134
6135 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
6136
6137 * message.el: Revert last changes.
6138 (message-insert-citation-line): Use newlines.
6139
6140 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6141
6142 * message.el (message-courtesy-message)
6143 (message-mark-insert-begin, message-mark-insert-end)
6144 (message-elide-ellipsis, message-cancel-message)
6145 (message-add-header, message-change-subject)
6146 (message-cross-post-followup-to-header)
6147 (message-cross-post-insert-note, message-reduce-to-to-cc)
6148 (message-widen-reply, message-delete-not-region)
6149 (message-kill-to-signature, message-insert-signature)
6150 (message-insert-importance-high, message-insert-importance-low)
6151 (message-insert-or-toggle-importance)
6152 (message-insert-disposition-notification-to)
6153 (message-indent-citation, message-yank-original)
6154 (message-cite-original-without-signature, message-cite-original)
6155 (message-insert-citation-line, message-position-on-field)
6156 (message-fix-before-sending, message-send-mail-partially)
6157 (message-send-mail, message-send-mail-with-sendmail)
6158 (message-send-mail-with-qmail, message-send-news)
6159 (message-check-news-header-syntax, message-generate-headers)
6160 (message-insert-courtesy-copy, message-fill-address)
6161 (message-fill-header, message-shorten-references)
6162 (message-setup-1, message-cancel-news)
6163 (message-forward-make-body-plain, message-forward-make-body-mime)
6164 (message-forward-make-body-mml, message-encode-message-body)
6165 (message-forward-make-body-digest-plain)
6166 (message-forward-make-body-digest-mime)
6167 (message-use-alternative-email-as-from): Insert `hard-newline'
6168 instead of ordinary newlines.
6169
6170 2005-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
6171
6172 * message.el (message-generate-headers): Downcase the argument
6173 given to message-check-element.
6174
6175 2005-11-08 Kevin Greiner <kevin.greiner@compsol.cc>
6176
6177 * nntp.el (nntp-authinfo-rejected): New error condition.
6178 (nntp-wait-for): Use new error condition to signal authentication
6179 error.
6180 (nntp-retrieve-data): Rethrow new error condition to break out of
6181 recursive call to nntp-send-authinfo.
6182
6183 2005-11-08 Romain Francoise <romain@orebokech.com>
6184
6185 * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
6186 (gnus-summary-exit-map): Bind to `Z p'.
6187 (gnus-summary-make-menu-bar): Add menu item.
6188
6189 2005-11-02 Reiner Steib <Reiner.Steib@gmx.de>
6190
6191 * gnus-art.el (gnus-article-treat-custom): Add `first'.
6192 (gnus-treat-*): Add `first' in all doc strings.
6193
6194 * gnus-group.el (gnus-group-compact-group): Fix typo.
6195
6196 2005-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
6197
6198 * gnus.el (gnus-parameters-case-fold-search): New variable.
6199 (gnus-parameters-get-parameter): Use it.
6200
6201 * gnus-score.el (gnus-home-score-file): Doc fix.
6202
6203 2005-11-01 Xavier Maillard <zedek@gnu-rox.org> (tiny change)
6204
6205 * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
6206
6207 2005-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
6208
6209 * mm-util.el (mm-special-display-p): New function.
6210
6211 * mml.el (mml-preview): Use it; doc fix.
6212
6213 2005-10-29 Romain Francoise <romain@orebokech.com>
6214
6215 * message.el (message-fix-before-sending): Fix comment.
6216
6217 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6218
6219 * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
6220
6221 2005-10-29 Jari Aalto <jari.aalto@cante.net>
6222
6223 * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
6224 Used in gnus-score.el.
6225
6226 2005-10-28 Reiner Steib <Reiner.Steib@gmx.de>
6227
6228 * mm-util.el (mm-codepage-setup): Remove bogus alias test.
6229
6230 2005-10-27 Reiner Steib <Reiner.Steib@gmx.de>
6231
6232 * flow-fill.el (fill-flowed-encode-tests): Restore trailing
6233 whitespace removed in revision 7.8. Use concatenated string to
6234 protect trailing whitespace.
6235
6236 2005-10-27 Jouni K. Seppänen <jks@iki.fi>
6237
6238 * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
6239 (nnimap-request-expire-articles): Use it to avoid sending 'UID
6240 SEARCH UID ... NOT SINCE' queries, for inefficient servers like
6241 Courier IMAP ("some version from 2004"). Mostly based on similar
6242 code in the same function.
6243
6244 2005-10-26 Didier Verna <didier@xemacs.org>
6245
6246 * gnus-group.el (gnus-group-compact-group): Invalidate original
6247 article buffer.
6248 * gnus-srvr.el (gnus-server-compact-server): Ditto.
6249 * nnml.el (nnml-request-compact-group): Handle self Xref: field in
6250 NOV database and in article itself.
6251 Invalidate article backlog.
6252
6253 2005-10-26 Reiner Steib <Reiner.Steib@gmx.de>
6254
6255 * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
6256
6257 2005-10-26 Simon Josefsson <jas@extundo.com>
6258
6259 * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
6260 part of 2004-07-25 change.
6261
6262 2005-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
6263
6264 * message.el (message-display-completion-list): New function.
6265 (message-expand-group): Use it; make sure the Completions buffer
6266 is modifiable.
6267
6268 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
6269
6270 * imap.el (imap-open): Handle case where buffer is a buffer object.
6271
6272 2005-10-24 Eli Zaretskii <eliz@gnu.org>
6273
6274 * pgg-def.el:
6275 * pgg-gpg.el:
6276 * pgg-parse.el:
6277 * pgg-pgp.el:
6278 * pgg-pgp5.el:
6279 * pgg.el: Move to the parent lisp directory.
6280
6281 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
6282
6283 * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
6284 user-mail-name is an empty string.
6285
6286 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
6287
6288 * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
6289 depending on gnus-score-decay-constant.
6290
6291 * encrypt.el (encrypt-insert-file-contents)
6292 (encrypt-write-file-contents): Don't use `gnus-message'.
6293
6294 * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
6295 arguments.
6296 (mm-uu-type-alist): Add message-marks and insert-marks. Pass
6297 arguments to mm-uu-verbatim-marks-extract.
6298 (mm-uu-hide-markers): New variable.
6299 (mm-uu-extract): Use face similar to `gnus-cite-3'.
6300
6301 * gnus-fun.el (gnus-convert-image-to-x-face-command)
6302 (gnus-convert-image-to-face-command): Use "convert" by default to
6303 allow other input image formats.
6304 (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
6305 accordingly.
6306
6307 2005-10-23 Simon Josefsson <jas@extundo.com>
6308
6309 * imap.el (imap-gssapi-program): Align command line parameters
6310 with latest GNU SASL.
6311 (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
6312
6313 2005-10-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
6314
6315 * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
6316 HTML.
6317 (nnslashdot-request-article): Ditto.
6318
6319 2005-10-20 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
6320
6321 * mail-source.el (mail-source-fetch-pop): Require pop3.
6322 (mail-source-check-pop): Ditto.
6323
6324 2005-10-20 Katsumi Yamaoka <yamaoka@jpl.org>
6325
6326 * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
6327 errors.
6328
6329 2005-10-19 Reiner Steib <Reiner.Steib@gmx.de>
6330
6331 * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
6332 (gnus-treat-strip-leading-blank-lines): Improve doc string.
6333
6334 * message.el (message-tool-bar-local-item-from-menu): Fix comment.
6335
6336 * mm-bodies.el (mm-decode-string): Call
6337 `mm-charset-to-coding-system' with allow-override argument.
6338
6339 2005-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
6340
6341 * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
6342 (rfc2047-charset-to-coding-system): New function.
6343 (rfc2047-decode-encoded-words): New function.
6344 (rfc2047-decode-region): Use them.
6345 (rfc2047-decode-cte): Remove.
6346 (rfc2047-parse-and-decode): Remove.
6347 (rfc2047-decode): Remove.
6348
6349 2005-10-15 Kenichi Handa <handa@m17n.org>
6350
6351 * rfc2047.el (rfc2047-decode-cte): New function.
6352 (rfc2047-decode-region): Change the way to decode successive
6353 encoded-words: decode B- or Q-encoding in each encoded-word,
6354 concatenate them, and decode it as charset.
6355
6356 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
6357
6358 * gnus-cus.el (gnus-custom-map): New variable. Bind mouse-1 to
6359 widget-move-and-invoke.
6360 (gnus-custom-mode): Use gnus-custom-map.
6361
6362 2005-10-15 Bill Wohler <wohler@newt.com>
6363
6364 * message.el (message-tool-bar-map): Renamed image file from
6365 mail_send to mail/send.
6366
6367 2005-10-16 Masatake YAMATO <jet@gyve.org>
6368
6369 * message.el (message-expand-group): Pass the common
6370 prefix substring of completion to `display-completion-list'.
6371
6372 2005-10-13 Reiner Steib <Reiner.Steib@gmx.de>
6373
6374 * mml-sec.el (mml-secure-method): New internal variable.
6375 (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
6376 (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
6377 functions using mml-secure-method.
6378
6379 * mml.el (mml-mode-map): Add key bindings for those functions.
6380 (mml-menu): Simplify security menu entries. Suggested by Jesper
6381 Harder <harder@myrealbox.com>.
6382 (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
6383 end of message if point is the headers of the message.
6384
6385 * message.el (message-in-body-p): New function.
6386
6387 * assistant.el: Autoload gnus-util and netrc.
6388
6389 * mm-util.el (mm-charset-to-coding-system): Add allow-override.
6390 Use `mm-charset-override-alist' only when decoding.
6391
6392 * mm-bodies.el (mm-decode-body): Call
6393 `mm-charset-to-coding-system' with allow-override argument.
6394
6395 * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
6396 `filename' from Content-Disposition if Content-Type doesn't
6397 provide `name'.
6398 (gnus-mime-view-part-as-type): Set default instead of
6399 initial-input.
6400
6401 2005-10-09 Daniel Brockman <daniel@brockman.se>
6402
6403 * format-spec.el (format-spec): Propagate text properties of % spec.
6404
6405 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
6406
6407 * gnus-art.el (gnus-treat-predicate): Add `first'.
6408
6409 2005-10-11 Reiner Steib <Reiner.Steib@gmx.de>
6410
6411 * mm-util.el (mm-charset-synonym-alist): Improve doc string.
6412 (mm-charset-override-alist): New variable.
6413 (mm-charset-to-coding-system): Use it.
6414 (mm-codepage-setup): New helper function.
6415 (mm-charset-eval-alist): New variable.
6416 (mm-charset-to-coding-system): Use mm-charset-eval-alist. Warn
6417 about unknown charsets.
6418
6419 2005-10-04 David Hansen <david.hansen@gmx.net>
6420
6421 * nnrss.el (nnrss-request-article): Add support for the comments tag.
6422 (nnrss-check-group): Ditto.
6423
6424 2005-10-04 Reiner Steib <Reiner.Steib@gmx.de>
6425
6426 * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
6427 Rename x-gnus-verbatim to x-verbatim.
6428 (mm-uu-type-alist): Fix regexp for verbatim-marks.
6429
6430 * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
6431 x-verbatim.
6432
6433 * mm-url.el (mm-url-predefined-programs): Add switches for curl.
6434
6435 * gnus-util.el (gnus-remove-duplicates): Remove.
6436
6437 * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
6438 instead of gnus-remove-duplicates.
6439
6440 * message.el (message-remove-duplicates): Remove.
6441 (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
6442 message-remove-duplicates.
6443
6444 * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
6445 available, else use implementation from `delete-dups'.
6446
6447 * message.el (message-insert-expires): New function.
6448 (message-mode-map): Add key binding.
6449 (message-mode-field-menu): Add menu entry.
6450 (message-mode): Document it.
6451 (message-make-expires-date): Use `message-make-date'.
6452
6453 2005-10-04 Josh Huber <huber@alum.wpi.edu>
6454
6455 * message.el (message-make-expires-date): New function.
6456
6457 2005-10-04 Katsumi Yamaoka <yamaoka@jpl.org>
6458
6459 * Makefile.in (list-installed-shadows): New entry.
6460 (install): Use it.
6461 (remove-installed-shadows): New entry.
6462
6463 2005-10-02 Katsumi Yamaoka <yamaoka@jpl.org>
6464
6465 * time-date.el: Autoload parse-time-string, XEmacs needs it.
6466
6467 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
6468
6469 * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
6470 function rather than the diff-mode.el package.
6471 (mm-display-external): Use with-current-buffer.
6472 (mm-viewer-completion-map, mm-viewer-completion-map):
6473 Move initialization inside declaration.
6474
6475 2005-09-29 Simon Josefsson <jas@extundo.com>
6476
6477 * spam.el: Load hashcash when compiling, to avoid warnings. Don't
6478 autoload mail-check-payment.
6479 (spam-check-hashcash): Define unconditionally, since hashcash.el
6480 is part of Gnus now. Ignore errors from payment checking.
6481
6482 2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
6483
6484 * message.el (message-bold-region, message-unbold-region): Rename
6485 from `bold-region' and `unbold-region'.
6486
6487 * message.el: Remove useless autoloads.
6488
6489 2005-09-28 Simon Josefsson <jas@extundo.com>
6490
6491 * message.el (message-use-idna): Default to t.
6492 (message-use-idna): Test whether encoding works too. Doc fix.
6493
6494 2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
6495
6496 * nntp.el (nntp-warn-about-losing-connection): Remove.
6497
6498 2005-09-27 Reiner Steib <Reiner.Steib@gmx.de>
6499
6500 * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
6501 customizable. Change default value.
6502 (mm-uu-diff-groups-regexp): Change default value.
6503 (mm-uu-type-alist): Add doc string.
6504 (mm-uu-configure): Add doc string. Make it interactive.
6505 (mm-uu-tex-groups-regexp): New variable.
6506 (mm-uu-latex-extract, mm-uu-latex-test): New functions.
6507 (mm-uu-type-alist): Add LaTeX documents.
6508 (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
6509 of "text/verbatim".
6510 (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
6511
6512 * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
6513 instead of "text/verbatim".
6514
6515 * message.el (message-mark-inserted-region)
6516 (message-mark-insert-file): Use slrn style marks when called with
6517 prefix argument.
6518
6519 2005-09-27 Simon Josefsson <jas@extundo.com>
6520
6521 * message.el (message-idna-to-ascii-rhs-1): Reformat.
6522
6523 2005-09-27 Arne Jørgensen <arne@arnested.dk>
6524
6525 * message.el (message-remove-duplicates): New function.
6526 Implementation borrowed from `gnus-remove-duplicates'.
6527 (message-idna-to-ascii-rhs): Also encode idna addresses in
6528 Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6529 (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
6530 only ask about the same idna domain once per header and also tell
6531 in what header to replace the idna domain.
6532
6533 * gnus-art.el (article-decode-idna-rhs): Also decode idna
6534 addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
6535 (article-decode-idna-rhs): Fix regexp so that all idna-address in
6536 a header is decoded and not just the last one.
6537
6538 2005-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
6539
6540 * gnus-art.el (gnus-mime-display-single): Don't modify text if it
6541 has been decoded.
6542
6543 * mm-decode.el (mm-automatic-display): Add text/verbatim.
6544 (mm-insert-part): Don't modify text if it has been decoded.
6545
6546 * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
6547 decoded.
6548
6549 * mm-view.el (mm-inline-text): Don't strip text props unless
6550 decoding enriched or richtext parts.
6551
6552 2005-09-25 Romain Francoise <romain@orebokech.com>
6553
6554 * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
6555 * gnus-start.el (gnus-subscribe-interactively):
6556 * gnus-uu.el (gnus-uu-grab-articles):
6557 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
6558 space.
6559
6560 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
6561
6562 * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6563 * mm-view.el (mm-view-pkcs7-decrypt):
6564 * gnus-sum.el (gnus-summary-limit-to-extra)
6565 (gnus-summary-respool-article, gnus-read-move-group-name):
6566 * gnus-score.el (gnus-summary-increase-score):
6567 * gnus-util.el (gnus-completing-read-with-default):
6568 * gnus-art.el (gnus-read-save-file-name)
6569 (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
6570 (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
6571 * message.el (message-check-news-header-syntax):
6572 Follow convention for reading with the minibuffer.
6573
6574 2005-09-22 Reiner Steib <Reiner.Steib@gmx.de>
6575
6576 * spam-report.el (spam-report-url-ping-plain):
6577 Use gnus-extended-version as User-Agent.
6578
6579 * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
6580 default value is nil.
6581
6582 * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
6583 (mm-uu-verbatim-marks-extract): New function.
6584 (mm-uu-extract): New face.
6585 (mm-uu-copy-to-buffer): Use it.
6586
6587 * spam-report.el (spam-report-gmane-ham): Renamed from
6588 `spam-report-gmane-unspam'.
6589 (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
6590 Simplify use of UNSPAM argument. Fetch "X-Report-Unspam" header.
6591
6592 * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
6593 Autoload.
6594 (spam-report-gmane-unregister-routine): Renamed
6595 `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
6596
6597 2005-09-21 Teodor Zlatanov <tzz@lifelogs.com>
6598
6599 * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
6600 (spam-report-gmane-unregister-routine): Add support for gmane
6601 unregistration.
6602
6603 * spam-report.el (spam-report-gmane-unspam)
6604 (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
6605 (spam-report-gmane): Change to take a single article and do unspam
6606 registration.
6607
6608 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6609
6610 * mm-url.el (mm-url-decode-entities): Fix regexp.
6611
6612 2005-09-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
6613
6614 * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
6615 default to nil, to be able to use Gnus at all. If the default
6616 switches to something else, then the function should be fixed not
6617 be exceedingly slow.
6618
6619 2005-09-20 Teodor Zlatanov <tzz@lifelogs.com>
6620
6621 * gnus-start.el (gnus-activate-group): If the server is nil, don't
6622 fail hard.
6623
6624 * spam-report.el: Add better Keywords line.
6625
6626 * spam.el: Add Maintainer and better Keywords line.
6627
6628 2005-09-19 Reiner Steib <Reiner.Steib@gmx.de>
6629
6630 * gnus-art.el (gnus-article-replace-part)
6631 (gnus-mime-replace-part): New functions.
6632 (gnus-mime-action-alist, gnus-mime-button-commands)
6633 (gnus-mime-save-part-and-strip): Added file argument.
6634 (gnus-article-part-wrapper): Added interactive argument.
6635
6636 * gnus-sum.el (gnus-summary-mime-map): Add
6637 `gnus-article-replace-part'.
6638
6639 2005-09-19 Didier Verna <didier@xemacs.org>
6640
6641 The nnml compaction feature:
6642 * nnml.el (nnml-request-compact-group): New function.
6643 * nnml.el (nnml-request-compact): New function.
6644 * gnus-int.el (gnus-request-compact-group): New function.
6645 * gnus-int.el (gnus-request-compact): New function.
6646 * gnus-group.el (gnus-group-compact-group): New function.
6647 * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
6648 * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
6649 * gnus-srvr.el (gnus-server-compact-server): New function.
6650 * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
6651 * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
6652
6653 2005-09-18 Deepak Goel <deego@gnufans.org>
6654
6655 * sieve.el (sieve-help): Fix `message' call: first arg should be a
6656 format spec.
6657
6658 2005-09-16 Katsumi Yamaoka <yamaoka@jpl.org>
6659
6660 * gnus.el (gnus-group-startup-message): Bind image-load-path.
6661
6662 2005-09-15 Romain Francoise <romain@orebokech.com>
6663
6664 * message.el (message-fill-paragraph): Clarify docstring.
6665
6666 2005-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
6667
6668 * gnus-art.el (gnus-mime-display-part): Protect against broken
6669 MIME messages.
6670
6671 2005-09-13 Katsumi Yamaoka <yamaoka@jpl.org>
6672
6673 * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
6674 before parsing header.
6675
6676 2005-09-11 Jari Aalto <jari.aalto@cante.net>
6677
6678 * html2text.el (html2text-replace-list): Add new entities.
6679
6680 2005-09-11 Romain Francoise <romain@orebokech.com>
6681
6682 * message.el (message-alternative-emails): Improve docstring.
6683 (message-setup-1): Call `message-use-alternative-email-as-from'
6684 after `message-setup-hook' to give it precedence over posting
6685 styles, etc.
6686 (message-use-alternative-email-as-from): Add docstring. Remove
6687 the original From header if present.
6688
6689 * nnml.el (nnml-compressed-files-size-threshold): New variable.
6690 (nnml-save-mail): Use it.
6691
6692 * gnus-uu.el (gnus-uu-mark-series): Return number of marked
6693 articles. Add new argument `silent'.
6694 (gnus-uu-mark-all): Report the total number of marked articles.
6695
6696 2005-09-10 Romain Francoise <romain@orebokech.com>
6697
6698 * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
6699 (gnus-uu-mark-series): Likewise.
6700
6701 2005-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6702
6703 * spam-report.el (spam-report-gmane): Fix generation of spam
6704 report URL.
6705
6706 2005-09-10 Simon Josefsson <jas@extundo.com>
6707
6708 * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
6709 t, based on discussion on the ding list with Robert Epprecht
6710 <epprecht@solnet.ch>.
6711
6712 2005-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6713
6714 * spam-report.el (spam-report-gmane): Make it work without
6715 X-Report-Spam header. Gmane now only provides Archived-At.
6716 This is only used if `spam-report-gmane-use-article-number' is nil.
6717 (spam-report-gmane-spam-header): Remove. Not used anymore.
6718
6719 * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
6720 make `gnus-summary-sort-by-recipient' work with threading.
6721
6722 * nnweb.el (nnweb-google-wash-article): Print a message if article
6723 is not available.
6724
6725 2005-09-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6726
6727 * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
6728 change. Decode text/* parts content before displaying.
6729
6730 2005-09-06 Reiner Steib <Reiner.Steib@gmx.de>
6731
6732 * mml-smime.el: Remove defvar of gnus-extract-address-components.
6733
6734 2005-09-06 Katsumi Yamaoka <yamaoka@jpl.org>
6735
6736 * mm-view.el (mm-display-inline-fontify): Disable support modes.
6737
6738 2005-09-05 Reiner Steib <Reiner.Steib@gmx.de>
6739
6740 * message.el (message-tab-body-function): Fix mismatched custom type.
6741
6742 * gnus.el (gnus-group-change-level-function): Ditto.
6743
6744 * gnus-msg.el (gnus-outgoing-message-group): Ditto.
6745
6746 * gnus-art.el (gnus-signature-limit)
6747 (gnus-article-mime-part-function): Ditto.
6748
6749 2005-09-05 Katsumi Yamaoka <yamaoka@jpl.org>
6750
6751 * mml.el (mml-mode): Silence the byte compiler.
6752
6753 * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
6754 using `(sit-for 0)' before moving the point to the specified part;
6755 skip unbuttonized parts.
6756 (gnus-article-part-wrapper): Don't use save-window-excursion; don't
6757 return to the summary window if gnus-auto-select-part is non-nil.
6758
6759 2005-09-04 Reiner Steib <Reiner.Steib@gmx.de>
6760
6761 * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
6762 variables.
6763 (mml-dnd-attach-file, mml-mode): Use them.
6764
6765 * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
6766 Make fetching article by MID work again for Google Groups. Added
6767 FIXME concerning gnus-group-make-web-group.
6768
6769 * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
6770 Don't depend on Gnus by using mail-extract-address-components if
6771 gnus-extract-address-components is not bound.
6772
6773 2005-09-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
6774
6775 * gnus-art.el (gnus-mime-display-security): Don't display the
6776 signature, but only the signed part.
6777
6778 2005-09-02 Katsumi Yamaoka <yamaoka@jpl.org>
6779
6780 * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
6781
6782 * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
6783 list, not listp.
6784
6785 2005-09-02 Hrvoje Niksic <hniksic@xemacs.org>
6786
6787 * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
6788 when encoding.
6789
6790 * mm-bodies.el (mm-decode-content-transfer-encoding):
6791 De-canonicalize CRLF for all text content types, not just
6792 text/plain.
6793
6794 2005-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
6795
6796 * gnus-art.el (gnus-article-part-wrapper): Error if there's no
6797 valid article; point arrow and cursor at the MIME button.
6798
6799 2005-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
6800
6801 * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
6802 Suggested by Dan Christensen <jdc@uwo.ca>.
6803
6804 * mm-decode.el (mm-save-part): Enable change of prompt.
6805
6806 2005-08-29 Jari Aalto <jari.aalto@cante.net>
6807
6808 * gnus-msg.el (gnus-inews-add-send-actions): Made
6809 `message-post-method' lambda parameter ARG `&optional'.
6810
6811 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6812
6813 * gnus-sum.el (gnus-summary-mime-map): Added
6814 gnus-article-save-part-and-strip, gnus-article-delete-part and
6815 gnus-article-jump-to-part.
6816
6817 * gnus-art.el (gnus-article-edit-article): Added quiet argument.
6818 (gnus-article-edit-part): Use it.
6819 (gnus-article-part-wrapper): Added no-handle argument.
6820 (gnus-article-save-part-and-strip, gnus-article-delete-part): New
6821 functions.
6822
6823 2005-08-29 Romain Francoise <romain@orebokech.com>
6824
6825 * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
6826 docstring.
6827 (gnus-face-from-file): Likewise.
6828
6829 2005-08-29 Reiner Steib <Reiner.Steib@gmx.de>
6830
6831 * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
6832 (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
6833 non-nil.
6834 (gnus-auto-select-part): New variable.
6835 (gnus-article-jump-to-part): New function.
6836 (gnus-article-edit-part, gnus-mime-save-part-and-strip)
6837 (gnus-mime-delete-part): Allow selecting specified part after
6838 deleting or stripping parts.
6839 (gnus-article-jump-to-part): Don't use `read-number'. Use last
6840 part if argument is bogus.
6841
6842 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
6843
6844 * gnus-art.el (w3m-minor-mode-map):
6845 * gnus-spec.el (gnus-newsrc-file-version):
6846 * gnus-util.el (nnmail-active-file-coding-system)
6847 (gnus-original-article-buffer, gnus-user-agent):
6848 * gnus.el (gnus-ham-process-destinations)
6849 (gnus-parameter-ham-marks-alist)
6850 (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
6851 (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
6852 (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
6853 * mm-decode.el (gnus-current-window-configuration):
6854 * mm-extern.el (gnus-article-mime-handles):
6855 * mm-url.el (url-current-object, url-package-name)
6856 (url-package-version):
6857 * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
6858 (smime-keys, w3m-cid-retrieve-function-alist)
6859 (w3m-current-buffer, w3m-display-inline-images)
6860 (w3m-minor-mode-map):
6861 * mml-smime.el (gnus-extract-address-components):
6862 * mml.el (gnus-article-mime-handles, gnus-mouse-2)
6863 (gnus-newsrc-hashtb, message-default-charset)
6864 (message-deletable-headers, message-options)
6865 (message-posting-charset, message-required-mail-headers)
6866 (message-required-news-headers):
6867 * mml1991.el (mc-pgp-always-sign):
6868 * mml2015.el (mc-pgp-always-sign):
6869 * nnheader.el (nnmail-extra-headers):
6870 * rfc1843.el (gnus-decode-encoded-word-function)
6871 (gnus-decode-header-function, gnus-newsgroup-name):
6872 * spam-stat.el (gnus-original-article-buffer): Add defvars.
6873
6874 2005-08-22 Karl Chen <quarl@cs.berkeley.edu>
6875
6876 * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
6877 the end of the date treatments.
6878
6879 2005-08-15 Simon Josefsson <jas@extundo.com>
6880
6881 * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
6882 it in url-handlers.el and XEmacs in url.el. Reported by Luca
6883 Capello and Romain Francoise.
6884 (pgg-fetch-key-function): Removed, not used?
6885 (pgg-insert-url-with-w3): Require url, to get
6886 url-insert-file-contents regardless of where it is defined.
6887
6888 2005-08-13 Romain Francoise <romain@orebokech.com>
6889
6890 * message.el (message-cite-original-1): New function.
6891 (message-cite-original): Use it.
6892 (message-cite-original-without-signature): Ditto.
6893
6894 2005-08-08 Romain Francoise <romain@orebokech.com>
6895
6896 * message.el (message-yank-empty-prefix): New variable.
6897 (message-indent-citation): Use it.
6898 (message-cite-original-without-signature): Respect X-No-Archive.
6899
6900 2005-08-08 Simon Josefsson <jas@extundo.com>
6901
6902 * pgg.el: Autoload url-insert-file-contents instead of loading
6903 w3/url.
6904 (pgg-insert-url-with-w3): Don't load url here.
6905
6906 2005-08-07 Jesper Harder <harder@phys.au.dk>
6907
6908 * message.el (message-kill-to-signature): Don't insert newline at
6909 bol.
6910 (message-newline-and-reformat): Bind fill-paragraph-function to nil.
6911
6912 2005-08-06 Romain Francoise <romain@orebokech.com>
6913
6914 * message.el (message-user-fqdn): Fix typo in docstring.
6915
6916 2005-08-05 Daiki Ueno <ueno@unixuser.org>
6917
6918 * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
6919
6920 * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
6921
6922 2005-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
6923
6924 * mm-bodies.el (mm-encode-body): Use coding system rather than
6925 charset to encode text.
6926
6927 * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
6928 number of charsets if utf-8 is available (XEmacs).
6929
6930 2005-08-04 Reiner Steib <Reiner.Steib@gmx.de>
6931
6932 * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
6933 taken from `gnus-button-mid-or-mail-regexp'.
6934 (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
6935 (gnus-button-alist): Improve regexp for domain part of the MIDs
6936 for news:localpart@domain buttons.
6937 (gnus-button-ctan-directory-regexp): Update.
6938
6939 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
6940
6941 * sieve-manage.el (sieve-manage-interactive-login): Use
6942 make-local-variable rather than make-variable-buffer-local.
6943 (sieve-manage-open): Ditto.
6944 (sieve-manage-authenticate): Ditto.
6945
6946 * mml.el (mml-generate-mime-1): Make the content type default to
6947 text/plain if the filename is not specified.
6948
6949 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
6950
6951 * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
6952 instead of insert-buffer.
6953
6954 * message.el (message-yank-original): Ditto; set the mark at the
6955 end of the yanked message.
6956
6957 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org>
6958
6959 * gnus-art.el (gnus-article-next-page-1): Reduce the number of
6960 lines to scroll rather than to stop it.
6961
6962 * mml.el (mml-generate-default-type): Add doc string.
6963 (mml-generate-mime-1): Use mm-default-file-encoding or make it
6964 default to application/octet-stream when determining the content
6965 type if it is not specified for the part or the mml contents; add
6966 a comment about mml-generate-default-type.
6967
6968 2005-07-29 Reiner Steib <Reiner.Steib@gmx.de>
6969
6970 * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
6971 make it default to application/octet-stream when determining the
6972 content type if it is not specified for the external contents.
6973
6974 2005-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
6975
6976 * rfc2231.el (rfc2231-parse-string): Take care that not only a
6977 segmented parameter but also other parameters might be there.
6978
6979 2005-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
6980
6981 * mm-decode.el (mm-display-external): Delete temp file, directory
6982 and buffer immediately if the external process is exited.
6983
6984 2005-07-26 Katsumi Yamaoka <yamaoka@jpl.org>
6985
6986 * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
6987 fewer lines than that of scroll-margin.
6988 (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
6989
6990 2005-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
6991
6992 * gnus-art.el (gnus-article-next-page): Revert.
6993 (gnus-article-beginning-of-window): New macro.
6994 (gnus-article-next-page-1): Use it.
6995 (gnus-article-prev-page): Ditto.
6996 (gnus-article-edit-part): Use insert-buffer-substring instead of
6997 insert-buffer.
6998 (gnus-article-edit-exit): Ditto.
6999
7000 * gnus-util.el (gnus-beginning-of-window): Remove.
7001 (gnus-end-of-window): Remove.
7002
7003 2005-07-25 Simon Josefsson <jas@extundo.com>
7004
7005 * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
7006 to have the url package without w3. Reported by Daiki Ueno
7007 <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
7008
7009 2005-07-20 Didier Verna <didier@xemacs.org>
7010
7011 * gnus-diary.el: Remove the description comment (nndiary is now
7012 properly documented in the Gnus manual).
7013 Fix the spelling of "Back End".
7014 * nndiary.el: Ditto.
7015 Fix the copyright notice.
7016
7017 2005-07-18 Romain Francoise <romain@orebokech.com>
7018
7019 * gnus-sum.el (gnus-summary-to-prefix)
7020 (gnus-summary-newsgroup-prefix): New variables.
7021 (gnus-summary-from-or-to-or-newsgroups): Use them.
7022
7023 2005-07-17 Romain Francoise <romain@orebokech.com>
7024
7025 * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
7026 space as it's generally not especially interesting to the user.
7027
7028 2005-07-16 Romain Francoise <romain@orebokech.com>
7029
7030 * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
7031 nil to avoid prompting and file modification if one of the
7032 messages at the top of the nnfolder file contains a copyright
7033 notice.
7034 Update copyright notice.
7035
7036 * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
7037 instead of `current-time-string' as the latter creates a time
7038 string that is not RFC 2822 compliant (it lacks the zone).
7039 Update copyright notice.
7040
7041 2005-07-21 Stefan Monnier <monnier@iro.umontreal.ca>
7042
7043 * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
7044 for text/rtf. Display default in prompt. Pass default for M-n.
7045
7046 * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
7047
7048 2005-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7049
7050 * gnus-msg.el (gnus-button-mailto): Remove
7051 save-selected-window-window hackery because it relies on
7052 save-selected-window internals.
7053
7054 2005-07-15 Katsumi Yamaoka <yamaoka@jpl.org>
7055
7056 * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
7057 (gnus-article-next-page-1): Use gnus-beginning-of-window.
7058 (gnus-article-prev-page): Ditto.
7059
7060 * gnus-util.el (gnus-beginning-of-window): New function.
7061 (gnus-end-of-window): New function.
7062
7063 2005-07-14 Hiroshi Fujishima <hiroshi.fujishima@gmail.com> (tiny change)
7064
7065 * gnus-score.el (gnus-score-edit-all-score): Set
7066 gnus-score-edit-exit-function to gnus-score-edit-done and call
7067 gnus-message.
7068
7069 2005-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
7070
7071 * gnus-msg.el (gnus-button-mailto): Remove
7072 save-selected-window-window hackery because it relies on
7073 save-selected-window internals.
7074
7075 2005-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
7076
7077 * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
7078 add-minor-mode.
7079 (gnus-binary-mode): Ditto.
7080
7081 * gnus-topic.el (gnus-topic-mode): Ditto.
7082
7083 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de>
7084
7085 * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
7086 (gnus-article-prev-page): Take scroll-margin into consideration.
7087
7088 2005-07-04 Lute Kamstra <lute@gnu.org>
7089
7090 Update FSF's address in GPL notices.
7091
7092 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7093
7094 * gnus.el (gnus-exit):
7095 * gnus-group.el (gnus-group-icons):
7096 * nnmail.el (nnmail-prepare): Fix typos in docstrings.
7097
7098 * gnus-nocem.el (gnus-nocem):
7099 * message.el (message-various, message-buffers, message-sending)
7100 (message-interface, message-forwarding, message-insertion)
7101 (message-headers, message-news, message-mail):
7102 * pgg-gpg.el (pgg-gpg):
7103 * pgg-parse.el (pgg-parse):
7104 * pgg-pgp.el (pgg-pgp):
7105 * pgg-pgp5.el (pgg-pgp5):
7106 * pop3.el (pop3): Finish `defgroup' description with period.
7107
7108 2005-07-01 Katsumi Yamaoka <yamaoka@jpl.org>
7109
7110 * gnus-art.el (article-display-face): Improve the efficiency.
7111 (article-display-x-face): Ditto; remove grey x-face stuff.
7112
7113 2005-06-30 Katsumi Yamaoka <yamaoka@jpl.org>
7114
7115 * gnus-art.el (article-display-face): Correct the position in
7116 which Faces are inserted.
7117
7118 2005-06-29 Didier Verna <didier@xemacs.org>
7119
7120 * gnus-art.el (article-display-face): Display faces in correct
7121 order.
7122
7123 2005-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
7124
7125 * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
7126 (gnus-fill-real-hashtb): Use hash table instead of obarray.
7127 (gnus-nocem-check-article): Fetch the Type header.
7128 (gnus-nocem-message-wanted-p): Fix the way to examine types.
7129 (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
7130 (gnus-nocem-enter-article): Use hash tables rather than obarrays;
7131 make sure gnus-nocem-hashtb is initialized.
7132 (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
7133 (gnus-nocem-unwanted-article-p): Ditto.
7134
7135 * pgg.el (pgg-verify): Return the verification result.
7136
7137 2005-06-27 Lars Magne Ingebrigtsen <larsi@gnus.org>
7138
7139 * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
7140 is ascii.
7141
7142 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7143
7144 * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
7145 `show-nonbreak-escape'.
7146
7147 2005-06-23 Lute Kamstra <lute@gnu.org>
7148
7149 * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
7150
7151 * dig.el (dig-mode):
7152 * smime.el (smime-mode): Use gnus-run-mode-hooks.
7153
7154 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7155
7156 * nnimap.el (nnimap-split-download-body): Fix spellings.
7157
7158 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
7159
7160 * gnus-art.el (gnus-article-encrypt-body):
7161 * gnus-cus.el (gnus-score-customize):
7162 * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
7163 * pop3.el (pop3-user): Don't use `format' on `error' arguments.
7164
7165 2005-06-16 Arne Jørgensen <arne@arnested.dk>
7166
7167 * smime.el (smime-cert-by-ldap-1): Detect PEM format without
7168 header by looking for magic "MII" at the beginnig.
7169
7170 2005-06-16 Miles Bader <miles@gnu.org>
7171
7172 * assistant.el (assistant-field): Remove "-face" suffix from face name.
7173 (assistant-field-face): New backward-compatibility alias for renamed
7174 face.
7175 (assistant-render-text): Use renamed assistant-field face.
7176
7177 * spam.el (spam): Remove "-face" suffix from face name.
7178 (spam-face): New backward-compatibility alias for renamed face.
7179 (spam-face, spam-initialize): Use renamed spam face.
7180
7181 * message.el (message-header-to, message-header-cc)
7182 (message-header-subject, message-header-newsgroups)
7183 (message-header-other, message-header-name)
7184 (message-header-xheader, message-separator, message-cited-text)
7185 (message-mml): Remove "-face" suffix from face names.
7186 (message-header-to-face, message-header-cc-face)
7187 (message-header-subject-face, message-header-newsgroups-face)
7188 (message-header-other-face, message-header-name-face)
7189 (message-header-xheader-face, message-separator-face)
7190 (message-cited-text-face, message-mml-face):
7191 New backward-compatibility aliases for renamed faces.
7192 (message-font-lock-keywords): Use renamed message faces.
7193
7194 * sieve-mode.el (sieve-control-commands, sieve-action-commands)
7195 (sieve-test-commands, sieve-tagged-arguments):
7196 Remove "-face" suffix from face names.
7197 (sieve-control-commands-face, sieve-action-commands-face)
7198 (sieve-test-commands-face, sieve-tagged-arguments-face):
7199 New backward-compatibility aliases for renamed faces.
7200 (sieve-control-commands-face, sieve-action-commands-face)
7201 (sieve-test-commands-face, sieve-tagged-arguments-face):
7202 Use renamed sieve faces.
7203
7204 * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
7205 (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
7206 (gnus-group-news-3-empty, gnus-group-news-4)
7207 (gnus-group-news-4-empty, gnus-group-news-5)
7208 (gnus-group-news-5-empty, gnus-group-news-6)
7209 (gnus-group-news-6-empty, gnus-group-news-low)
7210 (gnus-group-news-low-empty, gnus-group-mail-1)
7211 (gnus-group-mail-1-empty, gnus-group-mail-2)
7212 (gnus-group-mail-2-empty, gnus-group-mail-3)
7213 (gnus-group-mail-3-empty, gnus-group-mail-low)
7214 (gnus-group-mail-low-empty, gnus-summary-selected)
7215 (gnus-summary-cancelled, gnus-summary-high-ticked)
7216 (gnus-summary-low-ticked, gnus-summary-normal-ticked)
7217 (gnus-summary-high-ancient, gnus-summary-low-ancient)
7218 (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
7219 (gnus-summary-low-undownloaded)
7220 (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
7221 (gnus-summary-low-unread, gnus-summary-normal-unread)
7222 (gnus-summary-high-read, gnus-summary-low-read)
7223 (gnus-summary-normal-read, gnus-splash):
7224 Remove "-face" suffix from face names.
7225 (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7226 (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7227 (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7228 (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7229 (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7230 (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7231 (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7232 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7233 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7234 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7235 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7236 (gnus-summary-selected-face, gnus-summary-cancelled-face)
7237 (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7238 (gnus-summary-normal-ticked-face)
7239 (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
7240 (gnus-summary-normal-ancient-face)
7241 (gnus-summary-high-undownloaded-face)
7242 (gnus-summary-low-undownloaded-face)
7243 (gnus-summary-normal-undownloaded-face)
7244 (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7245 (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7246 (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7247 (gnus-splash-face):
7248 New backward-compatibility aliases for renamed faces.
7249 (gnus-group-startup-message): Use renamed gnus faces.
7250
7251 * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
7252 (gnus-server-closed, gnus-server-denied, gnus-server-offline)
7253 (gnus-server-agent): Remove "-face" suffix from face names.
7254 (gnus-server-agent-face, gnus-server-opened-face)
7255 (gnus-server-closed-face, gnus-server-denied-face)
7256 (gnus-server-offline-face):
7257 New backward-compatibility aliases for renamed faces.
7258 (gnus-server-agent-face, gnus-server-opened-face)
7259 (gnus-server-closed-face, gnus-server-denied-face)
7260 (gnus-server-offline-face): Use renamed gnus faces.
7261
7262 * gnus-picon.el (gnus-picon-xbm, gnus-picon):
7263 Remove "-face" suffix from face names.
7264 (gnus-picon-xbm-face, gnus-picon-face):
7265 New backward-compatibility aliases for renamed faces.
7266
7267 * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
7268 (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
7269 (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
7270 (gnus-cite-11): Remove "-face" suffix from face names.
7271 (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
7272 (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
7273 (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
7274 (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
7275 New backward-compatibility aliases for renamed faces.
7276 (gnus-cite-attribution-face, gnus-cite-face-list)
7277 (gnus-article-boring-faces): Use renamed gnus faces.
7278
7279 * gnus-art.el (gnus-signature, gnus-header-from)
7280 (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
7281 (gnus-header-content): Remove "-face" suffix from face names.
7282 (gnus-signature-face, gnus-header-from-face)
7283 (gnus-header-subject-face, gnus-header-newsgroups-face)
7284 (gnus-header-name-face, gnus-header-content-face):
7285 New backward-compatibility aliases for renamed faces.
7286 (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
7287
7288 * gnus-sum.el (gnus-summary-selected-face)
7289 (gnus-summary-highlight): Use renamed gnus faces.
7290 * gnus-group.el (gnus-group-highlight): Likewise.
7291
7292 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
7293
7294 * gnus-sieve.el (gnus-sieve-article-add-rule):
7295 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
7296 * spam-stat.el (spam-stat-buffer-change-to-spam)
7297 (spam-stat-buffer-change-to-non-spam): Follow error conventions.
7298
7299 * message.el (message-is-yours-p):
7300 * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
7301
7302 2005-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
7303
7304 * mm-view.el (mm-inline-text): Withdraw the last change.
7305
7306 2005-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
7307
7308 * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
7309 executing enriched-decode.
7310
7311 2005-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
7312
7313 * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
7314 charset of tar files.
7315
7316 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7317
7318 * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
7319
7320 2005-06-04 Lute Kamstra <lute@gnu.org>
7321
7322 * nnfolder.el (nnfolder-read-folder): Make sure that undo
7323 information is never recorded.
7324
7325 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7326
7327 * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
7328
7329 2005-06-02 Katsumi Yamaoka <yamaoka@jpl.org>
7330
7331 * pop3.el (pop3-apop): Run md5 in the binary mode.
7332
7333 * starttls.el (starttls-set-process-query-on-exit-flag):
7334 Use eval-and-compile.
7335
7336 2005-05-31 Simon Josefsson <jas@extundo.com>
7337
7338 * smime.el (smime-replace-in-string): Define.
7339 (smime-cert-by-ldap-1): Use it.
7340
7341 2005-05-31 Katsumi Yamaoka <yamaoka@jpl.org>
7342
7343 * gnus-art.el (article-display-x-face): Replace
7344 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7345
7346 * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
7347 set-process-query-on-exit-flag or process-kill-without-query.
7348
7349 * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
7350 loop instead of replace-regexp.
7351
7352 * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
7353 instead of process-kill-without-query if it is available.
7354
7355 * mm-util.el (mm-insert-file-contents): Bind find-file-hook
7356 instead of find-file-hooks if it is available.
7357
7358 * mml1991.el: Bind pgg-default-user-id when compiling.
7359
7360 * mml2015.el: Bind pgg-default-user-id when compiling.
7361
7362 * nndraft.el (nndraft-request-associate-buffer):
7363 Use write-contents-functions instead of write-contents-hooks if it is
7364 available.
7365
7366 * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
7367 instead of find-file-hooks if it is available.
7368
7369 * nntp.el (nntp-open-connection): Replace
7370 process-kill-without-query by gnus-set-process-query-on-exit-flag.
7371 (nntp-open-ssl-stream): Ditto.
7372 (nntp-open-tls-stream): Ditto.
7373
7374 * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
7375 set-process-query-on-exit-flag or process-kill-without-query.
7376 (starttls-open-stream-gnutls): Use it instead of
7377 process-kill-without-query.
7378 (starttls-open-stream): Ditto.
7379
7380 2005-05-31 Ulf Stegemann <ulf@zeitform.de> (tiny change)
7381
7382 * smime.el (smime-cert-by-ldap-1): Don't use
7383 replace-regexp-in-string.
7384
7385 2005-05-31 Arne Jørgensen <arne@arnested.dk>
7386
7387 * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
7388
7389 * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
7390 in PEM format. Adjust to the XEmacs compability.
7391
7392 2005-05-30 Reiner Steib <Reiner.Steib@gmx.de>
7393
7394 * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
7395 by `string-to-number'.
7396 * gnus-agent.el (gnus-agent-regenerate-group)
7397 (gnus-agent-fetch-articles): Ditto.
7398 * gnus-art.el (gnus-button-fetch-group): Ditto.
7399 * gnus-cache.el (gnus-cache-generate-active)
7400 (gnus-cache-articles-in-group): Ditto.
7401 * gnus-group.el (gnus-group-set-current-level)
7402 (gnus-group-insert-group-line): Ditto.
7403 * gnus-score.el (gnus-score-set-expunge-below)
7404 (gnus-score-set-mark-below, gnus-summary-score-effect)
7405 (gnus-summary-score-entry): Ditto.
7406 * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
7407 (gnus-soup-pack): Ditto.
7408 * gnus-spec.el (gnus-xmas-format): Ditto.
7409 * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
7410 * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
7411 * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
7412 * nnbabyl.el (nnbabyl-article-group-number): Ditto.
7413 * nndb.el (nndb-get-remote-expire-response): Ditto.
7414 * nndiary.el (nndiary-parse-schedule-value)
7415 (nndiary-string-to-number, nndiary-request-replace-article)
7416 (nndiary-request-article): Ditto.
7417 * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
7418 * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
7419 * nneething.el (nneething-make-head): Ditto.
7420 * nnfolder.el (nnfolder-request-article)
7421 (nnfolder-retrieve-headers): Ditto.
7422 * nnheader.el (nnheader-file-to-number): Ditto.
7423 * nnkiboze.el (nnkiboze-request-article): Ditto.
7424 * nnmail.el (nnmail-process-unix-mail-format)
7425 (nnmail-process-babyl-mail-format): Ditto.
7426 * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
7427 * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
7428 (nnmh-request-create-group, nnmh-request-list-1)
7429 (nnmh-request-group, nnmh-request-article): Ditto.
7430 * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
7431 * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
7432 * nnsoup.el (nnsoup-make-active): Ditto.
7433 * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
7434 * nntp.el (nntp-find-group-and-number)
7435 (nntp-retrieve-headers-with-xover): Ditto.
7436 * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
7437 * pgg-parse.el (pgg-read-body, pgg-read-bytes)
7438 (pgg-format-key-identifier): Ditto.
7439 * pop3.el (pop3-last, pop3-stat): Ditto.
7440 * qp.el (quoted-printable-decode-region): Ditto.
7441
7442 * spam-report.el (spam-report-url-ping-mm-url): Use format instead
7443 of concat.
7444
7445 2005-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
7446
7447 * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
7448
7449 * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
7450
7451 * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
7452
7453 * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
7454
7455 * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
7456
7457 * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
7458
7459 * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
7460 (gnus-carpal-mode): Ditto.
7461
7462 * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
7463 (gnus-browse-mode): Ditto.
7464
7465 * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
7466
7467 * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
7468
7469 2005-05-29 Richard M. Stallman <rms@gnu.org>
7470
7471 * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
7472
7473 2005-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
7474
7475 * gnus-util.el (gnus-run-mode-hooks): New function.
7476
7477 * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
7478
7479 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7480
7481 * gnus-agent.el (gnus-agent-make-mode-line-string):
7482 Use mode-line-highlight as mouse-face.
7483
7484 2005-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
7485
7486 * canlock.el (canlock): Change the parent group to news.
7487
7488 * deuglify.el (gnus-outlook-deuglify): Add :group.
7489
7490 * dig.el (dig): Add :group.
7491
7492 * dns-mode.el (dns-mode): Add :group.
7493
7494 * encrypt.el (encrypt): Add :group.
7495
7496 * gnus-cite.el (gnus-cite-attribution-face): Add :group.
7497 (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
7498 (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
7499 (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
7500 (gnus-cite-face-10, gnus-cite-face-11): Ditto.
7501
7502 * gnus-diary.el (gnus-diary): Add :group.
7503
7504 * gnus.el (gnus-group-news-1-face): Add :group.
7505 (gnus-group-news-1-empty-face): Ditto.
7506 (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
7507 (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
7508 (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
7509 (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
7510 (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
7511 (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
7512 (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
7513 (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
7514 (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
7515 (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
7516 (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
7517 (gnus-summary-high-ticked-face): Ditto.
7518 (gnus-summary-low-ticked-face): Ditto.
7519 (gnus-summary-normal-ticked-face): Ditto.
7520 (gnus-summary-high-ancient-face): Ditto.
7521 (gnus-summary-low-ancient-face): Ditto.
7522 (gnus-summary-normal-ancient-face): Ditto.
7523 (gnus-summary-high-undownloaded-face): Ditto.
7524 (gnus-summary-low-undownloaded-face): Ditto.
7525 (gnus-summary-normal-undownloaded-face): Ditto.
7526 (gnus-summary-high-unread-face): Ditto.
7527 (gnus-summary-low-unread-face): Ditto.
7528 (gnus-summary-normal-unread-face): Ditto.
7529 (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
7530 (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
7531
7532 * hashcash.el (hashcash): New custom group.
7533 (hashcash-default-payment): Add :group.
7534 (hashcash-payment-alist): Ditto.
7535 (hashcash-default-accept-payment): Ditto.
7536 (hashcash-accept-resources): Ditto.
7537 (hashcash-path): Ditto.
7538 (hashcash-extra-generate-parameters): Ditto.
7539 (hashcash-double-spend-database): Ditto.
7540 (hashcash-in-news): Ditto.
7541
7542 * message.el (message-minibuffer-local-map): Add :group.
7543
7544 * netrc.el (netrc): Add :group.
7545
7546 * sieve-manage.el (sieve-manage-log): Add :group.
7547 (sieve-manage-default-user): Diito.
7548 (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
7549 (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
7550 (sieve-manage-authenticators): Ditto.
7551 (sieve-manage-authenticator-alist): Ditto.
7552 (sieve-manage-default-port): Ditto.
7553
7554 * sieve-mode.el (sieve-control-commands-face): Add :group.
7555 (sieve-action-commands-face): Ditto.
7556 (sieve-test-commands-face): Ditto.
7557 (sieve-tagged-arguments-face): Ditto.
7558
7559 * smime.el (smime): Add :group.
7560
7561 * spam-report.el (spam-report): Add :group.
7562
7563 * spam.el (spam, spam-face): Add :group.
7564
7565 2005-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
7566
7567 * nntp.el (nntp-next-result-arrived-p): Some news servers may
7568 return \n.\n.\n at the end of articles. Protect against that.
7569 (nntp-with-open-group): Allow debugging.
7570
7571 * nnheader.el (mail-header-set-extra): Make into a function
7572 because I just could't understand how to quote the list properly.
7573
7574 * dns.el (query-dns-cached): New function.
7575
7576 2005-05-26 Lute Kamstra <lute@gnu.org>
7577
7578 * score-mode.el (gnus-score-mode): Use run-mode-hooks.
7579
7580 2005-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
7581
7582 * gnus-art.el: Don't autoload mail-extract-address-components.
7583
7584 * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
7585 eval-and-compile to evaluate it.
7586
7587 * hashcash.el: Don't autoload executable-find.
7588
7589 * nndb.el: Don't declare the nndb back end two or more times; don't
7590 autoload news-reply-mode, news-setup, cancel-timer and telnet.
7591
7592 * nntp.el: Autoload format-spec instead of format; use
7593 eval-and-compile to evaluate autoload forms.
7594
7595 2005-05-09 Georg C. F. Greve <greve@gnu.org> (tiny change)
7596
7597 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
7598
7599 2005-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
7600
7601 * gnus.el (gnus-version-number): Bump version.
7602
7603 2005-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
7604
7605 * gnus.el: No Gnus v0.3 is released.
7606
7607 2005-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
7608
7609 * gnus-art.el (gnus-article-edit-part): Disable undo.
7610
7611 2005-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
7612
7613 * gnus-art.el (article-date-ut): Don't delete X-Sent header when
7614 gnus-article-date-lapsed-new-header is t if date timer is active;
7615 skip headers in which the original date value is empty.
7616 (gnus-article-save-original-date): Redefine it as a macro.
7617 (gnus-display-mime): Use it.
7618
7619 2005-04-22 Katsumi Yamaoka <yamaoka@jpl.org>
7620
7621 * gnus-art.el (article-date-ut): Support converting date in
7622 forwarded parts as well.
7623 (gnus-article-save-original-date): New function.
7624 (gnus-display-mime): Use it.
7625
7626 2005-04-22 David Hansen <david.hansen@physik.fu-berlin.de>
7627
7628 * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
7629 enclosure element of <item>.
7630
7631 2005-04-21 Reiner Steib <Reiner.Steib@gmx.de>
7632
7633 * message.el (message-kill-buffer-query): Renamed from
7634 `message-kill-buffer-query-if-modified'. Added :version.
7635
7636 2005-04-19 Katsumi Yamaoka <yamaoka@jpl.org>
7637
7638 * mml.el (mml-preview): Bind gnus-message-buffer while setting the
7639 window layout.
7640
7641 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7642
7643 * mml.el: Autoload dnd when compiling.
7644
7645 2005-04-18 Reiner Steib <Reiner.Steib@gmx.de>
7646
7647 * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
7648 x-dnd-*.
7649
7650 2005-04-18 Katsumi Yamaoka <yamaoka@jpl.org>
7651
7652 * qp.el (quoted-printable-encode-region): Save excursion.
7653
7654 2005-04-14 Teodor Zlatanov <tzz@lifelogs.com>
7655
7656 * message.el (message-kill-buffer-query-if-modified): Add new variable
7657 so the user can kill a modified message buffer quickly.
7658 (message-kill-buffer): Use it.
7659
7660 2005-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
7661
7662 * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
7663 * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
7664
7665 2005-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
7666
7667 * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
7668 contained in text because xml.el decodes entities) with LFs.
7669
7670 2005-04-11 Lute Kamstra <lute@gnu.org>
7671
7672 * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
7673 differently.
7674
7675 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7676
7677 * mm-util.el (mm-detect-coding-region): Typo.
7678
7679 2005-04-11 Katsumi Yamaoka <yamaoka@jpl.org>
7680
7681 * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
7682
7683 2005-04-06 D Goel <deego@gnufans.org>
7684
7685 * spam-stat.el (spam-stat-score-buffer): Add a call to a
7686 user-function allow user modifications of the scores.
7687 (spam-stat-score-buffer-user): New function, to allow
7688 user-computed modifications to the score.
7689 (spam-stat-score-buffer-user-functions): List of additional
7690 scoring functions.
7691 (spam-stat-error-holder): Global temporary error holder.
7692 (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
7693 variable.
7694
7695 2005-04-06 Teodor Zlatanov <tzz@lifelogs.com>
7696
7697 * gnus-registry.el (gnus-registry-clean-empty-function)
7698 (gnus-registry-trim, gnus-registry-fetch-groups)
7699 (gnus-registry-delete-group): Groups that match
7700 `gnus-registry-ignored-groups' are removed from the registry
7701 entries, not just ignored for splitting. This helps clean up the
7702 registry. Also, `gnus-registry-fetch-groups' is a convenient way
7703 to get all the groups a message ID is in.
7704
7705 * spam-stat.el (spam-stat-split-fancy-spam-threshold)
7706 (spam-stat-split-fancy): Change "threshhold" to "threshold"
7707 (spam-stat-score-buffer-user-functions): Add :number custom type.
7708
7709 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7710
7711 * mm-util.el (mm-coding-system-p): Don't return binary for the nil
7712 argument in XEmacs.
7713
7714 * nnrss.el (nnrss-compatible-encoding-alist): New variable.
7715 (nnrss-request-group): Decode group name first.
7716 (nnrss-request-article): Make a text/plain article if mml-to-mime
7717 failed.
7718 (nnrss-get-encoding): Return a compatible encoding according to
7719 nnrss-compatible-encoding-alist.
7720 (nnrss-find-el): Use consp instead of listp.
7721 (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
7722
7723 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
7724
7725 * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
7726 which Emacs 20 doesn't support.
7727 (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
7728
7729 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
7730
7731 * nnimap.el (nnimap-date-days-ago): Add defvars in order to
7732 silence the byte compiler inside the defun.
7733
7734 * gnus-demon.el (parse-time-string): Add autoload.
7735
7736 * gnus-delay.el (parse-time-string): Add autoload.
7737
7738 * gnus-art.el (parse-time-string): Add autoload.
7739
7740 * nnultimate.el (parse-time): Require for `parse-time-string'.
7741
7742 2005-03-31 Reiner Steib <Reiner.Steib@gmx.de>
7743
7744 * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
7745
7746 * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
7747
7748 * smime.el (smime-ldap-host-list): Add :version.
7749
7750 2005-03-21 Reiner Steib <Reiner.Steib@gmx.de>
7751
7752 * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
7753 pass it to `gnus-browse-read-group'.
7754 (gnus-browse-read-group): Add NUMBER argument and pass it to
7755 `gnus-group-read-ephemeral-group'.
7756
7757 * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
7758 argument and pass it to `gnus-group-read-group'.
7759
7760 2005-03-19 Aidan Kehoe <kehoea@parhasard.net>
7761
7762 * mm-util.el (mm-xemacs-find-mime-charset): Only call
7763 mm-xemacs-find-mime-charset-1 if we have the mule feature
7764 available at runtime.
7765
7766 2005-03-25 Werner Lemberg <wl@gnu.org>
7767
7768 * nnmaildir.el: Replace `illegal' with `invalid'.
7769
7770 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7771
7772 * gnus-start.el (gnus-display-time-event-handler):
7773 Check display-time-timer at runtime rather than only at load time
7774 in case display-time-mode is turned off in the mean time.
7775
7776 2005-03-16 Reiner Steib <Reiner.Steib@gmx.de>
7777
7778 * nnimap.el (nnimap-open-connection): Print which authinfo file is
7779 used.
7780
7781 * nneething.el (nneething-map-file-directory): Derive from
7782 `gnus-directory'.
7783
7784 * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
7785 the To/Cc button.
7786
7787 2005-03-15 Reiner Steib <Reiner.Steib@gmx.de>
7788
7789 * nnmaildir.el (nnmaildir-request-accept-article):
7790 Use `nnheader-cancel-timer' for compatibility with current XEmacs.
7791
7792 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7793
7794 * gnus-async.el: Require timer-funcs at compile time when in
7795 XEmacs for `run-with-idle-timer'.
7796
7797 2005-03-13 Andrey Slusar <anrays@gmail.com> (tiny change)
7798
7799 * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
7800 autoloaded function.
7801
7802 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7803
7804 * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
7805
7806 2005-03-10 Arne Jørgensen <arne@arnested.dk> (tiny change)
7807
7808 * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
7809
7810 2005-03-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
7811
7812 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
7813 gnus-expert-user to default.
7814
7815 2005-03-08 Juergen Kreileder <jk@blackdown.de> (tiny change)
7816
7817 * nnimap.el (nnimap-open-server): Ditto.
7818
7819 * imap.el (imap-authenticate): Fix typo.
7820
7821 2005-03-08 Bjorn Solberg <bjorn_ding@hekneby.org> (tiny change)
7822
7823 * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
7824 buffer (since IMAP server might return FETCH response out of
7825 order, and the nntp buffer must be sorted).
7826
7827 2005-03-06 Kevin Greiner <kevin.greiner@compsol.cc>
7828
7829 * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
7830 comparison on string.
7831
7832 * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
7833 (gnus-agent-score): Renamed category keywords to match gnus-cus.
7834 (gnus-agent-summary-fetch-series): Modified to protect against
7835 gnus-agent-summary-fetch-group clearing processable flags.
7836 (gnus-agent-synchronize-group-flags): Update live group buffer as
7837 synchronization may occur due to the user toggle the plugged
7838 status.
7839 (gnus-agent-fetch-group-1): Clear downloadable flag when article
7840 successfully downloaded.
7841 (gnus-agent-expire-group-1): Avoid using markers when the overview
7842 is in ascending order; greatly improves performance.
7843 (gnus-agent-regenerate-group): Use
7844 gnus-agent-synchronize-group-flags to reset read status in both
7845 gnus and server.
7846 (gnus-agent-update-files-total-fetched-for): Fixed initial size.
7847
7848 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7849
7850 * message.el: Don't autoload former message-utils variables.
7851 (message-strip-subject-trailing-was): Change doc string.
7852
7853 * nnweb.el: Fixes for `gnus-group-make-web-group'.
7854 (nnweb-type-definition): Don't add "hl=en" in `address'. Add `base'.
7855 (nnweb-google-search): Add "hl=en" here.
7856 (nnweb-google-parse-1, nnweb-google-create-mapping):
7857 Don't hardcode URL.
7858
7859 2005-03-03 Reiner Steib <Reiner.Steib@gmx.de>
7860
7861 * message.el (message-get-reply-headers, message-followup):
7862 Mention related variables `message-use-followup-to' and
7863 `message-use-mail-followup-to', in the information buffer.
7864
7865 * nnweb.el (nnweb-type-definition): Use groups.google.de instead
7866 of broken groups(-beta).google.com.
7867
7868 2005-03-03 Teodor Zlatanov <tzz@lifelogs.com>
7869
7870 * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
7871 parameter to invoked gnus-request-move-article; remove the
7872 redundant gnus-sum-hint-move-is-internal variable; apply the marks
7873 all at once instead of once per article.
7874 (gnus-summary-remove-process-mark): Accept a list of articles as
7875 well as a single article for processing.
7876
7877 * gnus-int.el (gnus-request-move-article): Add move-is-internal
7878 parameter.
7879
7880 * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
7881
7882 * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
7883
7884 * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
7885 parameter.
7886
7887 * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
7888 parameter.
7889
7890 * nnimap.el (nnimap-request-move-article): Add move-is-internal
7891 parameter and remove the gnus-sum-hint-move-is-internal variable.
7892
7893 * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
7894 parameter.
7895
7896 * nndraft.el (nndraft-request-move-article): Add move-is-internal
7897 parameter.
7898
7899 * nndiary.el (nndiary-request-move-article): Add move-is-internal
7900 parameter.
7901
7902 * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
7903
7904 * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
7905 parameter.
7906
7907 * nnagent.el (nnagent-request-move-article): Add move-is-internal
7908 parameter.
7909
7910 2005-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
7911
7912 * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
7913 a more conservative way.
7914
7915 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7916
7917 * gnus-sum.el (gnus-summary-exit): Move point after displaying the
7918 buffer, so it moves the window's cursor.
7919
7920 2005-02-26 Arne Jørgensen <arne@arnested.dk>
7921
7922 * mm-decode.el (mm-dissect-buffer): Pass the from field on to
7923 `mm-dissect-multipart' and receive the from field as an (optional)
7924 argument from `mm-dissect-multipart'.
7925 (mm-dissect-multipart): Receive the from field as an argument and
7926 pass it on when we call `mm-dissect-buffer' on MIME parts.
7927 Fixes verification/decryption of signed/encrypted MIME parts.
7928
7929 2005-02-25 Teodor Zlatanov <tzz@lifelogs.com>
7930
7931 * gnus-sum.el (gnus-summary-move-article): Set
7932 gnus-sum-hint-move-is-internal for gnus-request-move-article and
7933 whatever it calls (right now, only nnimap-request-move article
7934 respects it).
7935
7936 * nnimap.el (nnimap-request-move-article): When
7937 gnus-sum-hint-move-is-internal is set, don't do the extra
7938 nnimap-request-article.
7939
7940 2005-02-24 Reiner Steib <Reiner.Steib@gmx.de>
7941
7942 * nnheader.el (nnheader-find-file-noselect): Add doc string.
7943
7944 * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
7945 `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
7946
7947 * gnus-sum.el (gnus-summary-caesar-message):
7948 Apply `gnus-treat-article' after rotation.
7949
7950 * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
7951 doc string.
7952
7953 2005-02-22 Simon Josefsson <jas@extundo.com>
7954
7955 * encrypt.el (encrypt-password-cache-expiry): Remove (use
7956 `password-cache-expiry' instead). Reported by Arne Jørgensen
7957 <arne@arnested.dk>.
7958 (encrypt): Add password-cache and password-cache-expiry as group
7959 members.
7960
7961 2005-02-22 Arne Jørgensen <arne@arnested.dk>
7962
7963 * smime.el (smime-ldap-host-list): Doc fix.
7964 (smime-ask-passphrase): Use `password-read-and-add' to read (and
7965 cache) password.
7966 (smime-sign-region): Use it.
7967 (smime-decrypt-region): Use it.
7968 (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
7969 (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
7970 fails.
7971 (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
7972 certificate from DER to PEM format rather than calling openssl.
7973
7974 * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
7975
7976 * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
7977 for signing/encryption.
7978
7979 * mml.el (mml-parse-1): Use them.
7980
7981 2005-02-21 Arne Jørgensen <arne@arnested.dk>
7982
7983 * nnrss.el (nnrss-verbose): Removed.
7984 (nnrss-request-group): Use `nnheader-message' instead.
7985
7986 2005-02-19 Mark Plaksin <happy@usg.edu> (tiny change)
7987
7988 * nnrss.el (nnrss-verbose): New variable.
7989 (nnrss-request-group): Make it say nnrss is requesting a group.
7990
7991 2005-02-21 Reiner Steib <Reiner.Steib@gmx.de>
7992
7993 * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
7994 Handle news URL with given port correctly.
7995
7996 2005-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
7997
7998 * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
7999 containing special characters.
8000
8001 * gnus-sum.el (gnus-summary-edit-article): Ditto.
8002
8003 * mml.el (mime-to-mml): Ditto.
8004
8005 * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
8006 (rfc2047-quote-decoded-words-containing-tspecials): New variable.
8007 (rfc2047-decode-region): Quote decoded words containing special
8008 characters when rfc2047-quote-decoded-words-containing-tspecials
8009 is non-nil.
8010
8011 2005-02-16 Teodor Zlatanov <tzz@lifelogs.com>
8012
8013 * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
8014
8015 * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
8016
8017 2005-02-15 Simon Josefsson <jas@extundo.com>
8018
8019 * nnimap.el (nnimap-debug): Doc fix.
8020
8021 * imap.el (imap-debug): Doc fix.
8022
8023 2005-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
8024
8025 * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
8026
8027 2005-02-14 Teodor Zlatanov <tzz@lifelogs.com>
8028
8029 * gnus.el (spam-contents): Improve docs for spam-contents
8030 parameter in its variable incarnation.
8031
8032 2005-02-14 Simon Josefsson <jas@extundo.com>
8033
8034 * smime-ldap.el: Use require instead of load-library for ldap.
8035 (smime-ldap-search): Indent.
8036 (smime-ldap-search-internal): Shorten line.
8037
8038 * smime.el (smime-cert-by-dns): Add doc-string.
8039 (smime-cert-by-ldap-1): Indent.
8040
8041 * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
8042 mml-smime-get-dns-ldap.
8043 (mml-smime-encrypt-query): Use new function. Default to ldap.
8044
8045 2005-02-14 Arne Jørgensen <arne@arnested.dk>
8046
8047 * smime.el: Require smime-ldap.
8048 (smime-ldap-host-list): New variable.
8049 (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
8050
8051 * mml-smime.el (mml-smime-encrypt-query): New function.
8052 (mml-smime-encrypt-query): Use it.
8053
8054 * smime-ldap.el: New file.
8055
8056 2005-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
8057
8058 * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
8059
8060 2005-02-14 Reiner Steib <Reiner.Steib@gmx.de>
8061
8062 * gnus-group.el (gnus-group-make-doc-group): Mention prefix
8063 argument in doc string. Make query for type more clear.
8064
8065 2005-02-13 Reiner Steib <Reiner.Steib@gmx.de>
8066
8067 * gnus.el (gnus-group-startup-message): Search for gnus images in
8068 etc/images/gnus.
8069 * mm-util.el (mm-image-load-path): Likewise.
8070 * smiley.el (smiley-data-directory): Search for smilies in
8071 etc/images/smilies.
8072
8073 2005-02-09 Kim F. Storm <storm@cua.dk>
8074
8075 Change Emacs release version from 21.4 to 22.1 throughout.
8076 Change Emacs development version from 21.3.50 to 22.0.50.
8077
8078 2005-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
8079
8080 * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
8081
8082 * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
8083 non-Mule XEmacs as well.
8084 (mm-decompress-buffer): Signal an error intentionally if it does
8085 not decompress compressed data because auto-compression-mode is
8086 disabled.
8087
8088 2005-02-11 Teodor Zlatanov <tzz@lifelogs.com>
8089
8090 * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
8091 an ID in the registry even if it has no groups.
8092
8093 2005-02-10 Katsumi Yamaoka <yamaoka@jpl.org>
8094
8095 * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
8096 merge it into mm-decompress-buffer.
8097 (gnus-mime-copy-part): Use the MIME part charset, the value which
8098 a user specified or gnus-newsgroup-charset for decoding, like
8099 gnus-mime-inline-part does; set buffer-file-coding-system to tell
8100 save-buffer what was used. Suggested by Kevin Ryde
8101 <user42@zip.com.au>.
8102 (gnus-mime-inline-part): Allow the name parameter as well as the
8103 filename parameter; force decompressing of compressed data; always
8104 display contents being not decoded as unibyte.
8105
8106 * mm-view.el (mm-display-inline-fontify): Allow the name parameter
8107 as well as the filename parameter.
8108
8109 * mm-util.el (mm-decompress-buffer): Merge
8110 gnus-mime-jka-compr-maybe-uncompress.
8111 (mm-find-buffer-file-coding-system): Doc fix; force decompressing
8112 of compressed data.
8113
8114 2005-02-08 Simon Josefsson <jas@extundo.com>
8115
8116 * imap.el (imap-log): Doc fix.
8117
8118 2005-02-07 Katsumi Yamaoka <yamaoka@jpl.org>
8119
8120 * gnus-art.el (gnus-mime-inline-part): Decode parts according to
8121 the coding cookies; decompress compressed parts.
8122
8123 * mml.el (mml-generate-mime-1): Add the charaset parameter according
8124 to the value which a user specified manually or the coding cookie.
8125
8126 * mm-util.el (mm-string-to-multibyte): New function.
8127 (mm-detect-mime-charset-region): Work with Emacs 22 as well.
8128 (mm-coding-system-to-mime-charset): New function.
8129 (mm-decompress-buffer): New function.
8130 (mm-find-buffer-file-coding-system): New function.
8131
8132 * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
8133 (mm-display-inline-fontify): Rewrite for decoding and decompressing
8134 parts.
8135
8136 2005-02-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
8137
8138 * mm-view.el (mm-display-inline-fontify): Decode a part according
8139 to the charset parameter.
8140
8141 2005-02-03 Katsumi Yamaoka <yamaoka@jpl.org>
8142
8143 * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
8144 prefix arg is neither nil nor a number, as info specifies.
8145
8146 2005-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
8147
8148 * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
8149 timestamps.
8150
8151 2005-02-02 Jari Aalto <jari.aalto@cante.net>
8152
8153 * gnus-sum.el (gnus-list-of-unread-articles): Improve active
8154 groups error checking and notify user.
8155
8156 2005-02-02 Jari Aalto <jari.aalto@poboxes.com>
8157
8158 * message.el (message-send-mail-function): Check existence of
8159 sendmail-program first before using default value
8160 `message-send-mail-with-sendmail'. Otherwise use more generic
8161 `smtpmail-send-it'.
8162
8163 2005-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
8164
8165 * nntp.el (nntp-request-update-info): Always return nil.
8166
8167 2005-01-30 Stefan Monnier <monnier@iro.umontreal.ca>
8168
8169 * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
8170
8171 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8172
8173 * message.el (message-beginning-of-line): Change the behavior when
8174 invoked between BOL and : so that it first moves backward.
8175
8176 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8177
8178 * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
8179 article buffer when editing of the article is discarded.
8180 (gnus-article-prepare): Revert.
8181
8182 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org>
8183
8184 * gnus-art.el (gnus-article-prepare):
8185 Remove message-strip-forbidden-properties from the local hook.
8186
8187 2005-01-27 Simon Josefsson <jas@extundo.com>
8188
8189 * password.el (password-cache-add): Only start one timer per key.
8190 Reported by Derek Atkins <warlord@MIT.EDU>.
8191
8192 2005-01-26 Steve Youngs <steve@sxemacs.org>
8193
8194 * run-at-time.el: Removed. It is no longer needed as
8195 timer-funcs.el in the xemacs-base package has a working version of
8196 `run-at-time'.
8197
8198 * password.el: Require timer-funcs instead of run-at-time in
8199 XEmacs.
8200 Remove `password-run-at-time' macro.
8201 (password-cache-add): Use `run-at-time' instead of
8202 `password-run-at-time'.
8203
8204 * mail-source.el: Require timer-funcs instead of itimer in XEmacs
8205 for `run-with-idle-timer'.
8206
8207 * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
8208 for `run-at-time'.
8209
8210 * mm-url.el: Require timer-funcs at compile time when in XEmacs
8211 for `with-timeout'.
8212
8213 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
8214
8215 * mml.el (mml-generate-mime-1): Convert string into unibyte when
8216 inserting " *mml*" buffer's contents into a unibyte temp buffer.
8217
8218 2005-01-24 Harald Meland <harald.meland@usit.uio.no> (tiny change)
8219
8220 * mail-source.el (mail-source-fetch-imap): Search for ^From case
8221 sensitively.
8222
8223 2005-01-21 Derek Atkins <warlord@MIT.EDU> (tiny change)
8224
8225 * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
8226
8227 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org>
8228
8229 * mm-decode.el (mm-insert-part): Switch the multibyteness of data
8230 which will be inserted according to the multibyteness of a buffer
8231 rather than the type of contents. Suggested by ARISAWA Akihiro
8232 <ari@mbf.ocn.ne.jp>.
8233
8234 * nnrss.el (nnrss-find-el): Check carefully whether there's a list
8235 of string which old xml.el may return rather than a string.
8236
8237 2005-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
8238
8239 * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
8240
8241 2005-01-16 Simon Josefsson <jas@extundo.com>
8242
8243 * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
8244 idn/idna.el isn't available.
8245 (gnus-summary-idna-message): Doc fix. Suggested by Michael Cook
8246 <michael@waxrat.com>.
8247
8248 * hashcash.el: Remove non-FSF copyright header.
8249
8250 * hashcash.el (hashcash-extra-generate-parameters): New variable.
8251 (hashcash-generate-payment): Use it.
8252 (hashcash-generate-payment-async): Use it.
8253
8254 2005-01-15 Simon Josefsson <jas@extundo.com>
8255
8256 * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
8257 Suggested by Raymond Scholz <ray-2005@zonix.de>.
8258
8259 * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
8260 gnus-summary-idna-message.
8261 (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
8262 (gnus-summary-idna-message): New function.
8263
8264 2005-01-13 Reiner Steib <Reiner.Steib@gmx.de>
8265
8266 * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
8267 gnus-novice-user.
8268
8269 2005-01-12 Katsumi Yamaoka <yamaoka@jpl.org>
8270
8271 * nnrss.el (nnrss-request-delete-group): Delete entries in
8272 nnrss-group-alist as well.
8273 (nnrss-save-server-data): Insert newline.
8274
8275 2005-01-10 Reiner Steib <Reiner.Steib@gmx.de>
8276
8277 * gnus.el (gnus-user-agent): Use list of symbols instead of
8278 symbols. Display full version number for (S)XEmacs. Optionally
8279 display (S)XEmacs codename.
8280
8281 * gnus-util.el (gnus-emacs-version): Update for new
8282 `gnus-user-agent'.
8283
8284 * gnus-msg.el (gnus-extended-version): Make it possible to omit
8285 Gnus version.
8286
8287 2005-01-05 Reiner Steib <Reiner.Steib@gmx.de>
8288
8289 * spam.el (spam-face): New face. Don't use `gnus-splash-face'
8290 which is unreadable in some setups.
8291
8292 2005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
8293
8294 * gnus-spec.el (gnus-update-format-specifications): Flush the
8295 group format spec cache if it doesn't support decoded group names.
8296
8297 2005-01-03 Reiner Steib <Reiner.Steib@gmx.de>
8298
8299 * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
8300 Allow to apply decay on score files matching a regexp.
8301
8302 2004-12-30 Katsumi Yamaoka <yamaoka@jpl.org>
8303
8304 * gnus-group.el (gnus-group-line-format-alist): Keep the forward
8305 compatibility in %g and %c.
8306
8307 2004-12-29 Katsumi Yamaoka <yamaoka@jpl.org>
8308
8309 * gnus-group.el (gnus-group-line-format-alist): Use decoded group
8310 name for only %g and %c.
8311 (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
8312 of gnus-tmp-group to decoded group name.
8313 (gnus-group-make-rss-group): Exclude `/'s from group names.
8314
8315 2004-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
8316
8317 * nnrss.el (nnrss-get-encoding): Fix regexp.
8318
8319 2004-12-27 Simon Josefsson <jas@extundo.com>
8320
8321 * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
8322 mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
8323 trailing white space. Reported by Werner Koch <wk@gnupg.org>.
8324
8325 2004-12-17 Kim F. Storm <storm@cua.dk>
8326
8327 * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
8328
8329 * gnus-sum.el (gnus-summary-mode-map): Likewise.
8330
8331 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8332
8333 * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
8334
8335 2004-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
8336
8337 * nnrss.el: Require rfc2047 and mml.
8338 (nnrss-file-coding-system): New variable.
8339 (nnrss-format-string): Redefine it as an inline function.
8340 (nnrss-decode-group-name): New function.
8341 (nnrss-string-as-multibyte): Remove.
8342 (nnrss-retrieve-headers): Decode group name; don't use
8343 nnrss-format-string.
8344 (nnrss-request-group): Decode group name.
8345 (nnrss-request-article): Decode group name; allow a Message-ID as
8346 well as an article number; don't use nnrss-format-string; encode a
8347 Message-ID string which may contain non-ASCII characters; use
8348 mml-to-mime to compose a MIME article.
8349 (nnrss-request-expire-articles): Decode group name.
8350 (nnrss-request-delete-group): Decode group name.
8351 (nnrss-fetch): Clarify error message.
8352 (nnrss-read-server-data): Use insert-file-contents instead of load;
8353 bind file-name-coding-system; use multibyte buffer.
8354 (nnrss-save-server-data): Bind coding-system-for-write to the
8355 value of nnrss-file-coding-system; bind file-name-coding-system;
8356 add coding cookie.
8357 (nnrss-read-group-data): Use insert-file-contents instead of load;
8358 bind file-name-coding-system; use multibyte buffer.
8359 (nnrss-save-group-data): Bind coding-system-for-write to the
8360 value of nnrss-file-coding-system; bind file-name-coding-system.
8361 (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
8362 make it work with non-ASCII text.
8363 (nnrss-find-el): Make it work with old xml.el as well.
8364
8365 2004-12-26 Tsuyoshi AKIHO <akiho@kawachi.zaq.ne.jp>
8366
8367 * nnrss.el (nnrss-get-encoding): New function.
8368 (nnrss-fetch): Use unibyte buffer initially; bind
8369 coding-system-for-read while performing mm-url-insert; remove ^Ms;
8370 decode contents according to the encoding attribute.
8371 (nnrss-save-group-data): Add coding cookie.
8372 (nnrss-mime-encode-string): New function.
8373 (nnrss-check-group): Use it to encode subject and author.
8374
8375 2004-12-23 Teodor Zlatanov <tzz@lifelogs.com>
8376
8377 * spam.el (spam-check-BBDB): Don't get the symbol-value of an
8378 imaginary variable.
8379
8380 2004-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8381
8382 * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
8383 correctly even if there are wide characters.
8384
8385 2004-12-21 Teodor Zlatanov <tzz@lifelogs.com>
8386
8387 * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
8388 downcased symbol names; make a new cache instead of reusing
8389 bbdb-hashtable.
8390
8391 2004-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
8392
8393 * rfc2231.el (rfc2231-parse-string): Decode encoded value after
8394 concatenating segments rather than before concatenating them.
8395 Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8396
8397 * message.el (message-get-reply-headers): Bind `extra'.
8398
8399 2004-12-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
8400
8401 * message.el (message-extra-wide-headers): New variable.
8402 (message-get-reply-headers): Use it.
8403
8404 2004-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
8405
8406 * gnus-agent.el (gnus-agent-group-path): Decode group name.
8407 (gnus-agent-group-pathname): Ditto.
8408
8409 * gnus-cache.el (gnus-cache-file-name): Decode group name.
8410
8411 * gnus-group.el (gnus-group-make-group): Decode group name.
8412 (gnus-group-make-rss-group): Register the group data after opening
8413 the nnrss group.
8414
8415 2004-12-17 Paul Jarc <prj@po.cwru.edu>
8416
8417 * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
8418 by expiry now get marked as read.
8419
8420 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8421
8422 * mm-util.el (mm-xemacs-find-mime-charset): New macro.
8423
8424 2004-12-17 Aidan Kehoe <kehoea@parhasard.net>
8425
8426 * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
8427 unify Latin characters in XEmacs.
8428 (mm-find-mime-charset-region): Use it.
8429
8430 2004-12-17 Katsumi Yamaoka <yamaoka@jpl.org>
8431
8432 * gnus-util.el (gnus-delete-directory): New function.
8433
8434 * gnus-agent.el (gnus-agent-delete-group): Use it.
8435
8436 * gnus-cache.el (gnus-cache-delete-group): Use it.
8437
8438 2004-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
8439
8440 * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
8441 names.
8442
8443 2004-12-16 Simon Josefsson <jas@extundo.com>
8444
8445 * hashcash.el (hashcash-payment-alist): Fix custom :type.
8446
8447 2004-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
8448
8449 * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
8450
8451 * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
8452 (gnus-group-set-current-level): Decode group name.
8453
8454 2004-12-15 Maciek Pasternacki <maciekp@japhy.fnord.org> (tiny change)
8455
8456 * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
8457 failed.
8458
8459 2004-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
8460
8461 * gnus-group.el (gnus-group-delete-group): Decode group name.
8462 (gnus-group-make-rss-group): Encode group name.
8463 (gnus-group-catchup-current): Decode group name.
8464 (gnus-group-kill-group): Decode group name.
8465
8466 2004-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
8467
8468 * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
8469
8470 2004-12-13 Katsumi Yamaoka <yamaoka@jpl.org>
8471
8472 * gnus-group.el (gnus-group-make-rss-group):
8473 Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
8474
8475 * gnus-start.el (gnus-setup-news): Honor user's setting to
8476 gnus-message-archive-method. Suggested by Lute Kamstra
8477 <lute@gnu.org>.
8478
8479 2004-12-10 Arnaud Giersch <arnaud.giersch@free.fr> (tiny change)
8480
8481 * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
8482 global counterparts of the buffer-local variables.
8483
8484 2004-11-16 Romain Francoise <romain@orebokech.com>
8485
8486 * gnus-sum.el (gnus-summary-exit): Don't clear the global
8487 counterparts of the buffer-local variables.
8488
8489 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8490
8491 * message.el (message-forbidden-properties): Fixed typo in doc
8492 string.
8493
8494 2004-11-25 Reiner Steib <Reiner.Steib@gmx.de>
8495
8496 * gnus-util.el (gnus-replace-in-string): Added doc string.
8497
8498 * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
8499 to avoid problems when splitting mails with many recipients.
8500
8501 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
8504 pop-to-buffer, covered by the subsequent gnus-configure-windows.
8505
8506 2004-12-05 Nelson Ferreira <nelson.ferreira@ieee.org>
8507
8508 * spam-stat.el (spam-stat-save): Load the hashtable from disk only
8509 if there is no hashtable in memory or file modification time is
8510 newer than cached timestamp.
8511
8512 2004-12-03 Reiner Steib <Reiner.Steib@gmx.de>
8513
8514 * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
8515 not-matching option.
8516
8517 2004-12-02 Reiner Steib <Reiner.Steib@gmx.de>
8518
8519 * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
8520 Suggested David Mazieres in analogy to rmail-summary-by-recipients.
8521 (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8522 (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
8523 New functions. Suggested by Uwe Brauer <oub@mat.ucm.es>.
8524 (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
8525
8526 2004-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
8527
8528 * message.el (message-forward-make-body-mml): Remove headers
8529 according to message-forward-ignored-headers if a message is decoded.
8530
8531 2004-12-02 Romain Francoise <romain@orebokech.com>
8532
8533 * message.el (message-forward-make-body-plain): Always remove
8534 headers according to message-forward-ignored-headers.
8535
8536 2004-12-01 Teodor Zlatanov <tzz@lifelogs.com>
8537
8538 * spam.el (spam-summary-prepare-exit): Remove the
8539 gnus-summary-limit pop for now, it has problems with ham marks for
8540 me.
8541
8542 2004-11-29 Teodor Zlatanov <tzz@lifelogs.com>
8543
8544 * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
8545 correctly.
8546
8547 2004-11-28 Carl Henrik Lunde <chlunde+bugs+@ping.uio.no> (tiny change)
8548
8549 * format-spec.el (format-spec): Message the char.
8550
8551 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8552
8553 * gnus-art.el (gnus-split-methods): Reformat comments.
8554
8555 * spam.el (spam-summary-prepare-exit): Remove article limits
8556 before exiting the summary buffer.
8557
8558 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8559
8560 * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
8561 order to silence the byte compiler.
8562
8563 * spam.el: Fix the way to silence the byte compiler, which
8564 complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
8565 bbdb-search-simple, spam-BBDB-register-routine,
8566 spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
8567 spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
8568 spam-stat-buffer-is-spam, spam-stat-load,
8569 spam-stat-register-ham-routine, spam-stat-register-spam-routine,
8570 spam-stat-save and spam-stat-split-fancy.
8571
8572 2004-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
8573
8574 * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
8575 which may confuse users.
8576 (canlock-password-for-verify): Ditto.
8577
8578 * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
8579
8580 * gnus-art.el (gnus-emphasis-alist): Ditto.
8581
8582 * gnus-registry.el (gnus-registry-max-entries): Ditto.
8583
8584 * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
8585
8586 * gnus-start.el (gnus-save-killed-list): Ditto.
8587
8588 * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
8589 (gnus-sum-thread-tree-root): Ditto.
8590 (gnus-sum-thread-tree-false-root): Ditto.
8591 (gnus-sum-thread-tree-single-indent): Ditto.
8592
8593 * message.el (message-courtesy-message): Ditto.
8594 (message-archive-note): Ditto.
8595 (message-subscribed-address-file): Ditto.
8596 (message-user-fqdn): Ditto.
8597
8598 * spam-report.el (spam-report-gmane-regex): Ditto.
8599
8600 * spam.el (spam-blackhole-good-server-regex): Ditto.
8601
8602 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8603
8604 * mml.el (mml-preview): Widen the message buffer before copying
8605 the contents to the preview buffer; sort headers before previewing.
8606
8607 * message.el (message-hidden-headers): Fix the way to avoid a bug
8608 in the `repeat' widget in Emacs 21.3 or earlier.
8609
8610 2004-11-25 Katsumi Yamaoka <yamaoka@jpl.org>
8611
8612 * message.el (message-hidden-headers): Default to "^References:".
8613 Improve customization type. Suggested by Reiner Steib
8614 <Reiner.Steib@gmx.de>.
8615
8616 2004-11-25 Romain Francoise <romain@orebokech.com>
8617
8618 * message.el (message-strip-forbidden-properties): Remove check for
8619 obsolete `message-hidden' text property, hidden headers are not
8620 accessible in the buffer anymore.
8621
8622 2004-11-22 Romain Francoise <romain@orebokech.com>
8623
8624 * message.el (message-header-format-alist): Add `From' in list
8625 so that it can be sorted.
8626 (message-fix-before-sending): Widen and sort headers before
8627 sending.
8628 (message-hide-headers): Use narrowing to hide headers by moving
8629 them to the top of the buffer and narrowing to the region
8630 underneath.
8631
8632 2004-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8633
8634 * message.el (message-strip-forbidden-properties): Bind
8635 buffer-read-only (etc) to nil.
8636
8637 2004-11-23 Katsumi Yamaoka <yamaoka@jpl.org>
8638
8639 * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
8640 address-mime. Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
8641
8642 2004-11-22 Marek Martin <marek.martin@mum.pri.ee> (tiny change)
8643
8644 * nnfolder.el (nnfolder-request-create-group): Save current buffer.
8645
8646 2004-11-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
8647
8648 * dns.el (query-dns): Use sit-for to time instead of
8649 accept-process-output, since that doesn't seem to work on udp
8650 sockets.
8651
8652 2004-11-17 Katsumi Yamaoka <yamaoka@jpl.org>
8653
8654 * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
8655
8656 2004-11-15 Jesper Harder <harder@ifa.au.dk>
8657
8658 * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
8659 doc string. Improve doc string.
8660
8661 2004-11-15 Katsumi Yamaoka <yamaoka@jpl.org>
8662
8663 * nntp.el (nntp-request-update-info): Return nil if
8664 nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
8665 may not call gnus-activate-group which uselessly issues the GROUP
8666 commands for all nntp groups and wastes time. Reported by Romain
8667 Francoise <romain@orebokech.com>.
8668
8669 * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
8670
8671 2004-11-15 Simon Josefsson <jas@extundo.com>
8672
8673 * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
8674 headers separately.
8675 (gnus-button-openpgp): New function, inspired by Jochen Küpper
8676 <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
8677
8678 2004-11-14 Reiner Steib <Reiner.Steib@gmx.de>
8679
8680 * gnus-start.el (gnus-convert-old-newsrc):
8681 Assign legacy-gnus-agent to 5.10.7.
8682
8683 2004-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
8684
8685 * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
8686 start of the lines.
8687
8688 2004-11-14 Magnus Henoch <mange@freemail.hu>
8689
8690 * hashcash.el (hashcash-default-payment): Change default to 20
8691 (hashcash-default-accept-payment): Change default to 20
8692 (hashcash-process-alist): New variable
8693 (hashcash-generate-payment-async): Add
8694 (hashcash-already-paid-p): Add
8695 (hashcash-insert-payment): Don't generate payments twice
8696 (hashcash-insert-payment-async): Add
8697 (hashcash-insert-payment-async-2): Add
8698 (hashcash-cancel-async): Add
8699 (hashcash-wait-async): Add
8700 (hashcash-processes-running-p): Add
8701 (hashcash-wait-or-cancel): Add
8702 (mail-add-payment): New optional argument. Conditionally start
8703 asynchronous calculation.
8704 (mail-add-payment-async): Add
8705
8706 * message.el (message-send-mail): Wait for asynchronous hashcash
8707 results. Don't clobber existing X-Hashcash headers.
8708 (message-setup-1): Call mail-add-payment-async when
8709 message-generate-hashcash is non-nil.
8710
8711 2004-11-11 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
8712
8713 * message.el (message-use-alternative-email-as-from): Examine the
8714 From header as well; use message-make-from in order to include a
8715 user's full name.
8716
8717 2004-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
8718
8719 * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
8720 default; improve customization type.
8721 (gnus-emphasis-custom-with-format): New macro.
8722 (gnus-emphasis-custom-value-to-external): New function.
8723 (gnus-emphasis-custom-value-to-internal): New function.
8724
8725 2004-11-09 Lars Magne Ingebrigtsen <larsi@gnus.org>
8726
8727 * dns.el (query-dns): Resolve reverse addresses.
8728
8729 2004-10-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
8730
8731 * gnus-group.el (gnus-group-get-new-news): Use it.
8732
8733 * gnus-start.el (gnus-check-reasonable-setup): New function.
8734
8735 2004-11-07 Katsumi Yamaoka <yamaoka@jpl.org>
8736
8737 * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
8738 "Args out of range" error. Reported by Arnaud Giersch
8739 <arnaud.giersch@free.fr>.
8740
8741 2004-11-07 Stefan Wiens <s.wi@gmx.net> (tiny change)
8742
8743 * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
8744
8745 2004-11-04 Richard M. Stallman <rms@gnu.org>
8746
8747 * spam.el (spam group): Add :version.
8748
8749 * pgg-def.el (pgg group): Add :version.
8750
8751 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org>
8752
8753 * gnus-art.el (gnus-article-edit-article): Don't associate the
8754 article buffer with a draft file. This is a temporary measure
8755 against the 2004-08-22 change to gnus-article-edit-mode.
8756
8757 2004-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
8758
8759 * html2text.el (html2text-get-attr): Remove unused argument `tag'.
8760 (html2text-format-tags): Remove unused variable `attr'.
8761
8762 2004-11-01 Reiner Steib <Reiner.Steib@gmx.de>
8763
8764 * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
8765
8766 * spam-stat.el (spam-stat): Add :version.
8767
8768 * sieve.el (sieve): Add :version.
8769
8770 * sha1.el (sha1): Add :version.
8771 (sha1-use-external): Remove redundant version.
8772
8773 * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
8774 (nnmail-cache-ignore-groups, nnmail-spool-hook)
8775 (nnmail-split-fancy-match-partial-words)
8776 (nnmail-split-lowercase-expanded): Add :version.
8777
8778 * nndiary.el (nndiary): Add :version.
8779
8780 * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
8781
8782 * mml-sec.el (mml-default-sign-method)
8783 (mml-default-encrypt-method, mml-signencrypt-style-alist):
8784 Add :version.
8785
8786 * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
8787
8788 * mm-url.el (mm-url-use-external, mm-url-program)
8789 (mm-url-arguments): Add :version.
8790
8791 * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
8792 (mm-attachment-file-modes, mm-decrypt-option)
8793 (mm-w3m-safe-url-regexp): Add :version.
8794
8795 * message.el (message-cite-prefix-regexp)
8796 (message-sendmail-envelope-from, message-minibuffer-local-map)
8797 (message-user-fqdn, message-completion-alist): Add :version.
8798
8799 * gnus-win.el (gnus-configure-windows-hook)
8800 (gnus-use-frames-on-any-display): Add :version.
8801
8802 * gnus-art.el (gnus-article-address-banner-alist)
8803 (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
8804 (gnus-treat-from-picon, gnus-treat-mail-picon)
8805 (gnus-treat-x-pgp-sig): Add :version.
8806
8807 * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
8808 (gnus-undownloaded-mark, gnus-summary-article-move-hook)
8809 (gnus-summary-article-delete-hook)
8810 (gnus-summary-display-while-building): Add :version.
8811
8812 * gnus-start.el (gnus-subscribe-newsgroup-hooks)
8813 (gnus-get-top-new-news-hook):Add :version.
8814
8815 * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8816 (gnus-server-closed-face, gnus-server-denied-face): Add :version.
8817
8818 * gnus-registry.el (gnus-registry): Add :version.
8819
8820 * gnus-spec.el (gnus-use-correct-string-widths)
8821 (gnus-make-format-preserve-properties): Add :version.
8822
8823 * gnus.el (gnus-group-charter-alist)
8824 (gnus-group-fetch-control-use-browse-url)
8825 (gnus-install-group-spam-parameters): Add :version.
8826
8827 * gnus-diary.el (gnus-diary): Add :version.
8828
8829 * gnus-delay.el (gnus-delay): Add :version.
8830
8831 * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
8832 (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
8833 (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
8834 Add :version.
8835
8836 * gnus-agent.el (gnus-agent-max-fetch-size)
8837 (gnus-agent-enable-expiration, gnus-agent-queue-mail)
8838 (gnus-agent-prompt-send-queue): Add :version.
8839
8840 * deuglify.el (gnus-outlook-deuglify): Add :version.
8841
8842 * html2text.el: Beautify code. Improve doc strings. Some
8843 checkdoc cleanup.
8844 (html2text-get-attr, html2text-fix-paragraph): Simplify code.
8845
8846 2004-11-01 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
8847
8848 * html2text.el (html2text-format-tag-list): Add "strong" and "em".
8849
8850 2004-10-29 Teodor Zlatanov <tzz@lifelogs.com>
8851
8852 * gnus-registry.el (gnus-registry-hashtb): Create the registry
8853 when package is loaded.
8854
8855 * spam.el (spam-summary-score-preferred-header): Add global preference
8856 for people who want to override the default SpamAssassin over
8857 Bogofilter preference (when both are set).
8858 (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
8859 (spam-user-format-function-S): Check
8860 spam-summary-score-preferred-header.
8861 (spam-extra-header-to-number): Add X-Bogosity header parsing.
8862 (spam-user-format-function-S): Format the score correctly.
8863
8864 2004-10-29 Katsumi Yamaoka <yamaoka@jpl.org>
8865
8866 * gnus-msg.el (gnus-configure-posting-styles): Work with empty
8867 signature file. Suggested by Manoj Srivastava
8868 <srivasta@golden-gryphon.com>.
8869
8870 * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
8871 iso-2022-jp even in the Japanese language environment.
8872 Suggested by Jason Rumney <jasonr@gnu.org>.
8873
8874 2004-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
8875
8876 * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
8877 use the same characters as the dummy marks; make it free from
8878 getting affected by the language environment.
8879 (gnus-summary-read-group-1): Update mark positions only when the
8880 format spec is updated.
8881
8882 * gnus-spec.el (gnus-update-format-specifications): Return a list
8883 of updated types.
8884
8885 2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
8886
8887 * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
8888 of boundp to check if display-warning is available.
8889
8890 2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
8891
8892 * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
8893
8894 2004-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
8895
8896 * nnspool.el (nnspool-spool-directory): Use news-path if the
8897 news-directory variable is not bound.
8898
8899 * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
8900 function instead of display-warning if it is not available.
8901
8902 2004-10-26 Reiner Steib <Reiner.Steib@gmx.de>
8903
8904 * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
8905 v5-10: Use `point-at-bol'.
8906
8907 2004-10-26 Simon Josefsson <jas@extundo.com>
8908
8909 * hashcash.el: Fix URL in comment, reported by Cheng Gao
8910 <chenggao@gmail.com>.
8911
8912 2004-10-25 Reiner Steib <Reiner.Steib@gmx.de>
8913
8914 * html2text.el (html2text-buffer-head): Remove. Use `goto-char'
8915 instead.
8916
8917 2004-10-25 Teodor Zlatanov <tzz@lifelogs.com>
8918
8919 * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
8920 to remove a server from the nnimap-server-buffer-alist.
8921 (nnimap-open-connection, nnimap-close-server): Use it.
8922
8923 * gnus-encrypt.el: Remove file in favor of encrypt.el.
8924
8925 2004-10-21 Katsumi Yamaoka <yamaoka@jpl.org>
8926
8927 * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
8928 running the major-mode function.
8929
8930 2004-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
8931
8932 * gnus-sum.el (gnus-update-summary-mark-positions): Search for
8933 dummy marks in the right way.
8934
8935 2004-10-18 David Edmondson <dme@dme.org>
8936
8937 * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
8938 excessively.
8939
8940 2004-10-18 Teodor Zlatanov <tzz@lifelogs.com>
8941
8942 * gnus-util.el (gnus-split-references): Accept a nil references
8943 string and go on blissfully.
8944
8945 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
8946 cases where the references string is non-nil but has no references.
8947
8948 * encrypt.el: Add autoload tags.
8949
8950 * spam.el (spam-resolve-registrations-routine): Remove article
8951 from unregistration list too. Reported by David Hanak
8952 <dhanak@isis.vanderbilt.edu>
8953
8954 2004-10-18 Reiner Steib <Reiner.Steib@gmx.de>
8955
8956 * gnus-art.el (gnus-copy-article-ignored-headers): Default to
8957 nil. Changed custom type.
8958
8959 2004-10-17 Reiner Steib <Reiner.Steib@gmx.de>
8960
8961 * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
8962
8963 * gnus-sum.el (gnus-summary-move-article): Use it.
8964
8965 2004-10-15 Teodor Zlatanov <tzz@lifelogs.com>
8966
8967 * encrypt.el: Add autoload cookies.
8968
8969 * spam.el (spam-backend-article-list-property)
8970 (spam-backend-get-article-todo-list)
8971 (spam-backend-put-article-todo-list, )
8972 (spam-summary-prepare-exit, spam-resolve-registrations-routine):
8973 Resolve registrations separately.
8974 (spam-register-routine): Format comments.
8975 (spam-unregister-routine, spam-register-routine): Always call with
8976 specific-articles, no default list.
8977 (spam-summary-prepare-exit): Use the spam-classifications function.
8978
8979 * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
8980 gnus-encrypt.el.
8981
8982 * encrypt.el: Copied from gnus-encrypt.el.
8983
8984 * gnus-encrypt.el: Commented that it's obsolete.
8985
8986 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
8987
8988 * gnus-score.el (gnus-adaptive-pretty-print): New variable.
8989 (gnus-score-save): Use it.
8990
8991 * message.el (message-bury): Use `window-dedicated-p'.
8992
8993 2004-10-15 Simon Josefsson <jas@extundo.com>
8994
8995 * pop3.el (top-level): Don't require nnheader.
8996 (pop3-read-timeout): Add.
8997 (pop3-accept-process-output): Add.
8998 (pop3-read-response, pop3-retr): Use it.
8999
9000 2004-10-14 Teodor Zlatanov <tzz@lifelogs.com>
9001
9002 * spam.el (spam-register-routine): Move comment.
9003 (spam-verify-bogofilter): Use 'unknown for the initial
9004 spam-bogofilter-valid state, not 'never.
9005
9006 * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
9007 for netrc-machine.
9008
9009 * nnimap.el (nnimap-open-connection): Use
9010 netrc-machine-user-or-password.
9011
9012 2004-10-17 Richard M. Stallman <rms@gnu.org>
9013
9014 * gnus-registry.el (gnus-registry-unload-hook):
9015 Set as a variable with add-hook.
9016
9017 * nnspool.el (nnspool-spool-directory): Use news-directory instead
9018 of news-path.
9019
9020 * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
9021
9022 * spam.el: Delete duplicate `provide'.
9023 (spam-unload-hook): Set as a variable with add-hook.
9024
9025 2004-10-15 Reiner Steib <Reiner.Steib@gmx.de>
9026
9027 * pop3.el (pop3-leave-mail-on-server): Describe possible problems
9028 in the doc string.
9029
9030 * message.el (message-ignored-news-headers)
9031 (message-ignored-supersedes-headers)
9032 (message-ignored-resent-headers)
9033 (message-forward-ignored-headers): Improve custom type.
9034
9035 2004-10-13 Katsumi Yamaoka <yamaoka@jpl.org>
9036
9037 * message.el (message-tokenize-header): Fix 2004-09-06 change
9038 which used point-min in the wrong place.
9039
9040 2004-10-12 Simon Josefsson <jas@extundo.com>
9041
9042 * tls.el (tls-certtool-program): New variable.
9043 (tls-certificate-information): New function, based on
9044 ssl-certificate-information.
9045
9046 2004-10-12 Katsumi Yamaoka <yamaoka@jpl.org>
9047
9048 * compface.el: Move the version of ELisp-based uncompface program
9049 to the contrib directory because of the copyright problem.
9050
9051 2004-10-12 Reiner Steib <Reiner.Steib@gmx.de>
9052
9053 * message.el (message-kill-buffer): Raise the current frame.
9054
9055 2004-10-10 Reiner Steib <Reiner.Steib@gmx.de>
9056
9057 * gnus-sum.el: Mention that multibyte characters don't work as marks.
9058
9059 * gnus.el (message-y-or-n-p): Autoload.
9060
9061 * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
9062 (pop3-password-required, pop3-authentication-scheme)
9063 (pop3-leave-mail-on-server): Made customizable.
9064 (pop3): New custom group.
9065 (pop3-retr): Remove `sleep-for' statements.
9066 Suggested by Dave Love <fx@gnu.org>.
9067
9068 * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
9069 Windows/DOS.
9070
9071 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
9072 (imap-parse-body): Fix incorrect use of `assert'. Suggested by
9073 Dave Love <fx@gnu.org>.
9074
9075 * mml.el (mml-minibuffer-read-disposition): Require match.
9076 Suggested by Dave Love <fx@gnu.org>.
9077
9078 2004-10-11 Reiner Steib <Reiner.Steib@gmx.de>
9079
9080 * gnus-group.el (gnus-group-delete-group): Change "\t." to " " in
9081 doc string.
9082
9083 2004-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
9084
9085 * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
9086
9087 2004-10-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9088
9089 * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
9090 instead of calling `mm-insert-inline', to decode text/* parts
9091 before displaying them.
9092
9093 2004-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
9094
9095 * mm-uu.el (mm-uu-text-plain-type): New variable.
9096 (mm-uu-pgp-signed-extract-1): Use it.
9097 (mm-uu-pgp-encrypted-extract-1): Use it.
9098 (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
9099 bind mm-uu-text-plain-type with that value.
9100 (mm-uu-dissect-text-parts): Pass MIME type and parameters to
9101 mm-uu-dissect.
9102
9103 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9104
9105 * gnus-group.el (gnus-update-group-mark-positions):
9106 * gnus-sum.el (gnus-update-summary-mark-positions):
9107 * message.el (message-check-news-body-syntax):
9108 * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
9109 of string-as-multibyte.
9110
9111 2004-10-05 Juri Linkov <juri@jurta.org>
9112
9113 * gnus-group.el (gnus-update-group-mark-positions):
9114 * gnus-sum.el (gnus-update-summary-mark-positions):
9115 * message.el (message-check-news-body-syntax):
9116 * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
9117 8-bit unibyte values to a multibyte string for search functions.
9118
9119 2004-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
9120
9121 * mm-uu.el (mm-uu-dissect): Allow optional arg.
9122 (mm-uu-dissect-text-parts): New function.
9123
9124 * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
9125 dissect text parts.
9126
9127 * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
9128 (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
9129
9130 * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
9131
9132 * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
9133 gnus-current-topics instead of gnus-current-topic.
9134
9135 2004-10-06 Jesper Harder <harder@ifa.au.dk>
9136
9137 * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
9138
9139 2004-10-05 Jesper Harder <harder@ifa.au.dk>
9140
9141 * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
9142 where approriate.
9143
9144 * nnml.el (nnml-generate-active-info): do.
9145
9146 * nndiary.el (nndiary-generate-active-info): do.
9147
9148 * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
9149 (gnus-topic-move): do.
9150
9151 * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
9152 (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
9153
9154 * gnus-srvr.el (gnus-server-prepare)
9155 (gnus-server-open-all-servers): do.
9156
9157 * gnus-msg.el (gnus-summary-cancel-article)
9158 (gnus-summary-resend-message)
9159 (gnus-summary-mail-crosspost-complaint): do.
9160
9161 * gnus-move.el (gnus-change-server): do.
9162
9163 * gnus-group.el (gnus-group-unmark-all-groups)
9164 (gnus-group-set-current-level): do.
9165
9166 2004-10-04 Simon Josefsson <jas@extundo.com>
9167
9168 * message.el (message-generate-hashcash): Doc fix.
9169
9170 2004-10-02 Kevin Greiner <kgreiner@compsol.cc>
9171
9172 * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
9173 avoid infinite recursion via gnus-get-function.
9174
9175 2004-10-02 Jesper Harder <harder@ifa.au.dk>
9176
9177 * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
9178
9179 * nnfolder.el (nnfolder-generate-active-file): Use dolist.
9180
9181 * nnmail.el (nnmail-split-history): do.
9182
9183 * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
9184 (nnml-request-delete-group): do.
9185
9186 * nnslashdot.el (nnslashdot-read-groups): do.
9187
9188 * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
9189 (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
9190
9191 * nnspool.el (nnspool-find-id): Use with-temp-buffer.
9192 (nnspool-sift-nov-with-sed): Use last
9193 (nnspool-retrieve-headers-with-nov): Use mapc.
9194 (nnspool-request-newgroups): Use dolist.
9195 (nnspool-request-group): Use last.
9196
9197 * nntp.el (nntp-read-server-type): Use dolist.
9198
9199 * nnvirtual.el (nnvirtual-create-mapping)
9200 (nnvirtual-update-read-and-marked): Use dolist.
9201 (nnvirtual-convert-headers): Simplify.
9202
9203 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9204
9205 * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
9206 support for sync'ing tick marks.
9207
9208 2004-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
9209
9210 * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
9211 there's no visible header.
9212
9213 2004-10-01 Kevin Greiner <kgreiner@compsol.cc>
9214
9215 * gnus-agent.el (gnus-agent-synchronize-group-flags): When
9216 necessary, pass full group name to gnus-request-set-marks.
9217
9218 2004-10-01 Simon Josefsson <jas@extundo.com>
9219
9220 * mailcap.el (mailcap-mime-data): Add pdf. Remove non-free
9221 acroread.
9222
9223 2004-10-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
9224
9225 * spam-report.el (spam-report-gmane): Fix interactive.
9226
9227 * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
9228
9229 * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
9230 when writing file.
9231 (gnus-agent-synchronize-flags): Don't default to being
9232 interactive.
9233
9234 2004-09-30 Simon Josefsson <jas@extundo.com>
9235
9236 * message.el (message-generate-hashcash): Add.
9237 (message-send-mail): Use it, call mail-add-payment.
9238
9239 2004-09-29 Teodor Zlatanov <tzz@lifelogs.com>
9240
9241 * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
9242
9243 2004-09-28 Kevin Greiner <kgreiner@compsol.cc>
9244
9245 * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
9246 gnus-requst-update-info with explicit code to sync the in-memory
9247 info read flags with the marks being sync'd to the backend.
9248
9249 *gnus-util.el (gnus-pp): Added optional stream to match pp API.
9250
9251 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9252
9253 * spam.el (spam-verify-bogofilter): Add new function.
9254 (spam-check-bogofilter)
9255 (spam-bogofilter-register-with-bogofilter): Use it.
9256 (spam-verify-bogofilter): Add small fixes.
9257
9258 2004-09-28 Simon Josefsson <jas@extundo.com>
9259
9260 * hashcash.el (hashcash-generate-payment): Revert.
9261
9262 2004-09-28 Teodor Zlatanov <tzz@lifelogs.com>
9263
9264 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
9265 gnus-extract-references instead of gnus-split-references.
9266
9267 * gnus-util.el (gnus-extract-references): Add new function, analogous
9268 to gnus-split-references but extracts only the message-ID without
9269 anything extra.
9270
9271 * hashcash.el (hashcash-generate-payment)
9272 (hashcash-check-payment): Do the right thing if hashcash-path is
9273 nil (because the hashcash program could not be found).
9274
9275 * spam.el (spam-use-hashcash): Remove comment.
9276
9277 2004-09-27 Jesper Harder <harder@ifa.au.dk>
9278
9279 * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
9280 (gnus-cache-enter-article, gnus-cache-remove-article)
9281 (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
9282
9283 * gnus-async.el (gnus-async-prefetch-remove-group): do.
9284
9285 * gnus-art.el (article-hide-boring-headers)
9286 (article-translate-strings, article-display-face)
9287 (gnus-article-mime-match-handle-first)
9288 (gnus-article-highlight-headers)
9289 (gnus-article-add-buttons-to-head): do.
9290
9291 2004-09-27 Simon Josefsson <jas@extundo.com>
9292
9293 * hashcash.el: New version, from
9294 http://users.actrix.co.nz/mycroft/hashcash.el. Previously in
9295 ../contrib/.
9296
9297 2004-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
9298
9299 * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
9300
9301 2004-09-26 Jesper Harder <harder@ifa.au.dk>
9302
9303 * gnus-dup.el (gnus-dup-open): Use mapc.
9304 (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
9305
9306 (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
9307 Reported by Stefan Wiens <s.wi@gmx.net>.
9308
9309 * gnus.el (gnus-shutdown): Use dolist.
9310
9311 * gnus-undo.el (gnus-undo): Use mapc.
9312
9313 * nnrss.el (nnrss-generate-active): do.
9314
9315 * message.el (message-cite-original-without-signature)
9316 (message-cite-original): Use mapc.
9317 (message-do-actions, message-make-forward-subject): Use dolist.
9318
9319 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9320
9321 * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
9322 deletion to remove entire duplicate line. Fixes merged article
9323 number bug.
9324
9325 2004-09-25 Kevin Greiner <kgreiner@compsol.cc>
9326
9327 * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
9328 servers that are offline. Avoids having gnus-agent-toggle-plugged
9329 first ask if you want to open a server and then, even when you
9330 responded with no, asking if you want to synchronize the server's
9331 flags.
9332 (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
9333 multi-line expressions.
9334 (gnus-agent-synchronize-group-flags): New internal function.
9335 Updates marks in memory (in the info structure) AND in the
9336 backend.
9337
9338 * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
9339
9340 * nnagent.el (nnagent-request-set-mark): Use
9341 gnus-agent-synchronize-group-flags, not backend's request-set-mark
9342 method, to ensure that synchronization updates marks in the
9343 backend and in the info (in memory) structure.
9344
9345 2004-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
9346
9347 * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
9348 convention fully; don't miss the root article of a thread; make
9349 the X-Draft-From header with correct article numbers.
9350
9351 2004-09-23 Kevin Greiner <kgreiner@compsol.cc>
9352
9353 * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
9354 unless plugged. Disable the agent so that an open failure causes
9355 an error.
9356
9357 * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
9358 Reverted 2004-09-21 change. The backend must be opened while
9359 synchronizing flags even when the backend stores the flags
9360 locally.
9361
9362 2004-09-23 Reiner Steib <Reiner.Steib@gmx.de>
9363
9364 * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
9365 in `header' match. Reported by Svend Tollak Munkejord.
9366
9367 * message.el (message-cite-original): Fix use of
9368 `message-cite-articles-with-x-no-archive'.
9369
9370 2004-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
9371
9372 * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
9373 (gnus-window-to-buffer): Ditto.
9374
9375 * mml.el (mml-preview-buffer): New variable.
9376 (mml-preview): Manage window layout with gnus-buffer-configuration.
9377
9378 * gnus-msg.el (gnus-setup-message): Put article numbers into the
9379 X-Draft-From header even if those articles aren't quoted.
9380
9381 2004-09-21 Kevin Greiner <kgreiner@compsol.cc>
9382
9383 * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
9384 (gnus-request-set-mark, gnus-request-update-mark): Use new
9385 g-s-t-u-l-m to decide to use backend even when unplugged.
9386
9387 2004-09-21 Katsumi Yamaoka <yamaoka@jpl.org>
9388
9389 * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
9390 a trailing whitespace. Suggested by Cheng Gao <chenggao@gmail.com>.
9391
9392 2004-09-20 Simon Josefsson <jas@extundo.com>
9393
9394 * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
9395 "utf-16-le".
9396
9397 2004-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
9398
9399 * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
9400
9401 2004-09-19 Reiner Steib <Reiner.Steib@gmx.de>
9402
9403 * uudecode.el (uudecode-use-external): Add :version.
9404
9405 * smime.el (smime-CA-file, smime-encrypt-cipher)
9406 (smime-dns-server): Add :version.
9407
9408 * smiley.el (gnus-smiley-file-types): Add :version.
9409
9410 * sha1.el (sha1-use-external): Add :version.
9411
9412 * pgg-def.el (pgg-query-keyserver): Add :version.
9413
9414 * nnmail.el (nnmail-fancy-expiry-targets)
9415 (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
9416 Add :version.
9417
9418 * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
9419 (nnimap-retrieve-groups-asynchronous): Add :version.
9420 (nnimap-close-asynchronous): Add :version. Fixed typo in doc string.
9421
9422 * mml.el (mml-content-disposition-parameters)
9423 (mml-insert-mime-headers-always): Add :version.
9424
9425 * mm-util.el (mm-coding-system-priorities): Add :version.
9426
9427 * mm-decode.el (mm-inline-text-html-with-images)
9428 (mm-keep-viewer-alive-types, mm-external-terminal-program)
9429 (mm-verify-option): Add :version.
9430 (mm-text-html-renderer): Change :version.
9431
9432 * message.el (message-fcc-externalize-attachments)
9433 (message-required-headers, message-draft-headers)
9434 (message-subject-trailing-was-query)
9435 (message-subject-trailing-was-ask-regexp)
9436 (message-subject-trailing-was-regexp, message-mark-insert-begin)
9437 (message-mark-insert-end, message-archive-header)
9438 (message-archive-note, message-cross-post-default)
9439 (message-cross-post-note, message-followup-to-note)
9440 (message-cross-post-note-function, message-use-mail-followup-to)
9441 (message-subscribed-address-functions)
9442 (message-subscribed-address-file, message-subscribed-addresses)
9443 (message-subscribed-regexps, message-allow-no-recipients)
9444 (message-yank-cited-prefix, message-signature-insert-empty-line)
9445 (message-hidden-headers, message-hierarchical-addresses)
9446 (message-mail-user-agent, message-use-idna)
9447 (message-valid-fqdn-regexp)
9448 (message-strip-special-text-properties, message-header-synonyms)
9449 (message-beginning-of-line, message-tab-body-function): Add :version.
9450 (message-insert-canlock, message-wide-reply-confirm-recipients):
9451 Change :version.
9452
9453 * mail-source.el (mail-source-ignore-errors): Add :group, :type
9454 and :version.
9455 (mail-source-delete-old-incoming-confirm)
9456 (mail-source-movemail-program): Add :version.
9457
9458 * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
9459 (gnus-agent-cache, gnus-agent): Change :version.
9460
9461 * gnus-util.el (gnus-use-byte-compile): Change :version.
9462
9463 * gnus-sum.el (gnus-summary-make-false-root-always)
9464 (gnus-summary-default-high-score)
9465 (gnus-summary-default-low-score, gnus-auto-goto-ignores)
9466 (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
9467 (gnus-read-all-available-headers, gnus-article-emulate-mime)
9468 (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
9469 (gnus-sum-thread-tree-single-indent)
9470 (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9471 (gnus-sum-thread-tree-leaf-with-other)
9472 (gnus-sum-thread-tree-single-leaf): Add :version.
9473 (gnus-summary-display-arrow, gnus-summary-muttprint-program)
9474 (gnus-article-loose-mime): Change :version.
9475
9476 * gnus-start.el (gnus-backup-startup-file)
9477 (gnus-save-startup-file-via-temp-buffer): Add :version.
9478
9479 * gnus-srvr.el (gnus-server-browse-in-group-buffer)
9480 (gnus-server-offline-face): Add :version.
9481
9482 * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
9483
9484 * gnus-msg.el (gnus-gcc-externalize-attachments)
9485 (gnus-debug-files, gnus-debug-exclude-variables)
9486 (gnus-discouraged-post-methods): Change :version.
9487 (gnus-confirm-mail-reply-to-news)
9488 (gnus-confirm-treat-mail-like-news): Add :version.
9489
9490 * gnus-int.el (gnus-server-unopen-status): Add :version.
9491
9492 * gnus-group.el (gnus-group-jump-to-group-prompt)
9493 (gnus-large-ephemeral-newsgroup)
9494 (gnus-fetch-old-ephemeral-headers): Add :version.
9495
9496 * gnus-fun.el (gnus-x-face-directory)
9497 (gnus-convert-pbm-to-x-face-command)
9498 (gnus-convert-image-to-x-face-command)
9499 (gnus-convert-image-to-face-command): Add :version.
9500
9501 * gnus-delay.el (gnus-delay-default-hour): Add :version.
9502
9503 * gnus-cite.el (gnus-cite-blank-line-after-header)
9504 (gnus-article-boring-faces): Add :version.
9505
9506 * gnus-art.el (gnus-buttonized-mime-types)
9507 (gnus-inhibit-mime-unbuttonizing)
9508 (gnus-treat-display-face)
9509 (gnus-treat-body-boundary): Change :version.
9510 (gnus-body-boundary-delimiter, gnus-picon-databases)
9511 (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
9512 (gnus-treat-date-english, gnus-treat-fold-headers)
9513 (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
9514 (gnus-treat-mail-picon, gnus-treat-wash-html)
9515 (gnus-article-encrypt-protocol)
9516 (gnus-use-idna, gnus-article-over-scroll)
9517 (gnus-mime-display-multipart-alternative-as-mixed)
9518 (gnus-mime-display-multipart-related-as-mixed)
9519 (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
9520 (gnus-ctan-url, gnus-button-ctan-handler)
9521 (gnus-button-handle-ctan-bogus-regexp)
9522 (gnus-button-ctan-directory-regexp)
9523 (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
9524 (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
9525 (gnus-button-man-level, gnus-button-emacs-level)
9526 (gnus-button-message-level, gnus-button-browse-level): Add :version.
9527
9528 * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
9529 (gnus-agent-go-online): Change :version.
9530 (gnus-agent-expire-unagentized-dirs)
9531 (gnus-agent-auto-agentize-methods): Add :version.
9532
9533 * flow-fill.el (fill-flowed-display-column)
9534 (fill-flowed-encode-column): Add :version.
9535
9536 * deuglify.el (gnus-outlook-deuglify-unwrap-min)
9537 (gnus-outlook-deuglify-unwrap-max)
9538 (gnus-outlook-deuglify-cite-marks)
9539 (gnus-outlook-deuglify-unwrap-stop-chars)
9540 (gnus-outlook-deuglify-no-wrap-chars)
9541 (gnus-outlook-deuglify-attrib-cut-regexp)
9542 (gnus-outlook-deuglify-attrib-verb-regexp)
9543 (gnus-outlook-deuglify-attrib-end-regexp)
9544 (gnus-outlook-display-hook): Add :version.
9545
9546 * binhex.el (binhex-use-external): Add :version.
9547
9548 2004-09-16 Reiner Steib <Reiner.Steib@gmx.de>
9549
9550 * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
9551 and `invisible'.
9552
9553 2004-09-10 Teodor Zlatanov <tzz@lifelogs.com>
9554
9555 * gnus-registry.el (gnus-registry-trim): Watch out for negatives
9556 in gnus-registry-trim.
9557
9558 2004-09-13 Simon Josefsson <jas@extundo.com>
9559
9560 * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
9561
9562 * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
9563
9564 * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
9565 Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9566 <yamaoka@jpl.org>.
9567 (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
9568 <steve@youngs.au.com> and suggested by Katsumi Yamaoka
9569 <yamaoka@jpl.org>.
9570
9571 * sieve.el (sieve-manage-mode): Ditto.
9572
9573 2004-09-13 Reiner Steib <Reiner.Steib@gmx.de>
9574
9575 * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
9576
9577 2004-09-11 Simon Josefsson <jas@extundo.com>
9578
9579 * dns-mode.el: Add.
9580
9581 * mm-view.el (mm-display-dns-inline): Add.
9582
9583 * mm-decode.el (mm-inline-media-tests): Add text/dns.
9584 (mm-automatic-display): Ditto.
9585
9586 * mailcap.el (mailcap-mime-data): Add text/dns.
9587 (mailcap-mime-extensions): Map .soa to text/dns.
9588
9589 2004-09-10 Miles Bader <miles@gnu.ai.mit.edu>
9590
9591 * gnus-art.el (article-decode-mime-words, article-babel)
9592 (gnus-article-highlight-signature, gnus-article-add-buttons)
9593 (gnus-signature-toggle): Remove unnecessary bindings of
9594 `inhibit-read-only' inherited from v5.10 merge.
9595
9596 2004-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9597
9598 * nntp.el (nntp): New customization group.
9599 (nntp-authinfo-file): Add customization group.
9600
9601 * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
9602
9603 * mml-sec.el (mml-signencrypt-style-alist): Ditto.
9604
9605 * gnus.el (to-address, to-list, subscribed)
9606 (large-newsgroup-initial): Ditto.
9607
9608 * flow-fill.el (fill-flowed-display-column)
9609 (fill-flowed-encode-column): Ditto.
9610
9611 2004-09-06 Stefan <monnier@iro.umontreal.ca>
9612
9613 * message.el (message-tokenize-header, message-send-mail-with-qmail):
9614 Use point-min rather than 1.
9615 (message-send-mail): Use buffer-size rather than point-max.
9616
9617 * gnus-sum.el (gnus-summary-search-article-forward):
9618 Signal a specific `search-failed' rather than a generic `error'.
9619
9620 * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
9621 (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
9622 (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
9623
9624 2004-09-10 Simon Josefsson <jas@extundo.com>
9625
9626 * nndb.el (require): Remove tcp and duplicate cl.
9627
9628 2004-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
9629
9630 * gnus-agent.el (directory-files-and-attributes): Move forward.
9631
9632 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9633
9634 * gnus-agent.el (directory-files-and-attributes): Optionally
9635 defined to support XEmacs.
9636
9637 2004-09-09 Kevin Greiner <kgreiner@compsol.cc>
9638
9639 * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
9640 to avoid run-time CL dependencies.
9641 (gnus-agent-unfetch-articles): New function.
9642 (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
9643 article numbers even when local .overview file is missing.
9644 (gnus-agent-read-article-number): New function. Only accepts
9645 27-bit article numbers.
9646 (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
9647 gnus-agent-read-article-number.
9648 (gnus-agent-braid-nov): Rewrote to validate article numbers coming
9649 from backend while recognizing that article numbers in .overview
9650 must be valid.
9651 (gnus-agent-update-files-total-fetched-for): Use
9652 directory-files-and-attributes to improve performance.
9653 * gnus-int.el (gnus-request-move-article): Use
9654 gnus-agent-unfetch-articles in place of gnus-agent-expire to
9655 improve performance.
9656
9657 * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
9658 some users confused by references to .newsrc when they only have a
9659 .newsrc.eld file.
9660 (gnus-convert-mark-converter-prompt)
9661 (gnus-convert-converter-needs-prompt): Fixed use of property list.
9662 * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
9663 New function. Used internally to only display 'gnus converting
9664 files' message when actually necessary.
9665
9666 * gnus-sum.el (): Removed (require 'gnus-agent) as required
9667 methods now autoloaded.
9668
9669 2004-09-03 Katsumi Yamaoka <yamaoka@jpl.org>
9670
9671 * gnus-sum.el (gnus-summary-insert-subject): Remove list
9672 identifiers.
9673
9674 2004-09-02 Reiner Steib <Reiner.Steib@gmx.de>
9675
9676 * gnus-picon.el: Fix indentation and closing parenthesis.
9677
9678 2004-09-01 Simon Josefsson <jas@extundo.com>
9679
9680 * message.el (message-canlock-generate): Require sha1, not
9681 sha1-el. (Can we get rid of this require alltogheter? It is ugly
9682 to require within a function. Sadly, if sha1.el isn't loaded, the
9683 let binding in m-c-g will hide the defcustom definition, which is
9684 bad.)
9685
9686 * canlock.el: Require sha1, not sha1-el.
9687
9688 * message.el: Don't autoload sha1 (there is a autoload cookie in
9689 sha1.el).
9690
9691 * sha1-el.el: Renamed to sha1.el.
9692
9693 2004-08-30 Juanma Barranquero <lektu@terra.es>
9694
9695 * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
9696
9697 2004-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9698
9699 * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
9700
9701 2004-08-30 Kim F. Storm <storm@cua.dk>
9702
9703 * nntp.el (nntp-authinfo-file): Add :group 'nntp.
9704
9705 * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
9706 Add :group 'nnimap.
9707
9708 2004-08-30 Andreas Schwab <schwab@suse.de>
9709
9710 * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
9711 ?* and ?\;.
9712
9713 * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
9714 and ?\' to symbol instead of whitespace.
9715
9716 2004-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
9717
9718 * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
9719
9720 * gnus-sum.el (gnus-summary-morse-message): Use search-forward
9721 instead of re-search-forward.
9722
9723 * gnus-uu.el (gnus-uu-save-article): Ditto.
9724 (gnus-uu-post-encode-uuencode): Ditto.
9725
9726 * html2text.el (html2text-clean-list-items): Ditto.
9727 (html2text-clean-dtdd): Ditto.
9728 (html2text-format-tags): Ditto.
9729
9730 * message.el (message-send-mail-with-sendmail): Fix regexp.
9731 (message-fill-field-general): Use search-forward instead of
9732 re-search-forward.
9733 (unbold-region): Ditto.
9734
9735 * nnrss.el (nnrss-request-article): Ditto.
9736
9737 * nnslashdot.el (nnslashdot-request-article): Ditto.
9738
9739 * nnweb.el (nnweb-gmane-wash-article): Ditto.
9740
9741 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
9742 "Unrecognized menu descriptor" error in XEmacs.
9743
9744 2004-08-26 Stefan Wiens <s.wi@gmx.net> (tiny change)
9745
9746 * gnus-sum.el (gnus-read-header): Don't remove a header for the
9747 parent article of a sparse article in the thread hashtb.
9748
9749 2004-08-26 David Hedbor <dhedbor@real.com> (tiny change)
9750
9751 * nnmail.el (nnmail-split-lowercase-expanded): New user option.
9752 (nnmail-expand-newtext): Lowercase expanded entries if
9753 nnmail-split-lowercase-expanded is non-nil.
9754
9755 2004-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
9756
9757 * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
9758
9759 * gnus-group.el (gnus-group-line-format-alist): Convert the value
9760 of gnus-tmp-news-method into string under XEmacs. It will be
9761 passed to gnus-correct-length which takes only a string argument.
9762
9763 2004-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
9764
9765 * gnus-util.el (gnus-bind-print-variables): New macro.
9766 (gnus-prin1): Use it.
9767 (gnus-prin1-to-string): Use it.
9768 (gnus-pp): New function.
9769 (gnus-pp-to-string): New function.
9770
9771 * gnus-cus.el (gnus-agent-cat-prepare-category-field):
9772 Replace pp-to-string with gnus-pp-to-string.
9773 * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
9774 * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
9775 * gnus-msg.el (gnus-debug): Ditto.
9776 * gnus-score.el (gnus-score-save): Ditto.
9777 * gnus-spec.el (gnus-update-format): Replace pp-to-string with
9778 gnus-pp-to-string.
9779 * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
9780 with gnus-pp.
9781 * score-mode.el (gnus-score-pretty-print): Ditto.
9782 * webmail.el (webmail-debug): Ditto.
9783
9784 2004-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
9785
9786 * gnus-art.el (article-display-face, article-display-x-face):
9787 Use buffer-read-only.
9788
9789 2004-08-22 Katsumi Yamaoka <yamaoka@jpl.org>
9790
9791 * gnus-art.el (article-hide-list-identifiers):
9792 Bind inhibit-read-only as t.
9793
9794 2004-08-22 Reiner Steib <Reiner.Steib@gmx.de>
9795
9796 * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
9797
9798 2004-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
9799
9800 * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
9801 (gnus-narrow-to-page): Don't assume point-min == 1.
9802 (gnus-article-edit-mode): Derive from message-mode.
9803
9804 * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
9805 point-min == 1.
9806
9807 * imap.el (imap-parse-address-list, imap-parse-body-ext):
9808 Disable incorrect use of `assert'.
9809
9810 * message.el (message-mode): Set comment-start-skip.
9811
9812
9813 2004-08-22 Sam Steingold <sds@gnu.org>
9814
9815 * pop3.el (pop3-leave-mail-on-server): New user variable.
9816 (pop3-movemail): Delete mail only when it is nil.
9817
9818 2004-08-21 Reiner Steib <Reiner.Steib@gmx.de>
9819
9820 * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
9821
9822 * mml.el (mml-preview): Use `pop-to-buffer'.
9823
9824 * message.el (message-goto-mail-followup-to): Insert after "To".
9825 (message-carefully-insert-headers): Add comment.
9826
9827 * gnus.el: Remove unused variable `gnus-article-check-size'.
9828
9829 * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
9830
9831 * gnus-art.el (gnus-button-alist): Improve
9832 `gnus-button-handle-library' entry.
9833
9834 2004-08-19 Sebastian Freundt <hroptatyr@gna.org> (tiny change)
9835
9836 * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
9837 downcase, since XEmacs capitalizes error messages differently.
9838
9839 2004-08-18 Jesper Harder <harder@ifa.au.dk>
9840
9841 * nntp.el: Add (require 'gnus) due to reference to
9842 `gnus-directory'. Reported by Matt Swift <swift@alum.mit.edu>.
9843
9844 2004-08-18 Florian Weimer <fw@deneb.enyo.de>
9845
9846 * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
9847 `mm-fill-flowed'.
9848
9849 * mm-decode.el (mm-dissect-singlepart): Check it.
9850
9851 2004-08-17 Teodor Zlatanov <tzz@lifelogs.com>
9852
9853 * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
9854 'imap' for netrc parsing.
9855
9856 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
9857
9858 * mailcap.el (mailcap-mime-data): Mark as risky.
9859
9860 2004-08-15 Katsumi Yamaoka <yamaoka@jpl.org>
9861
9862 * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
9863 may be included in the encoded word.
9864 (rfc2047-encode): Don't append a space if the encoded word
9865 includes close parenthesis.
9866
9867 2004-08-12 Katsumi Yamaoka <yamaoka@jpl.org>
9868
9869 * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
9870 of text within parentheses.
9871
9872 2004-08-06 Teodor Zlatanov <tzz@lifelogs.com>
9873
9874 * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
9875 (gnus-encrypt-write-file-contents): Make the password key the file
9876 name PLUS the cipher, not just the cipher. Also remove failed
9877 passwords from the cache.
9878
9879 2004-08-06 Simon Josefsson <jas@extundo.com>
9880
9881 * gnus-sum.el (gnus-article-loose-mime): Change default to t. Doc
9882 fix.
9883
9884 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org>
9885
9886 * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
9887 LWSP.
9888
9889 2004-08-04 Teodor Zlatanov <tzz@lifelogs.com>
9890
9891 * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
9892 to append in-reply-to: data to the references: header.
9893
9894 * netrc.el: Remove old encryption support, autoload gnus-encrypt.el
9895 (netrc-parse): Use gnus-encrypt.el functions.
9896
9897 * gnus-encrypt.el: Add new file for encryption support; currently
9898 does only a few GPG ciphers and an internal XOR cipher.
9899
9900 * password.el: Add comments on using password-read-and-add.
9901 (password-read-and-add): Add function to read and add the
9902 password to the cache at once.
9903
9904 2004-07-28 Simon Josefsson <jas@extundo.com>
9905
9906 * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
9907 parameter (but don't use it, for now).
9908
9909 * imap.el (imap-ssl-open): Use imap-process-connection-type,
9910 instead of hard coding to nil.
9911
9912 2004-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
9913
9914 * mm-view.el (mm-inline-image-emacs): Open lines under an image
9915 as mm-inline-image-xemacs does.
9916
9917 2004-07-26 Simon Josefsson <jas@extundo.com>
9918
9919 * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
9920 Revert part of 2004-07-17 change below.
9921
9922 2004-07-25 Katsumi Yamaoka <yamaoka@jpl.org>
9923
9924 * rfc2047.el (rfc2047-encode-region): Don't infloop. Suggested by
9925 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
9926
9927 2004-07-25 Lars Magne Ingebrigtsen <larsi@gnus.org>
9928
9929 * flow-fill.el (fill-flowed): Remove space stuffing, and only do
9930 quotes that actually start with ">" at the beginning of the
9931 lines.
9932
9933 2004-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
9934
9935 * rfc2047.el (rfc2047-encode-region): Fix last change.
9936 (rfc2047-encode-parameter): Remove useless concat.
9937
9938 2004-07-22 Katsumi Yamaoka <yamaoka@jpl.org>
9939
9940 * rfc2047.el (rfc2047-encode-region): Check carefully whether to
9941 encode special characters; fix some kind of misconfigured headers;
9942 signal a real error if debug-on-quit or debug-on-error is non-nil.
9943 (rfc2047-encode-max-chars): New variable.
9944 (rfc2047-encode-1): Use it.
9945 (rfc2047-encode-parameter): New function.
9946
9947 * mml.el (mml-insert-parameter): Remove an excessive space.
9948
9949 2004-07-17 Simon Josefsson <jas@extundo.com>
9950
9951 * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
9952 Kai Grossjohann <kai@emptydomain.de>.
9953 (gnus-group-group-map): Use it, instead of gnus-group-make-group.
9954 (gnus-group-make-menu-bar): Ditto.
9955
9956 * gnus-util.el (gnus-group-server): Add.
9957
9958 2004-07-16 Jesper Harder <harder@ifa.au.dk>
9959
9960 * message.el (message-clone-locals): Clone sendmail and smtp
9961 variables.
9962
9963 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
9964
9965 * rfc2047.el (rfc2047-encode-region): Fix last change.
9966
9967 2004-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
9968
9969 * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
9970 characters as non-special.
9971
9972 2004-07-09 Simon Josefsson <jas@extundo.com>
9973
9974 * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
9975 Users will lose all flag changes made while unplugged with
9976 e.g. nntp unless flag synchronization happens, thus `nil' is not a
9977 good default. See numerous reports on ding mailing list.
9978
9979 2004-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
9980
9981 * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
9982 add generate-head-function and generate-article-function to the
9983 rfc822-forward entry.
9984 (nndoc-rfc822-forward-generate-article): New function.
9985 (nndoc-rfc822-forward-generate-head): New function.
9986
9987 * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
9988
9989 2004-07-06 Dan Christensen <jdc@uwo.ca>
9990
9991 * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
9992 respect display group parameter and gnus-summary-expunge-below.
9993 (gnus-articles-to-read): Remove unused reference to display group
9994 parameter.
9995
9996 2004-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
9997
9998 * nnheader.el (nnheader-uniquify-message-id): New experimental
9999 variable.
10000 (nnheader-nov-read-message-id): Use it.
10001
10002 * spam-report.el (spam-report-gmane): Add interactive.
10003
10004 2004-07-02 Katsumi Yamaoka <yamaoka@jpl.org>
10005
10006 * mm-encode.el (mm-content-transfer-encoding-defaults): Use
10007 qp-or-base64 for the application/* types.
10008
10009 2004-07-02 Joakim Verona <joakim@verona.se> (tiny change)
10010
10011 * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
10012
10013 2004-06-30 Teodor Zlatanov <tzz@lifelogs.com>
10014
10015 * gnus-registry.el (gnus-registry-trim): Don't allow a negative
10016 trim value.
10017
10018 2004-01-25 Paul Jarc <prj@po.cwru.edu>
10019
10020 * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
10021 New macro and function.
10022 (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
10023
10024 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10025
10026 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
10027 after-load-alist.
10028
10029 2004-06-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10030
10031 * gnus-group.el (gnus-group-get-new-news-this-group): Don't
10032 update info that isn't there.
10033
10034 2004-06-29 Ilya N. Golubev <gin@mo.msk.ru>.
10035
10036 * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
10037 entry.
10038
10039 2004-06-29 Katsumi Yamaoka <yamaoka@jpl.org>
10040
10041 * mm-view.el (mm-inline-render-with-function): Use multibyte
10042 buffer; decode html source by charset.
10043
10044 * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
10045
10046 * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
10047 Mule-UCS is loaded under XEmacs.
10048 (mm-mime-mule-charset-alist): Avoid duplicated entries.
10049
10050 2004-06-28 Jesper Harder <harder@ifa.au.dk>
10051
10052 * nnheader.el (nnheader-max-head-length): Increase to 8192.
10053
10054 2004-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
10055
10056 * mm-util.el (mm-coding-system-p): Return a coding-system.
10057 (mm-mime-mule-charset-alist): Use shift_jis instead of
10058 iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
10059 entries for the mime charsets iso-2022-jp-3 and shift_jis.
10060 (mm-coding-system-priorities): Use shift_jis and iso-8859-1
10061 instead of japanese-shift-jis and iso-latin-1 respectively in
10062 order to share the default value with both Emacs and XEmacs-mule.
10063 (mm-mule-charset-to-mime-charset): Make
10064 mm-coding-system-priorities effective.
10065 (mm-sort-coding-systems-predicate): Canonicalize coding-systems
10066 while predicating of candidates upon the priorities.
10067
10068 2004-06-27 Jesper Harder <harder@ifa.au.dk>
10069
10070 * gnus-sum.el (gnus-summary-make-menu-bar): Add
10071 gnus-uu-invert-processable.
10072
10073 * gnus.el: Autoload gnus-uu-invert-processable.
10074
10075 2004-06-24 Katsumi Yamaoka <yamaoka@jpl.org>
10076
10077 * mm-util.el (mm-with-multibyte-buffer): New macro.
10078
10079 * rfc2047.el (rfc2047-encode-string): Use it.
10080 (rfc2047-encode-region): Move point to the end of the region after
10081 encoding. Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
10082
10083 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10084
10085 * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
10086 ">From ". Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
10087
10088 2004-06-23 Katsumi Yamaoka <yamaoka@jpl.org>
10089
10090 * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
10091 (gnus-cite-parse): Ignore quoted envelope From_. Suggested by
10092 Karl Chen <quarl@nospam.quarl.org>.
10093
10094 2004-06-23 Jesper Harder <harder@ifa.au.dk>
10095
10096 * message.el (message-idna-to-ascii-rhs-1): Don't choke on
10097 invalid addresses.
10098
10099 2004-06-21 Teodor Zlatanov <tzz@lifelogs.com>
10100
10101 * spam.el: Change section markers, revise TODO list.
10102 (spam-backends): Make new master list of all installed backends.
10103 (spam-summary-exit-behavior): Add new variable to determine how
10104 messages moves are done at summary exit.
10105 (spam-move-spam-nonspam-groups-only)
10106 (spam-process-ham-in-nonham-groups)
10107 (spam-process-ham-in-spam-groups): Remove variables, the
10108 spam-summary-exit-behavior variable should be used to manage this
10109 behavior.
10110 (spam-old-ham-articles, spam-old-spam-articles): Remove.
10111 (spam-old-articles): Add variable, replacing spam-old-ham-articles
10112 and spam-old-spam-articles.
10113 (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
10114 Add empty variables, placeholders for the backends they represent.
10115 (spam-set-difference): Move, unchanged.
10116 (spam-list-of-processors): Declare OBSOLETE, not used anymore
10117 unless the user has a processor variable.
10118 (spam-classifications, spam-classification-valid-p)
10119 (spam-backend-properties, spam-backend-property-valid-p)
10120 (spam-backend-function-type-valid-p)
10121 (spam-process-type-valid-p, spam-list-articles): Add helper functions.
10122 (spam-report-articles-gmane, spam-report-articles-resend):
10123 Remove functions, they are not needed.
10124 (spam-install-backend-super, spam-backend-list)
10125 (spam-backend-check, spam-backend-valid-p, spam-backend-info)
10126 (spam-backend-function, spam-backend-ham-registration-function)
10127 (spam-backend-spam-registration-function)
10128 (spam-backend-ham-unregistration-function)
10129 (spam-backend-spam-unregistration-function)
10130 (spam-backend-statistical-p, spam-backend-mover-p)
10131 (spam-install-backend-alias, spam-install-checkonly-backend)
10132 (spam-install-mover-backend, spam-install-nocheck-backend)
10133 (spam-install-backend, spam-install-statistical-backend)
10134 (spam-install-statistical-checkonly-backend): Add backend installation
10135 support.
10136 (spam-summary-prepare-exit): Rewrite to use the new backend code.
10137 (spam-group-processor-p): Use the new backend code and respect the
10138 summary exit behavior.
10139 (spam-mark-spam-as-expired-and-move-routine): Remove.
10140 (spam-summary-prepare): Change to use the new spam-old-articles
10141 variable.
10142 (spam-copy-or-move-routine, spam-copy-spam-routine)
10143 (spam-move-spam-routine, spam-copy-ham-routine)
10144 (spam-move-ham-routine): Add code to copy/move ham or spam.
10145 (spam-fetch-field-fast): Improve doc and code, plus allow the
10146 'number request.
10147 (spam-list-of-checks, spam-list-of-statistical-checks): Remove
10148 variables.
10149 (spam-split, spam-find-spam): Use the new backend code.
10150 (spam-registration-functions): Remove variable.
10151 (spam-unregister-routine): Add convenience wrapper.
10152 (spam-log-undo-registration, spam-register-routine)
10153 (spam-log-processing-to-registry)
10154 (spam-log-unregistration-needed-p): Rename "check" to "backend"
10155 where possible.
10156 (spam-check-gmane-xref, spam-check-regex-headers)
10157 (spam-check-blackholes, spam-check-stat, spam-check-ifile)
10158 (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
10159 (spam-check-bogofilter-headers, spam-check-spamoracle)
10160 (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
10161 (spam-check-crm114-headers): Use the spam-split-group that
10162 spam-split prepares, no need to determine it every time.
10163
10164 * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
10165 to the nnheader-parse-naked-head call.
10166
10167 * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
10168
10169 * gnus-sum.el (gnus-nov-parse-line): Add the message number to
10170 the nnheader-nov-read-message-id call.
10171
10172 2004-06-21 Katsumi Yamaoka <yamaoka@jpl.org>
10173
10174 * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
10175 gnus-activate-group twice. Suggested by Markus Peter
10176 <warp@spin.de>.
10177
10178 2004-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
10179
10180 * gnus-art.el (gnus-article-time-format): Exchange the order of
10181 day and month in the default value; fix customization type.
10182 (article-date-ut): Use add-text-properties.
10183 (article-make-date-line): Use message-make-date instead of
10184 current-time-string.
10185
10186 * message.el (message-fetch-field): Don't use set-text-properties.
10187 (message-make-date): Simplify.
10188
10189 2004-06-17 Katsumi Yamaoka <yamaoka@jpl.org>
10190
10191 * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
10192 (rfc2047-encode-region): Treat text within parentheses as special;
10193 show the original text when error has occurred.
10194
10195 * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
10196 already-computed method to gnus-activate-group.
10197
10198 * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
10199 same select-methods identical Lisp objects.
10200
10201 * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
10202 object when modifying the info.
10203
10204 2004-06-16 Katsumi Yamaoka <yamaoka@jpl.org>
10205
10206 * gnus-srvr.el (gnus-server-set-info): Remove the server from
10207 gnus-opened-servers since it has never been opened with the new
10208 configuration yet.
10209
10210 2004-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
10211
10212 * nnheader.el (nnheader-nov-read-message-id): Pass the optional
10213 arg to nnheader-generate-fake-message-id.
10214
10215 2004-06-14 Teodor Zlatanov <tzz@lifelogs.com>
10216
10217 * nnheader.el (nnheader-generate-fake-message-id): Accept a
10218 number and build a fake message ID localized to a group and
10219 article number (so it's repeatable from that point on).
10220 (nnheader-fake-message-id-p): Change regex to accommodate new fake
10221 ID format.
10222
10223 * gnus-sum.el (gnus-get-newsgroup-headers): Call
10224 nnheader-generate-fake-message-id with the article number.
10225
10226 2004-06-12 YAGI Tatsuya <ynyaaa@ybb.ne.jp> (tiny change)
10227
10228 * gnus-art.el (gnus-article-next-page): Fix the way to find a real
10229 end-of-buffer.
10230
10231 2004-06-12 Lars Magne Ingebrigtsen <larsi@gnus.org>
10232
10233 * message.el (message-ignored-supersedes-headers): Add Approved.
10234
10235 2004-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
10236
10237 * rfc2047.el (rfc2047-encode-message-header): Remove useless
10238 goto-char.
10239 (rfc2047-encode): Fold the line before encoding.
10240
10241 2004-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
10242
10243 * rfc2047.el (rfc2047-encode-message-header): Disabled header
10244 folding -- not all headers can be folded, and this should be done
10245 by the message composition mode. Probably. I think.
10246
10247 2004-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
10248
10249 * gnus-util.el (gnus-remove-text-with-property): Make it slightly
10250 fast.
10251
10252 * gnus-ems.el (gnus-remove-image): Don't use
10253 message-text-with-property; remove only the image found first.
10254
10255 2004-06-09 Jesper Harder <harder@ifa.au.dk>
10256
10257 * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
10258
10259 2004-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
10260
10261 * message.el (message-text-with-property): Make it fast and accept
10262 optional arguments.
10263 (message-strip-forbidden-properties): Use it.
10264 (message-fix-before-sending): Follow the m-t-w-p change.
10265
10266 * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
10267
10268 2004-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
10269
10270 * gnus-art.el (article-hide-headers): Don't change the buffer
10271 mistakenly when performing mml-preview even if
10272 gnus-single-article-buffer is nil.
10273
10274 2004-06-08 Kai Grossjohann <kgrossjo@eu.uu.net>
10275
10276 * message.el (message-expand-name-databases): New user option.
10277 (message-expand-name): Use it.
10278
10279 2004-06-07 Teodor Zlatanov <tzz@lifelogs.com>
10280
10281 * spam.el (spam-report-articles-resend)
10282 (spam-report-resend-register-routine): Allow ham reporting.
10283 (spam-report-resend-register-ham-routine): Add wrapper.
10284 (spam-registration-functions): Add ham resending functions.
10285 (spam-list-of-processors): Add ham resend processor.
10286
10287 * gnus.el (ham-resend-to): Add new group parameter.
10288 (spam-process): Add ham resend option.
10289
10290 * spam-report.el (spam-report-resend): Allow reporting ham.
10291 (spam-report-resend-ham): Add wrapper.
10292
10293 2004-06-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
10294
10295 * message.el (message-cite-articles-with-x-no-archive): New
10296 variable.
10297 (message-cite-original): Use it.
10298
10299 2004-06-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
10300
10301 * message.el (message-cite-original): Respect X-No-Archive.
10302
10303 2004-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
10304
10305 * gnus-art.el (article-hide-headers): Refer to the values for
10306 gnus-ignored-headers and gnus-visible-headers in the summary
10307 buffer since a user may have set them as group parameters.
10308
10309 2004-06-03 Teodor Zlatanov <tzz@lifelogs.com>
10310
10311 * assistant.el (assistant-node-name): Add convenience function.
10312 (assistant-render-text, assistant-render-node): Add error handling,
10313 plus handle multiple next nodes.
10314 (assistant-find-next-node): Comment out for now.
10315 (assistant-find-next-nodes): Add function, returns list of next
10316 nodes.
10317
10318 2004-06-02 Reiner Steib <Reiner.Steib@gmx.de>
10319
10320 * mail-source.el (mail-source-directory): Fix doc-string.
10321
10322 2004-05-29 Teodor Zlatanov <tzz@lifelogs.com>
10323
10324 * assistant.el (assistant-render-text, assistant-eval): Add :set
10325 widget type, which is different because it takes and returns a
10326 list. Much hilarity ensues.
10327
10328 2004-05-28 Reiner Steib <Reiner.Steib@gmx.de>
10329
10330 * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
10331
10332 * gnus-group.el (gnus-group-get-new-news-this-group): Added
10333 doc-string.
10334
10335 * gnus-start.el (gnus-activate-group): Added doc-string.
10336
10337 2004-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
10338
10339 * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
10340
10341 2004-05-27 Teodor Zlatanov <tzz@lifelogs.com>
10342
10343 * assistant.el (assistant-render-text): Try to add a :set
10344 widget, more to come.
10345
10346 * spam.el (spam-group-spam-contents-p): Handle empty groupname
10347 strings.
10348 (spam-report-articles-resend)
10349 (spam-register-routine): Do registration iff any articles warrant
10350 it.
10351 (spam-summary-prepare-exit): Change log message for nil group
10352 destinations.
10353
10354 2004-05-27 Daniel Pittman <daniel@rimspace.net>
10355
10356 * spam.el (spam-report-resend-register-routine): Allow
10357 spam-report-resend-to to be a group parameter or a global value.
10358
10359 2004-05-26 Simon Josefsson <jas@extundo.com>
10360
10361 * starttls.el: Merge with my GNUTLS based starttls.el.
10362 (starttls-gnutls-program, starttls-use-gnutls)
10363 (starttls-extra-arguments, starttls-process-connection-type)
10364 (starttls-connect, starttls-failure, starttls-success): New
10365 variables.
10366 (starttls-program, starttls-extra-args): Doc fix.
10367 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
10368 functions.
10369 (starttls-negotiate, starttls-open-stream): Check
10370 `starttls-use-gnutls' and pass on to corresponding *-gnutls
10371 function if it is set.
10372
10373 2004-05-27 Katsumi Yamaoka <yamaoka@jpl.org>
10374
10375 * rfc2047.el (rfc2047-encode-region): Encode encoded words in
10376 structured fields.
10377
10378 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10379
10380 * message.el (message-resend): Bind rfc2047-encode-encoded-words.
10381
10382 2004-05-26 Teodor Zlatanov <tzz@lifelogs.com>
10383
10384 * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
10385 variable.
10386 (spam-mark-junk-as-spam-routine): Use it. Allow to disable
10387 assigning the spam-mark to new messages.
10388
10389 2004-05-26 Adam Sjøgren <asjo@koldfront.dk> (tiny change)
10390
10391 (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
10392
10393 2004-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
10394
10395 * rfc2047.el (rfc2047-encodable-p): Don't move point.
10396 (rfc2047-decode): Treat the ascii coding-system as raw-text by
10397 default.
10398
10399 2004-05-25 Anand Mitra <mitramc@yahoo.com> (tiny change)
10400
10401 * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
10402 correct data.
10403
10404 2004-05-24 Teodor Zlatanov <tzz@lifelogs.com>
10405
10406 * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
10407 (spam-group-processor-p): Fix function.
10408 (spam-group-processor-multiple-p)
10409 (spam-group-spam-processor-report-gmane-p)
10410 (spam-group-spam-processor-report-resend-p)
10411 (spam-group-spam-processor-bogofilter-p)
10412 (spam-group-spam-processor-blacklist-p)
10413 (spam-group-spam-processor-ifile-p)
10414 (spam-group-ham-processor-ifile-p)
10415 (spam-group-spam-processor-spamoracle-p)
10416 (spam-group-spam-processor-crm114-p)
10417 (spam-group-ham-processor-bogofilter-p)
10418 (spam-group-spam-processor-stat-p)
10419 (spam-group-ham-processor-stat-p)
10420 (spam-group-ham-processor-whitelist-p)
10421 (spam-group-ham-processor-BBDB-p)
10422 (spam-group-ham-processor-spamoracle-p)
10423 (spam-group-ham-processor-copy-p): Remove functions with some
10424 prejudice against unneeded code.
10425 (spam-report-articles-resend)
10426 (spam-report-resend-register-routine): Allow the group/topic
10427 spam-resend-to value to override spam-report-resend-to.
10428 (spam-summary-prepare-exit): Invoke spam-group-processor-p
10429 properly now.
10430
10431 * gnus.el (spam-resend-to): Add group/topic parameter.
10432 (spam-process): Move the OBSOLETE processors to the end of the
10433 choices.
10434
10435 2004-05-24 Daniel Pittman <daniel@rimspace.net>
10436
10437 * spam-report.el (spam-report-resend-to, spam-report-resend): Start
10438 with resend-to set to nil, and then ask the user if necessary.
10439 (spam-report-resend): spam-report-resend takes a list of articles, not
10440 separate article numbers.
10441
10442 2004-05-23 Katsumi Yamaoka <yamaoka@jpl.org>
10443
10444 * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
10445 addition to emacs-w3m.
10446
10447 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10448
10449 * assistant.el (assistant-authinfo-data): New function.
10450 (assistant-eval): Eval for entire assistant.
10451
10452 * netrc.el (netrc-services-file): New variable.
10453 (netrc-parse-services): New function.
10454 (netrc-find-service-name): New function.
10455 (netrc-find-service-number): New function.
10456 (netrc-port-equal): New function.
10457 (netrc-machine): Use it.
10458
10459 * nnimap.el (nnimap-open-connection): Use netrc.
10460
10461 * gnus-util.el (gnus-netrc-get): Remove aliases.
10462
10463 * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
10464
10465 * assistant.el (wid-edit): Fix compilation.
10466
10467 * gnus-util.el (gnus-set-file-modes): Just ignore errors.
10468
10469 2004-05-23 Paul Stodghill <stodghil@cs.cornell.edu>
10470
10471 * gnus-util.el (gnus-set-file-modes): New function. (small
10472 patch).
10473
10474 2004-05-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
10475
10476 * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
10477
10478 * assistant.el (assistant-render-node): Fix up rendering and
10479 read-only text.
10480 (assistant-render-node): Reset.
10481 (assistant-make-read-only): Not sticky.
10482
10483 2004-05-20 Danny Siu <dsiu@adobe.com>
10484
10485 * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
10486 centered even when gnus-auto-center-summary is t
10487
10488 2004-05-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
10489
10490 * dns.el (dns-get-txt-answer): New function.
10491 (dns-read-txt): Ditto.
10492 (query-dns): Use it.
10493
10494 2004-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
10495
10496 * gnus-start.el (gnus-get-unread-articles): Don't invalidate
10497 active for foreign groups even if the group level is higher than
10498 the specified value.
10499
10500 2004-05-21 Lars Magne Ingebrigtsen <larsi@gnus.org>
10501
10502 * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
10503 non-active groups.
10504
10505 * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
10506
10507 2004-05-20 Magnus Henoch <mange@freemail.hu>
10508
10509 * dns.el (dns-read-type): Add support for SVR. (small patch)
10510
10511 2004-05-20 Teodor Zlatanov <tzz@lifelogs.com>
10512
10513 * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
10514 (spam-crm114-header, spam-crm114-spam-switch)
10515 (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
10516 (spam-crm114-positive-spam-header)
10517 (spam-crm114-database-directory, spam-list-of-processors)
10518 (spam-group-spam-processor-crm114-p)
10519 (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
10520 (spam-generic-score, spam-list-of-checks)
10521 (spam-list-of-statistical-checks, spam-registration-functions)
10522 (spam-check-crm114-headers, spam-crm114-score)
10523 (spam-check-crm114, spam-crm114-register-with-crm114)
10524 (spam-crm114-register-spam-routine)
10525 (spam-crm114-unregister-spam-routine)
10526 (spam-crm114-register-ham-routine)
10527 (spam-crm114-unregister-ham-routine): Add CRM114 support. From
10528 asjo@koldfront.dk (Adam Sjøgren).
10529
10530 * gnus.el: Add spam-use-crm114.
10531
10532 * spam.el (spam-list-of-processors, spam-registration-functions):
10533 Add spam-use-resend.
10534 (spam-group-spam-processor-report-resend-p): Add utility wrapper.
10535 (spam-report-articles-gmane): Add doc fix.
10536 (spam-report-articles-resend, spam-report-resend-register-routine):
10537 Add wrappers around spam-report-resend-to.
10538
10539 * spam-report.el (spam-report-resend-to, spam-report-resend):
10540 Add support for resending spam.
10541 (spam-report-gmane): Fix line length >80.
10542
10543 * gnus.el (spam-process): Add spam-use-resend.
10544
10545 2004-05-20 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10546
10547 * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
10548 number of processed spam messages.
10549 (spam-ham-copy-or-move-routine): Return the number of processed
10550 ham messages.
10551 (spam-summary-prepare-exit): Use the above values to decide
10552 whether status messages shouled be displayed.
10553
10554 2004-05-20 Katsumi Yamaoka <yamaoka@jpl.org>
10555
10556 * rfc2047.el (rfc2047-encode-function-alist): Renamed from
10557 `rfc2047-encoding-function-alist' in order to avoid conflicting
10558 with the old version.
10559 (rfc2047-encode-region): Concatenate words containing non-ASCII
10560 characters in structured fields; don't encode space-delimited
10561 ASCII words even in unstructured fields; don't break words at
10562 char-category boundaries.
10563 (rfc2047-encode-1): New function.
10564 (rfc2047-encode): Use it; encode text so that it occupies the
10565 maximum width within 76-column; work correctly on Q encoding for
10566 iso-2022-* charsets.
10567 (rfc2047-fold-region): Use existing whitespace for LWSP; make it
10568 sure not to break a line just after the header name.
10569 (rfc2047-b-encode-region): Removed.
10570 (rfc2047-b-encode-string): New function.
10571 (rfc2047-q-encode-region): Removed.
10572 (rfc2047-q-encode-string): New function.
10573
10574 * mm-util.el (mm-replace-in-string): New function.
10575
10576 2004-05-20 Lars Magne Ingebrigtsen <larsi@gnus.org>
10577
10578 * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
10579 get it right.
10580 (gnus-inews-make-draft): Really.
10581
10582 2004-05-19 Ben Menasha <bmenasha@benmenasha.net>
10583
10584 * nnmh.el (nnmh-request-list-1): Don't check the link count
10585 before descending. (small patch)
10586
10587 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10588
10589 * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
10590 stuff.
10591
10592 * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
10593 on real group name.
10594
10595 * gnus-art.el (gnus-signature-limit): Doc fix.
10596
10597 * gnus-msg.el (gnus-inews-make-draft): Quote list.
10598
10599 2004-05-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
10600
10601 * gnus-draft.el (gnus-draft-send): Bind
10602 rfc2047-encode-encoded-words.
10603
10604 * rfc2047.el (rfc2047-encode-region): Encode =? strings.
10605 (rfc2047-encodable-p): Say that =? needs encoding.
10606 (rfc2047-encode-encoded-words): New variable.
10607
10608 * gnus-group.el (gnus-group-select-group): Doc fix.
10609
10610 * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
10611
10612 * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
10613 to nil.
10614
10615 * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
10616
10617 * nnheader.el (nnheader-get-lines-and-char): New function.
10618
10619 2004-05-19 Reiner Steib <Reiner.Steib@gmx.de>
10620
10621 * gnus-msg.el (gnus-summary-followup-with-original): Document
10622 yanking of region when active.
10623
10624 2004-05-19 Katsumi Yamaoka <yamaoka@jpl.org>
10625
10626 * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
10627 groups if the group level is higher than the specified value.
10628
10629 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10630
10631 * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
10632 (gnus-group-jump-to-group): Added prefix argument using
10633 `gnus-group-jump-to-group-prompt'. Query before jumping to
10634 non-active group.
10635
10636 * compface.el (uncompface): Be verbose when changing
10637 `uncompface-use-external'.
10638
10639 * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
10640 handle manual section.
10641
10642 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10643
10644 * gnus-art.el (gnus-button-alist): Revert previous change.
10645
10646 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10647
10648 * message.el (message-idna-to-ascii-rhs-1): Fix typo.
10649
10650 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10651
10652 * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
10653 whether backend can accept message.
10654
10655 * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
10656
10657 2004-05-18 Kai Grossjohann <kgrossjo@eu.uu.net>
10658
10659 * nntp.el (nntp-request-set-mark, nntp-request-update-info):
10660 Avoid creating directory when nntp-marks-is-evil is true.
10661 Reported by Reiner Steib.
10662
10663 2004-05-18 Reiner Steib <Reiner.Steib@gmx.de>
10664
10665 * gnus-picon.el (gnus-picon-style): New variable.
10666 (gnus-picon-insert-glyph): Added optional `nostring' argument.
10667 (gnus-picon-transform-address): Support `gnus-picon-style'. From
10668 Jesper Harder <harder@ifa.au.dk>.
10669
10670 2004-05-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
10671
10672 * message.el (message-fill-field): Return point.
10673 (message-generate-headers): Go to end of field.
10674
10675 * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
10676 stuff for non-living groups.
10677
10678 2004-05-18 Jesper Harder <harder@ifa.au.dk>
10679
10680 * gnus-art.el (gnus-article-followup-with-original)
10681 (gnus-article-reply-with-original): gnus-mark-active-p ->
10682 gnus-region-active-p.
10683
10684 2004-05-17 Teodor Zlatanov <tzz@lifelogs.com>
10685
10686 * spam.el (spam-summary-prepare-exit): Fix messages, so they show
10687 only when there is spam or ham to be processed.
10688
10689 2004-05-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
10690
10691 * mail-source.el (mail-source-delete-crash-box): Refactor.
10692 (mail-source-fetch): Use it.
10693 (mail-source-fetch-file): Ditto.
10694 (mail-source-fetch-directory): Run postscript in loop.
10695 (mail-source-fetch-pop): Delete.
10696 (mail-source-fetch-maildir): Ditto.
10697 (mail-source-fetch-imap): Ditto.
10698
10699 * imap.el (imap-authenticators): Comment out sasl.
10700
10701 * message.el (message-skip-to-next-address): New function.
10702 (message-fill-header-address): Refactor.
10703 (message-fill-address): Use it.
10704 (message-delete-address): Use it.
10705 (message-fill-header-general): Refactor.
10706 (message-fill-field-address): Rename.
10707 (message-narrow-to-field): Find the start of the header.
10708 (message-header-format-alist): Don't pre-fill.
10709 (message-fill-header): Removed.
10710 (message-insert-header): New function.
10711 (message-shorten-references): Use it.
10712
10713 * rfc2047.el (rfc2047-field-value): Strip props.
10714
10715 * mail-parse.el (mail-header-make-address): New alias.
10716
10717 * ietf-drums.el (ietf-drums-make-address): New function.
10718
10719 * imap.el: Add compiler directives.
10720
10721 * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
10722
10723 * gnus-art.el (article-decode-idna-rhs): Don't use
10724 message-idna-inside-rhs-p.
10725
10726 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10727
10728 * message.el (message-idna-inside-rhs-p): Removed.
10729 (message-idna-to-ascii-rhs-1): Use proper address parsing.
10730
10731 * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
10732 false positives.
10733
10734 2004-05-16 Kim Minh Kaplan <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
10735
10736 * imap.el (imap-sasl-make-mechanisms): Use sasl.
10737
10738 2004-05-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
10739
10740 * nneething.el (nneething-file-name): Don't create spurions
10741 files.
10742
10743 * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
10744 (gnus-inews-do-gcc): Remove sleep.
10745
10746 * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
10747 part under point.
10748
10749 * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
10750 (gnus-agent-regenerate-group): Using nil messages aren't valid.
10751
10752 2004-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10753
10754 * spam.el (spam-summary-prepare-exit): Fixed (length).
10755
10756 2004-05-14 Teodor Zlatanov <tzz@lifelogs.com>
10757
10758 * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
10759 as expired without moving it" message when there are spam
10760 messages left.
10761
10762 2004-05-14 Nelson Ferreira <nelson.ferreira@verizon.net> (tiny change)
10763
10764 * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
10765 header is not nil.
10766
10767 2004-05-14 Kai Grossjohann <kgrossjo@eu.uu.net>
10768
10769 * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
10770 nntp-possibly-create-directory, not nntp-possibly-change-group.
10771 (nntp-marks-changed-p): New arg SERVER.
10772 (nntp-request-update-info): Adjust caller.
10773
10774 2004-05-14 Kai Grossjohann <kai@emptydomain.de>
10775
10776 * nntp.el (nntp-save-marks): Pass missing arg.
10777
10778 2004-05-13 Kai Grossjohann <kai.grossjohann@gmx.net>
10779
10780 * nntp.el: Support marks.
10781 (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
10782 (nntp-marks-modtime, nntp-marks-directory): New variables.
10783 (nntp-request-set-mark, nntp-request-update-info)
10784 (nntp-possibly-create-directory, nntp-marks-changed-p)
10785 (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
10786 functions.
10787
10788 2004-05-12 Jesper Harder <harder@ifa.au.dk>
10789
10790 * gnus-score.el (gnus-score-insert-help): Use
10791 gnus-select-lowest-window.
10792
10793 * gnus-ems.el (gnus-select-lowest-window): Copy definition of
10794 appt-select-lowest-window and rename to gnus-select-lowest-window.
10795
10796 * gnus.el: do.
10797
10798 2004-05-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10799
10800 * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
10801 encodings of MIME-encoded words, in order to improve
10802 interoperability with several broken MUAs.
10803
10804 2004-05-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10805
10806 * mm-view.el (mm-inline-text-html-render-with-w3): Check META
10807 tags, only when charsets are not specified in headers.
10808 (mm-inline-text-html-render-with-w3m): Ditto.
10809
10810 2004-05-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10811
10812 * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
10813 instead of MIME-decoded from fields when checking
10814 `gnus-article-address-banner-alist'.
10815
10816 2004-05-03 Jesper Harder <harder@ifa.au.dk>
10817
10818 * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
10819 description rather than subject.
10820
10821 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10822
10823 * gnus.el (gnus-version-number): Bump.
10824
10825 2004-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
10826
10827 * gnus.el: No Gnus v0.2 is released.
10828
10829 2004-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
10830
10831 * gnus-agent.el (gnus-agent-read-agentview): Inline
10832 gnus-uncompress-range.
10833
10834 2004-05-01 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10835
10836 * spam.el (spam-bsfilter-path): Use `executable-find' instead of
10837 `exec-installed-p'.
10838
10839 2004-04-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10840
10841 * gnus.el (spam-process, spam-autodetect-methods): Add
10842 bsfilter and bsfilter-headers.
10843
10844 * spam.el (spam-bsfilter): New customize group.
10845 (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
10846 (spam-bsfilter-header, spam-bsfilter-probability-header)
10847 (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
10848 (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
10849 (spam-bsfilter-database-directory): New options.
10850 (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
10851 (spam-list-of-statistical-checks, spam-registration-functions):
10852 Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
10853 (spam-bsfilter-score): New command.
10854 (spam-check-bsfilter-headers, spam-check-bsfilter)
10855 (spam-bsfilter-register-with-bsfilter)
10856 (spam-bsfilter-register-spam-routine)
10857 (spam-bsfilter-unregister-spam-routine)
10858 (spam-bsfilter-register-ham-routine)
10859 (spam-bsfilter-unregister-ham-routine): New functions.
10860 (spam-generic-score): Support bsfilter; Accept an optional argument
10861 to recalcurate spam score even if scoring header has already been
10862 added.
10863 (spam-bogofilter-score, spam-spamassassin-score): Accept an
10864 optional argument to recalcurate spam score even if scoring header
10865 has already been added.
10866
10867 2004-04-29 Jesper Harder <harder@ifa.au.dk>
10868
10869 * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
10870 strings! Reported by David D. Smith <davidsmith@acm.org>.
10871 (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
10872 link is missing.
10873
10874 2004-04-28 Jesper Harder <harder@ifa.au.dk>
10875
10876 * html2text.el (html2text-replace-list): Add &amp; and &apos;.
10877 (html2text-get-attr): Rewrite.
10878
10879 * message.el (message-setup-1): Remove redundant put-text-property
10880 on mail-header-separator.
10881
10882 2004-04-27 Teodor Zlatanov <tzz@lifelogs.com>
10883
10884 * gnus-registry.el (gnus-registry-cache-whitespace)
10885 (gnus-registry-action, gnus-registry-spool-action)
10886 (gnus-registry-split-fancy-with-parent): Change message levels
10887 from 5 to 3 or 7, as needed.
10888
10889 * spam.el (spam-summary-prepare-exit)
10890 (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
10891 (spam-split, spam-find-spam, spam-log-undo-registration)
10892 (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
10893 level from 5 to 6.
10894
10895 2004-04-26 Katsumi Yamaoka <yamaoka@jpl.org>
10896
10897 * gnus-ems.el: Autoload appt-select-lowest-window (revert
10898 2004-03-04 change).
10899
10900 2004-04-25 Jesper Harder <harder@ifa.au.dk>
10901
10902 * sieve-manage.el (sieve-manage-open):
10903 * nnweb.el (nnweb-insert-html):
10904 * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
10905 (nnvirtual-partition-sequence, nnvirtual-create-mapping):
10906 * nnspool.el (nnspool-request-group):
10907 * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
10908 * nnml.el (nnml-request-update-info):
10909 * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
10910 (nnmh-request-create-group, nnmh-update-gnus-unreads):
10911 * nnimap.el (nnimap-request-close, nnimap-acl-edit)
10912 (nnimap-request-set-mark):
10913 * nnfolder.el (nnfolder-request-update-info):
10914 * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
10915 * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
10916 * gnus-uu.el (gnus-uu-find-articles-matching):
10917 * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
10918 * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
10919 * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
10920 * gnus-nocem.el (gnus-nocem-scan-groups):
10921 * gnus-int.el (gnus-start-news-server):
10922 * gnus-group.el (gnus-group-make-kiboze-group)
10923 (gnus-group-browse-foreign-server):
10924 * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
10925 Use mapc when appropriate.
10926
10927 2004-04-22 Teodor Zlatanov <tzz@lifelogs.com>
10928
10929 FIXME: Make separate entries for each person.
10930
10931 From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
10932 Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
10933 <shields@msrl.com>:
10934
10935 * spam.el (spam-necessary-extra-headers): Get the extra headers we
10936 may need for spam sorting and scoring.
10937 (spam-user-format-function-S): Add user format function suitable for
10938 general use.
10939 (spam-article-sort-by-spam-status): Add sorting function for summary
10940 sorting.
10941 (spam-extra-header-to-number): Add function to get a score from a
10942 header.
10943 (spam-summary-score): Add function to get a numeric score from the
10944 headers.
10945 (spam-generic-score): Fix function doc, was in wrong place.
10946 (spam-initialize): Take symbols when it's run, and install the
10947 extra headers that spam-necessary-extra-headers thinks we need.
10948
10949 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
10950
10951 * spam.el (spam-summary-prepare-exit): Add logic and message fix.
10952 Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
10953
10954 2004-04-17 Jesper Harder <harder@ifa.au.dk>
10955
10956 * gnus-sum.el (gnus-set-global-variables)
10957 (gnus-build-all-threads, gnus-get-newsgroup-headers)
10958 (gnus-article-get-xrefs, gnus-summary-best-group)
10959 (gnus-summary-next-article, gnus-summary-enter-digest-group)
10960 (gnus-summary-set-bookmark, gnus-offer-save-summaries)
10961 (gnus-summary-update-info, gnus-kill-or-deaden-summary):
10962 Use with-current-buffer.
10963
10964 2004-04-16 Teodor Zlatanov <tzz@lifelogs.com>
10965
10966 * spam.el (spam-summary-prepare-exit): Simplify logic.
10967 (spam-fetch-article-header): Read the article header if it's not
10968 available.
10969 (spam-list-articles): Simplify logic.
10970 (spam-filelist-register-routine): Fix bug with unregister-list.
10971
10972 * gnus-registry.el: Fix comments at beginning.
10973
10974 2004-04-16 Jesper Harder <harder@ifa.au.dk>
10975
10976 * message.el (message-cater-to-broken-inn): Remove.
10977 (message-shorten-references): Make sure the total folded length of
10978 References is shorter than 998 characters to cater to a bug in INN
10979 2.3. Also, don't pretend that references aren't folded -- this
10980 hasn't worked for a while.
10981
10982 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
10983
10984 * gnus-agent.el (gnus-agentize):
10985 gnus-agent-send-mail-real-function no longer set to current value
10986 of message-send-mail-function but rather a lambda that calls
10987 message-send-mail-function. The change makes the agent real-time
10988 responsive to user changes to message-send-mail-function.
10989
10990 2004-04-15 Kevin Greiner <kgreiner@xpediantsolutions.com>
10991
10992 * legacy-gnus-agent.el
10993 (gnus-agent-convert-to-compressed-agentview): Fixed typos with
10994 help from Florian Weimer <fw@deneb.enyo.de>
10995
10996 2004-04-15 Katsumi Yamaoka <yamaoka@jpl.org>
10997
10998 * nnmail.el (nnmail-cache-insert): Revert last change.
10999
11000 2004-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
11001
11002 * nnmail.el (nnmail-cache-insert): Always check whether
11003 nnmail-cache-ignore-groups matches a group name.
11004
11005 2004-04-13 Teodor Zlatanov <tzz@lifelogs.com>
11006
11007 * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
11008 (spam-find-spam, spam-log-processing-to-registry)
11009 (spam-log-registered-p, spam-log-unregistration-needed-p)
11010 (spam-log-undo-registration): Use gnus-message instead of
11011 gnus-error, none of these errors are fatal.
11012
11013 * gnus-registry.el (gnus-registry-clean-empty-function)
11014 (gnus-registry-clean-empty): Remove only empty entries without
11015 extra data.
11016
11017 2004-04-12 Teodor Zlatanov <tzz@lifelogs.com>
11018
11019 * spam-stat.el (spam-stat-buffer-change-to-spam)
11020 (spam-stat-buffer-change-to-non-spam): Change (error) to
11021 (gnus-message 8) invocation.
11022
11023 2004-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
11024
11025 * nntp.el (nntp-via-netcat-command): New variable.
11026 (nntp-via-netcat-switches): New variable.
11027 (nntp-open-via-rlogin-and-netcat): New function.
11028 (nntp-open-connection-function): Doc fix.
11029 (nntp-telnet-command): Doc fix.
11030 (nntp-end-of-line): Doc fix.
11031 (nntp-via-rlogin-command): Doc fix.
11032 (nntp-via-user-name): Doc fix.
11033 (nntp-via-address): Doc fix.
11034
11035 2004-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
11036
11037 * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
11038 error in Emacs 21.1.
11039
11040 2004-04-08 Reiner Steib <Reiner.Steib@gmx.de>
11041
11042 * gnus-start.el (gnus-get-unread-articles): Fix last commit.
11043
11044 2004-04-07 Kevin Greiner <kgreiner@xpediantsolutions.com>
11045 * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
11046 (gnus-agent-with-refreshed-group): New macro.
11047 (gnus-agent-rename-group): New function.
11048 (gnus-agent-delete-group): New function.
11049 (gnus-agent-save-group-info): Use gnus-command-method when
11050 `method' parameter is nil. Don't write nil entries into the
11051 active file.
11052 (gnus-agent-get-group-info): New function.
11053 (gnus-agent-fetch-articles): Use
11054 gnus-agent-update-files-total-fetched-for to increment disk space
11055 used.
11056 (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
11057 gnus-agent-update-view-total-fetched-for to increment disk space
11058 used.
11059 (gnus-agent-get-local): Added optional parameters to avoid calling
11060 gnus-group-real-name and gnus-find-method-for-group.
11061 (gnus-agent-set-local): Delete stored entry if either min, or max,
11062 are nil.
11063 (gnus-agent-fetch-session): Reworded error/quit messages. On
11064 quit, use gnus-agent-regenerate-group to record existance of any
11065 articles fetched to disk before the quit occurred.
11066 (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
11067 gnus-agent-update-view-total-fetched-for, and
11068 gnus-agent-update-files-total-fetched-for to decrement disk space
11069 used.
11070 (gnus-agent-retrieve-headers): Use
11071 gnus-agent-update-view-total-fetched-for to increment disk space
11072 used.
11073 (gnus-agent-regenerate-group): Replace gnus-group-update-group
11074 with gnus-agent-update-files-total-fetched-for to decrement disk
11075 space and fresh group buffer.
11076 (gnus-agent-inhibit-update-total-fetched-for): New variable.
11077 (gnus-agent-need-update-total-fetched-for): New variable.
11078 (gnus-agent-update-files-total-fetched-for): New function.
11079 (gnus-agent-update-view-total-fetched-for): New function.
11080 (gnus-agent-total-fetched-for): New function.
11081
11082 * gnus-cache.el (gnus-cache-save-buffers): Use
11083 gnus-cache-update-overview-total-fetched-for to change disk space
11084 used by this group.
11085 (gnus-cache-possibly-enter-article): Use
11086 gnus-cache-update-file-total-fetched-for to increment disk space
11087 used by this group.
11088 (gnus-cache-possibly-remove-article): Use
11089 gnus-cache-update-file-total-fetched-for to decrement disk space
11090 used by this group.
11091 (gnus-cache-generate-nov-databases): Purge total fetched cache.
11092 (gnus-cache-rename-group): New function.
11093 (gnus-cache-delete-group): New function.
11094 (gnus-cache-inhibit-update-total-fetched-for): New variable.
11095 (gnus-cache-need-update-total-fetched-for): New variable.
11096 (gnus-cache-with-refreshed-group): New macro.
11097 (gnus-cache-update-file-total-fetched-for): New function.
11098 (gnus-cache-update-overview-total-fetched-for): New function.
11099 (gnus-cache-rename-group-total-fetched-for): New function.
11100 (gnus-cache-delete-group-total-fetched-for): New function.
11101 (gnus-cache-total-fetched-for): New function.
11102
11103 * gnus-group.el: Require gnus-sum and autoload functions to
11104 resolve warnings when gnus-group.el compiled alone.
11105 (gnus-group-line-format): Documented new %F
11106 (size of Fetched data) group line format; identifies disk space
11107 used by agent and cache.
11108 (gnus-group-line-format-alist): Defined new F format.
11109 (gnus-total-fetched-for): New function.
11110 (gnus-group-delete-group): No longer update
11111 gnus-cache-active-altered as gnus-request-delete-group now keeps
11112 the cache in sync.
11113 (gnus-group-list-active): Let the agent store a server's active
11114 list if currently plugged.
11115
11116 * gnus-int.el (gnus-request-delete-group):
11117 Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
11118 local disk in sync with the server.
11119 (gnus-request-rename-group):
11120 Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
11121 local disk in sync with the server.
11122
11123 * gnus-start.el (gnus-get-unread-articles):
11124 Cosmetic simplification to logic.
11125
11126 * gnus-util.el (gnus-rename-file): New function.
11127
11128 2004-04-07 Christian Neukirchen <chneukirchen@yahoo.de> (tiny change)
11129
11130 * mm-util.el (mm-image-load-path): Handle nil in load-path.
11131
11132 2004-04-07 Jesper Harder <harder@ifa.au.dk>
11133
11134 * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
11135 '+'. Reported by Stefan Wiens <s.wi@gmx.net>.
11136
11137 2004-04-06 Jesper Harder <harder@ifa.au.dk>
11138
11139 * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
11140 alive. Reported by Laurent Martelli <laurent@aopsys.com>.
11141
11142 2004-04-03 Jesper Harder <harder@ifa.au.dk>
11143
11144 * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
11145
11146 2004-04-02 Teodor Zlatanov <tzz@lifelogs.com>
11147
11148 * spam.el (spam-set-difference): Add function to replace
11149 gnus-set-difference in spam.el.
11150 (spam-summary-prepare-exit): Use spam-set-difference.
11151
11152 2004-03-29 Teodor Zlatanov <tzz@lifelogs.com>
11153
11154 * gnus-registry.el (gnus-registry-cache-file): Update to use
11155 gnus-dribble-directory OR gnus-home-directory OR ~.
11156 (gnus-registry-split-fancy-with-parent): Fix doc.
11157
11158 2004-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
11159
11160 * message.el (message-exchange-point-and-mark): Use
11161 message-mark-active-p. Suggested by Jesper Harder
11162 <harder@ifa.au.dk>.
11163
11164 2004-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
11165
11166 * message.el (message-exchange-point-and-mark): Don't activate
11167 region if it was inactive. Suggested by Hiroshi Fujishima
11168 <pooh@nature.tsukuba.ac.jp>.
11169
11170 2004-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
11171
11172 * gnus-art.el (article-display-face): Display Faces in the same
11173 order as X-Faces.
11174
11175 2004-03-24 Katsumi Yamaoka <yamaoka@jpl.org>
11176
11177 * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
11178
11179 2004-03-23 Katsumi Yamaoka <yamaoka@jpl.org>
11180
11181 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
11182 (gnus-mime-multipart-functions): Revert 2004-03-19 change.
11183 (gnus-article-mime-hierarchy): Remove.
11184 (gnus-article-mime-hierarchy-next): Remove.
11185 (gnus-article-mode): Revert 2004-03-19 change.
11186 (gnus-article-setup-buffer): Revert 2004-03-19 change.
11187 (gnus-insert-mime-button): Revert 2004-03-19 change.
11188 (gnus-mime-accumulate-hierarchy): Remove.
11189 (gnus-mime-enter-multipart): Remove.
11190 (gnus-mime-leave-multipart): Remove.
11191 (gnus-mime-display-part): Revert 2004-03-19 change.
11192 (gnus-mime-display-alternative): Revert 2004-03-19 change.
11193
11194 * mml.el (mml-preview): Revert 2004-03-19 change.
11195
11196 2004-03-18 Helmut Waitzmann <Helmut.Waitzmann@web.de> (tiny change)
11197
11198 * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
11199
11200 2004-03-22 Katsumi Yamaoka <yamaoka@jpl.org>
11201
11202 * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
11203 t while entering a file name using the mm-with-multibyte macro.
11204 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11205
11206 * mm-util.el (mm-with-multibyte): New macro.
11207
11208 2004-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
11209
11210 * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
11211 user option.
11212 (gnus-mime-multipart-functions): Doc and customization fix.
11213 (gnus-article-mime-hierarchy): New variable.
11214 (gnus-article-mime-hierarchy-next): New variable.
11215 (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
11216 (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
11217 gnus-article-mime-hierarchy-next to nil.
11218 (gnus-insert-mime-button): Show hierarchy numbers.
11219 (gnus-mime-accumulate-hierarchy): New function.
11220 (gnus-mime-enter-multipart): New function.
11221 (gnus-mime-leave-multipart): New function.
11222 (gnus-mime-display-part): Recompute hierarchical MIME structure.
11223 (gnus-mime-display-alternative): Show hierarchy numbers.
11224
11225 * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
11226 gnus-article-mime-hierarchy-next to nil.
11227
11228 2004-03-19 Steve Youngs <sryoungs@bigpond.net.au>
11229
11230 * dns.el: Don't require gnus-xmas.
11231
11232 2004-03-17 Jesper Harder <harder@ifa.au.dk>
11233
11234 * mml.el (mml-generate-mime-1): Don't use format=flowed with
11235 inline PGP.
11236 (mml-menu): Disable mml-quote-region if mark is inactive.
11237
11238 2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
11239
11240 * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
11241 when the group's active is not available.
11242
11243 2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
11244
11245 * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
11246 error.
11247
11248 2004-03-12 Reiner Steib <Reiner.Steib@gmx.de>
11249
11250 * imap.el (imap-store-password): New variable.
11251 (imap-interactive-login): Use it.
11252 Suggested by Mark Plaksin <happy@mcplaksin.org>.
11253
11254 2004-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
11255
11256 * gnus-art.el (gnus-article-read-summary-keys): Restore new
11257 window-start and hscroll to summary window.
11258
11259 2004-03-12 Kevin Greiner <kgreiner@xpediantsolutions.com>
11260
11261 * gnus-start.el (gnus-convert-old-newsrc): Only write the
11262 conversion message to newsrc-dribble when an actual conversion is
11263 performed.
11264
11265 2004-03-10 Malcolm Purvis <malcolmpurvis@optushome.com.au> (tiny change)
11266
11267 * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
11268
11269 2004-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
11270
11271 * mm-decode.el (mm-complicated-handles): New function reviving
11272 former definition of mm-multiple-handles.
11273
11274 * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
11275 (gnus-mime-delete-part): Use it.
11276
11277 2004-03-09 Kevin Greiner <kgreiner@xpediantsolutions.com>
11278
11279 * gnus-agent.el (gnus-agent-read-local): Bind
11280 nnheader-file-coding-system to gnus-agent-file-coding-system to
11281 avoid the implicit assumption that they will always be equal.
11282 (gnus-agent-save-local): Bind buffer-file-coding-system, not
11283 coding-system-for-write, as the with-temp-file macro first prints
11284 to a buffer then saves the buffer.
11285
11286 2004-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
11287
11288 * gnus-art.el (gnus-article-edit-part): New function.
11289 (gnus-mime-save-part-and-strip): Use it; do query instead of
11290 signaling an error; don't use mm-multiple-handles.
11291 (gnus-mime-delete-part): Ditto.
11292
11293 2004-03-08 Kevin Greiner <kgreiner@xpediantsolutions.com>
11294
11295 * gnus-agent.el (gnus-agent-read-agentview): Removed support for
11296 old file versions.
11297 (gnus-group-prepare-hook): Removed function that converted list
11298 form of gnus-agent-expire-days to group properties.
11299
11300 * gnus-int.el: Autoload gnus-agent-regenerate-group.
11301 (gnus-request-accept-article): Re-indented.
11302
11303 * gnus-start.el (gnus-convert-old-newsrc): Registered new
11304 converters to handle old agent file formats. Added logic for a
11305 "backup before upgrading warning".
11306 (gnus-convert-mark-converter-prompt): Developers can mark
11307 functions as needing (default), or not needing,
11308 gnus-convert-old-newsrc's "backup before upgrading warning".
11309 (gnus-convert-converter-needs-prompt): Tests whether the user
11310 should be protected from potentially irreversable changes by the
11311 function.
11312
11313 * legacy-gnus-agent.el: New. Provides converters that are only
11314 loaded when gnus-convert-old-newsrc needs to call them.
11315
11316 2004-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
11317
11318 * mail-source.el (mail-source-touch-pop): Doc fix.
11319
11320 * message.el (message-smtpmail-send-it): Doc fix.
11321
11322 2004-03-05 Jesper Harder <harder@ifa.au.dk>
11323
11324 * sha1-el.el (sha1-maximum-internal-length): Doc fix.
11325
11326 * nnmail.el (nnmail-split-fancy): do.
11327
11328 * gnus-kill.el (gnus-kill, gnus-execute): do.
11329
11330 2004-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
11331
11332 * gnus-sum.el (gnus-widget-reversible-match)
11333 (gnus-widget-reversible-to-internal)
11334 (gnus-widget-reversible-to-external): New functions.
11335 (gnus-widget-reversible): New widget.
11336 (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
11337
11338 2004-03-05 Kai Grossjohann <kgrossjo@eu.uu.net>
11339
11340 * gnus-sum.el (gnus-thread-sort-functions)
11341 (gnus-article-sort-functions): Document `(not F)' items.
11342
11343 2004-03-04 Teodor Zlatanov <tzz@lifelogs.com>
11344
11345 * spam.el (spam-use-gmane-xref): Add new backend.
11346 (spam-gmane-xref-spam-group): Add variable to control the name of the
11347 Gmane spam group.
11348 (spam-blackhole-servers, spam-blackhole-good-server-regex)
11349 (spam-regex-headers-spam, spam-regex-headers-ham)
11350 (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
11351 (spam-list-of-checks): Add spam-use-gmane-xref to list of
11352 backends and checks.
11353 (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
11354
11355 * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
11356 an autodetect method.
11357
11358 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11359
11360 * gnus-int.el (gnus-request-accept-article): Inform the agent that
11361 articles are being added to a group.
11362 (gnus-request-replace-article): Inform the agent that articles
11363 need to be uncached as the cached contents are no longer valid.
11364
11365 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11366
11367 * binhex.el: Don't autoload executable-find.
11368
11369 * canlock.el: Don't autoload mail-fetch-field.
11370
11371 * gnus-ems.el: Don't autoload appt-select-lowest-window.
11372
11373 * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
11374 rmail-dont-reply-to and rmail-output.
11375
11376 * gnus-score.el: Don't autoload ffap-string-at-point.
11377
11378 * gnus-setup.el: Don't autoload sc-cite-original.
11379
11380 * imap.el: Don't autoload base64-decode-string,
11381 base64-encode-string and md5.
11382
11383 * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
11384 and rmail-msg-restore-non-pruned-header.
11385
11386 * mm-decode.el: Don't autoload executable-find.
11387
11388 * mm-url.el: Don't autoload executable-find.
11389
11390 * mm-view.el: Don't autoload diff-mode.
11391
11392 * nndb.el: Don't autoload news-reply-mode, news-setup,
11393 cancel-timer and telnet.
11394
11395 * password.el: Don't autoload run-at-time for Emacs.
11396
11397 * sha1-el.el: Don't autoload executable-find.
11398
11399 * sieve-mode.el: Don't autoload c-mode.
11400
11401 * uudecode.el: Don't autoload executable-find.
11402
11403 2004-03-04 Kevin Greiner <kgreiner@xpediantsolutions.com>
11404
11405 * gnus-agent.el (gnus-agent-file-header-cache): Removed.
11406 (gnus-agent-possibly-alter-active): Avoid null in numeric
11407 comparison.
11408 (gnus-agent-set-local): Refuse to save null in local object table.
11409 (gnus-agent-regenerate-group): The REREAD parameter can now be a
11410 list of articles that will be marked as unread.
11411
11412 2004-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
11413
11414 * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
11415
11416 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11417
11418 * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
11419 language tags.
11420
11421 2004-03-03 Per Abrahamsen <abraham@dina.kvl.dk>
11422
11423 * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
11424 Don't bind "obarray".
11425
11426 * gnus-sum.el (gnus-thread-sort-functions): Added
11427 `gnus-thread-sort-by-most-recent-number' and
11428 `gnus-thread-sort-by-most-recent-date'.
11429 Reported by Kai Grossjohann <kai@emptydomain.de>.
11430
11431 2004-03-03 Katsumi Yamaoka <yamaoka@jpl.org>
11432
11433 * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
11434
11435 2004-03-02 Kevin Greiner <kgreiner@xpediantsolutions.com>
11436
11437 * gnus-cus.el (gnus-agent-customize-category): Removed
11438 ignore-errors macro reference that required cl to be loaded at
11439 run-time.
11440
11441 * gnus-range.el (gnus-sorted-range-intersection): Now accepts
11442 single-interval range of the form (min . max). Previously the
11443 range had to look like ((min . max)). Likewise, return
11444 (min . max) rather than ((min . max)).
11445 (gnus-range-map): Use gnus-range-normalize to accept
11446 single-interval range.
11447
11448 * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
11449 the cache, but not the agent, now appear with their usual face.
11450
11451 2004-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
11452
11453 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
11454 w3m-safe-url-regexp variable buffer-local.
11455
11456 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11457
11458 2004-02-27 Simon Josefsson <jas@extundo.com>
11459
11460 * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
11461 gnus-group-real-prefix.
11462 (gnus-summary-move-article): Use it, instead of
11463 gnus-group-real-prefix.
11464
11465 2004-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
11466
11467 * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
11468 w3m-safe-url-regexp variable buffer-local and set it as the value
11469 of mm-w3m-safe-url-regexp.
11470
11471 * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
11472
11473 * gnus-msg.el (gnus-setup-message): Ignore an article copy while
11474 parsing gnus-posting-styles when the message is not for replying.
11475
11476 * nnrss.el (nnrss-opml-export): Use
11477 mm-set-buffer-file-coding-system instead of
11478 set-buffer-file-coding-system.
11479
11480 2004-02-27 Jesper Harder <harder@ifa.au.dk>
11481
11482 * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
11483 of checkdoc.el).
11484 * nnrss.el: do.
11485 * gnus-mlspl.el: do.
11486 * gnus-ml.el: do.
11487 * gnus-srvr.el: do.
11488
11489 * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
11490
11491 2004-02-27 Kevin Ryde <user42@zip.com.au> (tiny change)
11492
11493 * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
11494 Corrections to custom-manual links.
11495
11496 * gnus-art.el (gnus-article): Ditto.
11497
11498 * mm-decode.el (mime-display, mime-security): Ditto.
11499
11500 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11501
11502 * flow-fill.el: Typo.
11503
11504 2004-02-26 Andrew Cohen <cohen@andy.bu.edu>
11505
11506 * spam-wash.el: New file.
11507
11508 2004-02-26 Mark A. Hershberger <mah@everybody.org>
11509
11510 * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
11511
11512 2004-02-26 Teodor Zlatanov <tzz@lifelogs.com>
11513
11514 * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
11515 to be run with new-articles as LIST1, not LIST2.
11516 (spam-registration-functions): Add spam-use-ham-copy as a nil
11517 registration backend.
11518
11519 2004-02-26 Jesper Harder <harder@ifa.au.dk>
11520
11521 * spam-stat.el (spam-stat-washing-hook): New option.
11522 (spam-stat-buffer-words): Use it.
11523 (spam-stat-process-directory, spam-stat-test-directory): Use
11524 insert-file-contents-literally.
11525 (spam-stat-coding-system): New variable.
11526 (spam-stat-load, spam-stat-save): Use it.
11527
11528 2004-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
11529
11530 * spam-report.el (spam-report-plug-agent): Quote
11531 spam-report-url-to-file and spam-report-url-ping-plain.
11532
11533 2004-02-25 Reiner Steib <Reiner.Steib@gmx.de>
11534
11535 * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
11536 / in mailto URLs.
11537
11538 2004-02-24 Reiner Steib <Reiner.Steib@gmx.de>
11539
11540 * spam-report.el (spam-report-process-queue): Fix interactive use.
11541 (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
11542 (spam-report-unplug-agent): Doc fixes.
11543 (spam-report-url-ping-mm-url, spam-report-url-to-file)
11544 (spam-report-agentize, spam-report-deagentize): Autoload
11545
11546 2004-02-24 Katsumi Yamaoka <yamaoka@jpl.org>
11547
11548 * message.el (message-setup-fill-variables): Add mml tags to
11549 paragraph-start and paragraph-separate. Suggested by Andrew Korty
11550 <ajk@iu.edu>.
11551 (message-mode): Don't modify paragraph-separate there.
11552
11553 2004-02-17 Katsumi Yamaoka <yamaoka@jpl.org>
11554
11555 * compface.el (uncompface-use-external): Default to undecided.
11556 (uncompface-use-external-threshold): New variable.
11557 (uncompface-float-time): New macro.
11558 (uncompface): Determine whether to use the external decoder if
11559 uncompface-use-external is undecided.
11560
11561 2004-02-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
11562
11563 * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
11564 after images.
11565
11566 * gnus-art.el (gnus-mime-display-single): Remove dead code.
11567
11568 2004-02-14 Jesper Harder <harder@ifa.au.dk>
11569
11570 * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
11571
11572 * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
11573
11574 * gnus-sum.el (gnus-summary-limit-to-age)
11575 (gnus-summary-limit-children): do.
11576
11577 * gnus-int.el (gnus-request-scan): do.
11578
11579 * gnus-group.el (gnus-group-suspend): do.
11580
11581 * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
11582
11583 * gnus-cite.el (gnus-cite-parse-attributions): do.
11584
11585 * gnus-agent.el (gnus-summary-set-agent-mark)
11586 (gnus-agent-regenerate-group): do.
11587
11588 * deuglify.el (gnus-article-outlook-unwrap-lines): do.
11589
11590 * binhex.el (binhex-decode-region-internal): do.
11591
11592 2004-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
11593
11594 * gnus-fun.el (gnus-face-properties-alist): New user option.
11595 (gnus-display-x-face-in-from): Use it.
11596
11597 * gnus-art.el (article-display-face): Ditto.
11598
11599 * compface.el (uncompface-use-external): Default to nil.
11600
11601 2004-02-12 Jesper Harder <harder@ifa.au.dk>
11602
11603 * nntp.el (nntp-erase-buffer): New function.
11604 (nntp-retrieve-data, nntp-send-command)
11605 (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
11606 (nntp-possibly-change-group): Use it.
11607
11608 * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
11609 with-current-buffer.
11610
11611 2004-02-12 TAKAI Kousuke <tak@kmc.gr.jp>
11612
11613 * compface.el: Merge the ELisp-based uncompface program.
11614 (compface): New customization group.
11615 (uncompface-use-external): New user option.
11616 (uncompface): Call uncompface-internal if uncompface-use-external
11617 is nil.
11618 (uncompface-internal): New function. Note that there are also
11619 some other functions and variables added for this function.
11620
11621 2004-02-10 Jesper Harder <harder@ifa.au.dk>
11622
11623 * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
11624 if necessary.
11625
11626 2004-02-09 Teodor Zlatanov <tzz@lifelogs.com>
11627
11628 * spam-report.el (spam-report-unplug-agent)
11629 (spam-report-plug-agent, spam-report-deagentize)
11630 (spam-report-agentize, spam-report-url-ping-temp-agent-function):
11631 Add support for the Agent in spam-report: when unplugged, report to a
11632 file; when plugged, submit all the requests.
11633
11634 * spam.el (spam-register-routine): Fix message about
11635 registration.
11636
11637 2004-02-09 Jesper Harder <harder@ifa.au.dk>
11638
11639 * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
11640 dependencies.
11641 (rfc2047-encode): Use it.
11642
11643 * gnus-art.el (gnus-button-marker-list): Move before first
11644 reference.
11645
11646 * imap.el (imap-parse-flag-list, imap-parse-body-extension)
11647 (imap-parse-body): Fix format string mismatch.
11648
11649 * gnus-score.el (gnus-summary-increase-score): do.
11650
11651 * nnrss.el (nnrss-close): New function.
11652
11653 2004-02-08 Jesper Harder <harder@ifa.au.dk>
11654
11655 * nnrss.el (nnrss-make-filename): New function.
11656 (nnrss-request-delete-group, nnrss-read-server-data)
11657 (nnrss-save-server-data, nnrss-read-group-data)
11658 (nnrss-save-group-data): Use it.
11659 (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
11660 (nnrss-read-server-data, nnrss-read-group-data): Use load.
11661 (nnrss-group-hashtb): Make it a hash table rather than an obarray.
11662
11663 2004-02-07 Jesper Harder <harder@ifa.au.dk>
11664
11665 * mml.el (mml-compute-boundary-1): Don't uncompress files.
11666
11667 2004-02-06 Jesper Harder <harder@ifa.au.dk>
11668
11669 * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
11670 files.
11671
11672 * message.el (message-generate-headers-first): Don't quote nil
11673 and t in docstrings.
11674
11675 * imap.el (imap-id): do.
11676
11677 * gnus-agent.el (gnus-agent-consider-all-articles)
11678 (gnus-agent-queue-mail): do.
11679
11680 2004-02-05 Reiner Steib <Reiner.Steib@gmx.de>
11681
11682 * spam-report.el (spam-report-process-queue): New function.
11683 Process requests from `spam-report-requests-file'.
11684 (spam-report-process-queue): Doc fix.
11685
11686 2004-02-05 Teodor Zlatanov <tzz@lifelogs.com>
11687
11688 * spam.el (spam-register-routine)
11689 (spam-log-processing-to-registry, spam-log-registered-p)
11690 (spam-log-unregistration-needed-p, spam-log-undo-registration):
11691 Change "check" to "spam-check" for semi-clarity.
11692
11693 2004-02-05 Jesper Harder <harder@ifa.au.dk>
11694
11695 * pop3.el: Require nnheader.
11696
11697 * mml-smime.el: Require cl. Autoload message-fetch-field.
11698
11699 * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
11700
11701 * gnus-picon.el: Require cl.
11702
11703 * gnus-fun.el: Require gnus-ems and gnus-util.
11704
11705 * gnus.el (gnus-method-to-server): Move defsubst before first use.
11706
11707 * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
11708
11709 * gnus-art.el (gnus-article-edit-mode): Define before first
11710 reference.
11711
11712 2004-02-04 Jesper Harder <harder@ifa.au.dk>
11713
11714 * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
11715 (gnus-uu-post-encoded): Use point-at-bol.
11716
11717 * gnus-topic.el (gnus-group-active-topic-p): do.
11718
11719 * gnus-start.el (gnus-newsrc-to-gnus-format): do.
11720
11721 * gnus-group.el (gnus-group-kill-region): do.
11722
11723 * gnus-art.el (article-date-ut): do.
11724
11725 * message.el (message-fetch-field): Remove redundant
11726 case-fold-search binding.
11727 (message-narrow-to-field): Simplify.
11728
11729 2004-02-03 Reiner Steib <Reiner.Steib@gmx.de>
11730
11731 * spam.el (spam-directory): Derive from `gnus-directory'.
11732
11733 * spam-report.el (spam-report-url-to-file)
11734 (spam-report-requests-file): New function and variable for offline
11735 reporting.
11736 (spam-report-url-ping-function): Add `spam-report-url-to-file'
11737 and user defined function.
11738 (spam-report-url-ping-mm-url): Remove doubled slash.
11739
11740 2004-02-03 Teodor Zlatanov <tzz@lifelogs.com>
11741
11742 * spam.el (spam-list-of-processors): Fix spamassassin variable names.
11743
11744 2004-02-03 Jesper Harder <harder@ifa.au.dk>
11745
11746 * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
11747 format string mismatch.
11748
11749 * sieve.el (sieve-deactivate-all): do.
11750
11751 * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
11752
11753 * nnlistserv.el (nnlistserv-kk-wash-article): do.
11754
11755 * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
11756
11757 * mm-bodies.el (mm-7bit-chars): Don't include \r.
11758
11759 2004-02-02 Teodor Zlatanov <tzz@lifelogs.com>
11760
11761 * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
11762 the list of checks.
11763
11764 2004-01-31 Jesper Harder <harder@ifa.au.dk>
11765
11766 * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
11767 padding.
11768
11769 2004-01-27 Ralf Angeli <angeli@iwi.uni-sb.de>
11770
11771 * mm-view.el (mm-fill-flowed): New variable.
11772 (mm-inline-text): Use it.
11773
11774 2004-01-27 Teodor Zlatanov <tzz@lifelogs.com>
11775
11776 * spam.el (spam-spamassassin-register-ham-routine)
11777 (spam-spamassassin-register-spam-routine): Fix function names.
11778
11779 2004-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
11780
11781 * gnus.el (gnus-tmp-grouplens): Remove.
11782 (gnus-summary-line-format): Remove grouplens.
11783
11784 * gnus-group.el (gnus-group-line-format): Ditto.
11785
11786 * gnus-spec.el (gnus-format-specs): Ditto.
11787 (gnus-update-format-specifications): Flush the group format spec
11788 cache if there's the grouplens stuff.
11789 (gnus-parse-simple-format): Replace %l with the empty string.
11790
11791 2004-01-27 Jerry James <james@xemacs.org> (tiny change)
11792
11793 * gnus-spec.el (gnus-parse-simple-format): Fix setq value
11794 omission.
11795
11796 2004-01-26 Katsumi Yamaoka <yamaoka@jpl.org>
11797
11798 * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
11799 Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
11800
11801 2004-01-25 Paul Jarc <prj@po.cwru.edu>
11802
11803 * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
11804 (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
11805 New macros and functions.
11806 * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
11807 Handle > NLINK_MAX messages.
11808 * nnmaildir.el (nnmaildir-request-set-mark): Use
11809 nnmaildir--emlink-p and nnmaildir--eexist-p.
11810
11811 2004-01-25 Alex Schroeder <alex@gnu.org>
11812
11813 * spam-stat.el (spam-stat-process-directory-age): New option.
11814 (spam-stat-process-directory): Use it.
11815
11816 2004-01-24 Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp> (tiny change)
11817
11818 * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
11819 (spam-stat-save): Accept prefix argument.
11820
11821 2004-01-23 Paul Jarc <prj@po.cwru.edu>
11822
11823 * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
11824 links" error.
11825
11826 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11827
11828 * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
11829 compatibility with old .newsrc.eld files.
11830
11831 * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
11832
11833 * gnus-start.el (gnus-1): do.
11834
11835 * gnus-group.el (gnus-group-line-format-alist): do.
11836
11837 * gnus.el (gnus-use-grouplens, gnus-visual): do.
11838
11839 * gnus-gl.el: Remove.
11840
11841 2004-01-23 Kevin Greiner <kgreiner@xpediantsolutions.com>
11842
11843 * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
11844 marks consisting of a single range {for example, (3 . 5)} rather
11845 than a list of a single range { ((3 . 5)) }.
11846
11847 2004-01-23 Jesper Harder <harder@ifa.au.dk>
11848
11849 * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
11850 with-current-buffer.
11851 (spam-stat-store-current-buffer): Use insert-buffer-substring to
11852 avoid consing a string.
11853
11854 * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
11855 Remove obsolete entries for big5 and gb2312.
11856
11857 2004-01-22 Kevin Greiner <kgreiner@xpediantsolutions.com>
11858
11859 * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
11860 uncompressed list.
11861
11862 2004-01-22 Jesper Harder <harder@ifa.au.dk>
11863
11864 * spam-stat.el (spam-stat-strip-xref): New function.
11865 (spam-stat-process-directory): Use it.
11866
11867 * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
11868 here -- it's done in message-fetch-field.
11869
11870 2004-01-21 Kevin Greiner <kgreiner@xpediantsolutions.com>
11871
11872 * gnus-agent.el (gnus-agent-queue-mail)
11873 (gnus-agent-prompt-send-queue): New variables.
11874 (gnus-agent-send-mail): Use gnus-agent-queue-mail.
11875 * gnus-draft.el (gnus-group-send-queue): Pass the group name
11876 "nndraft:queue" along to gnus-draft-send. Use
11877 gnus-agent-prompt-send-queue.
11878 (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
11879 is "nndraft:queue". Suggested by Gaute Strokkenes
11880 <gs234@srcf.ucam.org>
11881
11882 * gnus-agent.el (agent-disable-undownloaded-faces): Removed
11883 (agent-enable-undownloaded-faces): Added
11884 (gnus-agent-cat-groups): Use eval-and-compile, not
11885 eval-when-compile, to define gnus-agent-set-cat-groups as the setf
11886 method of gnus-agent-cat-groups even when the buffer has been
11887 evaled.
11888 (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
11889 delete gnus-agent-save-active-1.
11890 (gnus-agent-save-groups): Deleted. Identical to
11891 gnus-agent-save-active.
11892 (gnus-agent-write-active): No longer adjust agent's copy of active
11893 file as agent's adjustments are now stored in their own
11894 file. Removed optional parameter.
11895 (gnus-agent-possibly-alter-active): Ignore groups of unagentized
11896 servers. Add use of min/max range limits from server's local
11897 file.
11898 (gnus-agent-save-alist): Removed unused optional argument.
11899 (gnus-agent-load-local, gnus-agent-read-and-cache-local)
11900 (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
11901 (gnus-agent-set-local): A per-server file that keeps min/max range
11902 limits for articles known to the agent. Provides a fast mechanism
11903 for altering many active ranges.
11904 (gnus-agent-expire-group, gnus-agent-expire): No longer save the
11905 active file (local makes it unnecessary).
11906 (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
11907
11908 * gnus-cus.el (agent-disable-undownloaded-faces): Removed
11909 (agent-enable-undownloaded-faces): Added
11910
11911 * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
11912 disable it when sending to "nndraft:queue".
11913 (gnus-group-send-queue): Add safety check to avoid sending queue
11914 when unplugged.
11915
11916 * gnus-group.el (gnus-group-catchup): Use new
11917 gnus-sequence-of-unread-articles, not
11918 gnus-list-of-unread-articles, to avoid exhausting memory with huge
11919 numbers of articles. Use gnus-range-map to avoid having to
11920 uncompress the unread list.
11921 (gnus-group-archive-directory, gnus-group-recent-archive-directory):
11922 Fixed invalid ange-ftp reference.
11923
11924 * gnus-range.el (gnus-range-map): Iterate over list or sequence.
11925 (gnus-sorted-range-intersection): Intersection of two ranges
11926 without requiring that they first be uncompressed.
11927
11928 * gnus-start.el (gnus-activate-group): Unless blocked by the
11929 caller, possibly expand the active range to include both cached
11930 and agentized articles.
11931 (gnus-convert-old-newsrc): Rewrote in anticipation of having
11932 multiple version-dependent converters.
11933 (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
11934 gnus-agent-save-active.
11935 (gnus-save-newsrc-file): Save dirty agent range limits.
11936
11937 * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
11938 gnus-agent-possibly-alter-active.
11939 (gnus-adjust-marked-articles): Faster handling of simple lists
11940
11941 2004-01-21 Jesper Harder <harder@ifa.au.dk>
11942
11943 * spam-stat.el (spam-stat-test-directory): New optional argument
11944 displays a list of files detected. Suggested by Andrew Cohen
11945 <cohen@andy.bu.edu>.
11946 (spam-stat-buffer-words-with-scores): Don't narrow and change
11947 syntax table here. Reported by Andrew Cohen <cohen@andy.bu.edu>.
11948
11949 2004-01-20 Hubert Chan <hubert@uhoreg.ca>
11950
11951 * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
11952 (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
11953 (spam-spamassassin-arguments)
11954 (spam-spamassassin-spam-flag-header)
11955 (spam-spamassassin-positive-spam-flag-header)
11956 (spam-spamassassin-spam-status-header, spam-sa-learn-path)
11957 (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
11958 (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11959 (spam-list-of-processors, spam-list-of-checks)
11960 (spam-list-of-statistical-checks, spam-registration-functions)
11961 (spam-check-spamassassin-headers, spam-check-spamassassin)
11962 (spam-spamassassin-score)
11963 (spam-spamassassin-register-with-sa-learn)
11964 (spam-spamassassin-register-spam-routine)
11965 (spam-spamassassin-register-ham-routine)
11966 (spam-assassin-register-spam-routine)
11967 (spam-assassin-register-ham-routine): Add SpamAssassin support.
11968 (spam-bogofilter-score): Fix to show article before scoring.
11969
11970 2004-01-20 Teodor Zlatanov <tzz@lifelogs.com>
11971
11972 * spam.el (gnus-summary-mode-map): Make spam-generic-score the
11973 default scoring function.
11974 (spam-generic-score): Call spam-spamassassin-score if
11975 spam-use-spamassassin or spam-use-spamassassin-headers is on;
11976 spam-bogofilter-score otherwise.
11977
11978 * gnus.el (spam-process, spam-autodetect-methods): Add
11979 spamassassin and spamassassin-headers.
11980
11981 2004-01-20 Nevin Kapur <nkapur@cs.caltech.edu>
11982
11983 * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11984 Suppress unnecessary messages.
11985
11986 2004-01-20 Jesper Harder <harder@ifa.au.dk>
11987
11988 * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
11989 make-hash-table.
11990
11991 2004-01-19 Katsumi Yamaoka <yamaoka@jpl.org>
11992
11993 * canlock.el (base64-encode-string): Don't autoload it.
11994
11995 2004-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
11996
11997 * run-at-time.el: Remove useless (require 'itimer),
11998 eval-and-compile and (featurep 'xemacs).
11999
12000 2004-01-16 Jesper Harder <harder@ifa.au.dk>
12001
12002 * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
12003 GROUP is a virtual group.
12004
12005 2004-01-16 Steve Youngs <sryoungs@bigpond.net.au>
12006
12007 * gnus.el: Autoload `message-y-or-n-p'.
12008
12009 2004-01-15 Jesper Harder <harder@ifa.au.dk>
12010
12011 * pgg-parse.el: Remove unnecessary (require 'custom).
12012
12013 * pgg-def.el: do.
12014
12015 * nnmail.el: do.
12016
12017 * gnus-undo.el: do.
12018
12019 * gnus-picon.el: do.
12020
12021 * gnus-util.el: do.
12022
12023 2004-01-15 Reiner Steib <Reiner.Steib@gmx.de>
12024
12025 * gnus-sum.el (gnus-pick-line-number): Add autoload.
12026
12027 2004-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
12028
12029 * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
12030 handle, as well as a list.
12031
12032 * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
12033 Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
12034 (mm-w3m-cid-retrieve): Simplify.
12035
12036 2004-01-14 Vasily Korytov <deskpot@myrealbox.com>
12037
12038 * message.el (message-kill-to-signature): Allow prefix arg to
12039 specify number of lines to keep before signature.
12040
12041 2004-01-14 Kai Grossjohann <kai@emptydomain.de>
12042
12043 (message-kill-to-signature): Change docstring.
12044
12045 2004-01-14 Katsumi Yamaoka <yamaoka@jpl.org>
12046
12047 * canlock.el: Always require sha1-el.
12048 (canlock-sha1): Bind sha1-maximum-internal-length to nil.
12049
12050 * message.el: Autoload sha1 only when compiling.
12051
12052 2004-01-13 Katsumi Yamaoka <yamaoka@jpl.org>
12053
12054 * message.el (message-canlock-generate): Require sha1-el.
12055
12056 2004-01-13 Jesper Harder <harder@ifa.au.dk>
12057
12058 * message.el (message-expand-name): Silence the byte compiler.
12059
12060 2004-01-13 Simon Josefsson <jas@extundo.com>
12061
12062 * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
12063 Invoke gnus-score-mode. Reported by
12064 bojohan+news@dd.chalmers.se (Johan Bockgård).
12065
12066 * gnus-range.el (gnus-compress-sequence): Doc fix. Suggested by
12067 Jim Blandy <jimb@redhat.com> (tiny change).
12068
12069 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12070
12071 * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
12072
12073 2004-01-12 Teodor Zlatanov <tzz@lifelogs.com>
12074
12075 * spam.el (spam-get-article-as-string): Update to use
12076 gnus-request-article-this-buffer, much simpler.
12077 (spam-get-article-as-buffer): Remove.
12078
12079 2004-01-12 Kai Grossjohann <kai.grossjohann@mci.com>
12080
12081 * message.el (message-expand-name): Use EUDC if the user uses that.
12082
12083 2004-01-12 Jesper Harder <harder@ifa.au.dk>
12084
12085 * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
12086 character for the encoding to avoid consing a string.
12087
12088 * rfc2047.el (rfc2047-decode-string): Don't cons a string
12089 unnecessarily.
12090
12091 * mm-util.el (mm-replace-chars-in-string): Remove.
12092
12093 * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
12094 of mm-replace-chars-in-string.
12095
12096 2004-01-11 Jesper Harder <harder@ifa.au.dk>
12097
12098 * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
12099
12100 * mm-util.el (mm-subst-char-in-string): Support inplace.
12101
12102 * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
12103 a new string in every iteration. Use shy groups.
12104
12105 2004-01-10 Jesper Harder <harder@ifa.au.dk>
12106
12107 * gnus-srvr.el (gnus-browse-unsubscribe-group):
12108 * gnus-soup.el (gnus-soup-group-brew):
12109 * gnus-msg.el (gnus-put-message):
12110 * gnus-move.el (gnus-group-move-group-to-server):
12111 * gnus-kill.el (gnus-batch-score):
12112 * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
12113 (gnus-group-update-group-line, gnus-group-insert-group-line-info)
12114 (gnus-group-update-group, gnus-group-read-group)
12115 (gnus-group-make-group, gnus-group-make-help-group)
12116 (gnus-group-make-archive-group, gnus-group-make-directory-group)
12117 (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
12118 (gnus-group-sort-by-unread, gnus-group-catchup)
12119 (gnus-group-unsubscribe-group, gnus-group-kill-group)
12120 (gnus-group-yank-group, gnus-group-set-info)
12121 (gnus-group-list-groups):
12122 * gnus.el (gnus-generate-new-group-name):
12123 * gnus-delay.el (gnus-delay-send-queue):
12124 * nnvirtual.el (nnvirtual-catchup-group):
12125 * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
12126 * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
12127 (gnus-group-prepare-topics, gnus-topic-check-topology):
12128 * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
12129 (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
12130 (gnus-summary-walk-group-buffer, gnus-summary-move-article)
12131 (gnus-group-make-articles-read):
12132 * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
12133 (gnus-group-change-level, gnus-kill-newsgroup)
12134 (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
12135 (gnus-get-unread-articles, gnus-make-articles-unread)
12136 (gnus-make-ascending-articles-unread): Use accessor
12137 macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
12138 to get group information for improved readability.
12139
12140
12141 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12142
12143 * gnus-art.el (article-decode-mime-words, article-babel)
12144 (gnus-article-highlight-signature, gnus-article-add-buttons)
12145 (gnus-signature-toggle): Use gnus-with-article-buffer.
12146
12147 * gnus-art.el (gnus-article-highlight-headers)
12148 (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
12149
12150 * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
12151 (gnus-article-set-globals, gnus-request-article-this-buffer)
12152 (gnus-button-message-id, gnus-article-maybe-hide-headers)
12153 (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
12154 (gnus-mime-display-alternative): Use with-current-buffer.
12155
12156 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12157
12158 * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
12159 also under 80 char limit, and call gnus-error if needed.
12160 (spam-fetch-article-header): Fix - it was a
12161 buffer-local variable (gnus-newsgroup-data).
12162 (spam-find-spam): Use spam-generate-fake-headers, forget about
12163 spam-insert-fake-headers.
12164 (spam-insert-fake-headers): Remove.
12165
12166 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12167
12168 * deuglify.el (gnus-article-outlook-unwrap-lines)
12169 (gnus-outlook-rearrange-article)
12170 (gnus-outlook-repair-attribution-outlook)
12171 (gnus-outlook-repair-attribution-block)
12172 (gnus-outlook-repair-attribution-other): Remove redundant
12173 save-excursion.
12174
12175 2004-01-09 Teodor Zlatanov <tzz@lifelogs.com>
12176
12177 * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
12178 (spam-fetch-field-subject-fast)
12179 (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
12180 (spam-fetch-article-header): Add functions to deal with Gnus
12181 internals for fast retrieval of article header data.
12182 (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
12183
12184 2004-01-09 Jesper Harder <harder@ifa.au.dk>
12185
12186 * pop3.el (pop3-md5): Remove.
12187 (pop3-apop): Replace pop3-md5 with md5.
12188
12189 * mm-bodies.el: base64 is always built-in.
12190
12191 * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
12192 with-current-buffer.
12193
12194 2004-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
12195
12196 * canlock.el (canlock-insert-header): Remove excessive grouping in
12197 regexp.
12198
12199 * gnus-sum.el (gnus-summary-read-document): Ditto.
12200
12201 * gnus-uu.el (gnus-uu-part-number): Ditto.
12202
12203 * html2text.el (html2text-remove-tags): Ditto.
12204 (html2text-format-tags): Ditto.
12205 (html2text-format-single-elements): Ditto.
12206
12207 * mml.el (mml-parse-1): Ditto.
12208
12209 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12210
12211 * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
12212
12213 * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
12214
12215 * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
12216
12217 * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
12218
12219 2003-11-15 Simon Josefsson <jas@extundo.com>
12220
12221 * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
12222 (pgg-gpg-lookup-key): Use regexp match instead of
12223 split-string (split-string is different between emacs 21.2 and
12224 22.1). Reported by ultrasoul@ultrasoul.com (David D. Smith).
12225
12226 2004-01-08 Jesper Harder <harder@ifa.au.dk>
12227
12228 * gnus-art.el (gnus-mime-view-all-parts)
12229 (gnus-article-part-wrapper, gnus-article-view-part): Use
12230 with-current-buffer.
12231
12232 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12233
12234 * spam.el (spam-disable-spam-split-during-ham-respool)
12235 (spam-spamoracle-database, spam-cache-lookups)
12236 (spam-split-last-successful-check, spam-clear-cache, spam-xor)
12237 (spam-group-ham-mark-p, spam-group-spam-mark-p)
12238 (spam-group-ham-marks, spam-group-spam-marks)
12239 (spam-group-spam-contents-p, spam-group-ham-contents-p)
12240 (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
12241 also add spam-use-blackholes to the statistical checks.
12242 (spam-fetch-field-fast): Add interface to fetching fields, may
12243 become a macro.
12244 (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
12245 (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
12246 (spam-insert-fake-headers): Fake an article when needed.
12247 (spam-find-spam): Fake article when possible.
12248 (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
12249 (spam-check-bogofilter-headers): Use message-fetch-field instead
12250 of nnmail-fetch-field.
12251
12252 2004-01-07 Reiner Steib <Reiner.Steib@gmx.de>
12253
12254 * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
12255
12256 2004-01-07 Teodor Zlatanov <tzz@lifelogs.com>
12257
12258 * spam.el (spam-split): Do not require spam-use-CHECK to be
12259 enabled if that check is passed to spam-split explicitly; also
12260 fix so 'spam doesn't get converted to spam-split-group when
12261 spam-split-symbolic-return is t.
12262 (spam-find-spam): Find registrations of the article and use those
12263 instead of re-running spam-split to find the spam/ham
12264 classification of the article.
12265 (spam-log-processing-to-registry, spam-log-registered-p)
12266 (spam-log-unregistration-needed-p, spam-log-undo-registration):
12267 Use gnus-error instead of gnus-message.
12268 (spam-log-registration-type): Add function to determine the
12269 classification of a message based on registry entries; will
12270 return nil if both 'spam and 'ham are found.
12271 (spam-check-BBDB): Expand all the BBDB macros here so we can have
12272 a reasonably fast local cache without the loading errors.
12273 (spam-cache-lookups): Set to t by default.
12274 (spam-find-spam): Don't try to guess spam-cache-lookups.
12275 (spam-enter-whitelist, spam-enter-blacklist): Clear the
12276 spam-caches entry.
12277 (spam-filelist-build-cache, spam-filelist-check-cache): Fix
12278 caching of whitelist/blacklist entries.
12279 (spam-check-whitelist, spam-check-blacklist): Invoke
12280 spam-from-listed-p with a type, not a cache variable.
12281 (spam-from-listed-p): Wrap around spam-filelist-check-cache.
12282
12283 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12284
12285 * message.el (message-cite-prefix-regexp): Use with-syntax-table.
12286
12287 * nnmail.el (nnmail-split-fancy): do.
12288
12289 * mml.el (mml-parse): do.
12290
12291 * gnus-score.el (gnus-enter-score-words-into-hashtb)
12292 (gnus-score-adaptive): do.
12293
12294 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12295
12296 * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
12297 (gnus-mime-button-map): Don't set keymap parent.
12298 (gnus-button-ctan-directory-regexp): Use shy grouping.
12299 (gnus-prev-page-map): Don't set keymap parent.
12300 (gnus-prev-page-map): Remove duplicated one.
12301 (gnus-next-page-map): Don't set keymap parent.
12302 (gnus-mime-security-button-map): Ditto.
12303
12304 * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
12305 version number.
12306
12307 * sha1-el.el (sha1-string-external): Use with-temp-buffer.
12308
12309 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12310
12311 * canlock.el (canlock-sha1-function): Remove.
12312 (canlock-sha1-function-for-verify): Remove.
12313 (canlock-openssl-program): Remove.
12314 (canlock-openssl-args): Remove.
12315 (canlock-ignore-errors): Remove.
12316 (canlock-sha1-with-openssl): Remove.
12317 (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
12318 (canlock-verify): Don't use canlock-ignore-errors.
12319
12320 * sha1-el.el (sha1-string-external): Make it can return a string
12321 in binary form.
12322 (sha1-region-external): Ditto.
12323 (sha1-string-internal): Ditto.
12324 (sha1-region-internal): Ditto.
12325 (sha1-region): Ditto.
12326 (sha1-string): Ditto.
12327 (sha1): Ditto.
12328
12329 2004-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
12330
12331 * spam.el (spam-report-articles-gmane): New command.
12332
12333 2004-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
12334
12335 * gnus.el: Don't make unnecessary *Group* buffer when loading.
12336
12337 * run-at-time.el (run-at-time-saved): Remove.
12338 (run-at-time): Doc fix.
12339
12340 2004-01-07 Jesper Harder <harder@ifa.au.dk>
12341
12342 * gnus-sum.el (gnus-summary-limit-to-replied): New command.
12343 (gnus-summary-limit-map): Add it.
12344 (gnus-summary-make-menu-bar): do.
12345
12346 2004-01-06 Teodor Zlatanov <tzz@lifelogs.com>
12347
12348 * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
12349 Make attempt at some caching support (done for BBDB only now).
12350 (spam-find-spam): Set spam-cache-lookups if there are more than 2
12351 addresses to be checked.
12352 (spam-clear-cache-BBDB): Add function, to be invoked by
12353 bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
12354 (spam-check-BBDB): Check and use the caches, if
12355 spam-cache-lookups is on, remove superfluous (provide).
12356
12357 2004-01-06 Reiner Steib <Reiner.Steib@gmx.de>
12358
12359 * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
12360
12361 2004-01-07 Steve Youngs <sryoungs@bigpond.net.au>
12362
12363 * run-at-time.el (run-at-time-saved): Move to after the definition
12364 of `run-at-time'.
12365
12366 2004-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
12367
12368 * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
12369 mm-w3m-local-map-property.
12370
12371 * mm-view.el (mm-w3m-mode-map): Remove.
12372 (mm-w3m-local-map-property): Remove.
12373 (mm-inline-text-html-render-with-w3m): Don't use
12374 mm-w3m-local-map-property.
12375
12376 2004-01-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
12377
12378 * run-at-time.el: New file.
12379
12380 * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
12381 of gnus-set-text-properties.
12382
12383 * gnus-uu.el (gnus-uu-save-article): Ditto.
12384
12385 * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
12386
12387 * gnus-cite.el (gnus-cite-parse): Ditto.
12388
12389 * gnus-art.el (gnus-button-push): Use set-text-properties instead
12390 of gnus-.
12391
12392 * gnus.el: Changed calls to nnheader-run-at-time and
12393 password-run-at-time throughout to use run-at-time directly.
12394
12395 * password.el: Removed definition of run-at-time.
12396
12397 2004-01-05 Karl Pflästerer <sigurd@12move.de> (tiny change)
12398
12399 * mml.el (mml-minibuffer-read-disposition): Show attachment type
12400 in prompt.
12401
12402 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12403
12404 * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
12405 XEmacs version.
12406
12407 * dns.el (dns-make-network-process): Use `open-network-stream'
12408 instead of `gnus-xmas-open-network-stream'.
12409
12410 * .cvsignore: Add auto-autoloads.el, custom-load.el.
12411
12412 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12413
12414 * gnus-art.el (gnus-mime-display-alternative)
12415 (gnus-insert-mime-button, gnus-insert-mime-security-button)
12416 (gnus-insert-prev-page-button, gnus-insert-next-page-button):
12417 Don't use gnus-local-map-property.
12418
12419 * gnus-util.el (gnus-local-map-property): Remove.
12420
12421 * mm-view.el (mm-view-pkcs7-decrypt): Replace
12422 gnus-completing-read-maybe-default with completing-read.
12423
12424 * gnus-util.el (gnus-completing-read): do.
12425 (gnus-completing-read-maybe-default): Remove.
12426
12427 2004-01-06 Steve Youngs <sryoungs@bigpond.net.au>
12428
12429 * password.el: Only autoload `run-at-time' if not XEmacs.
12430 Only autoload the itimer functions if XEmacs.
12431
12432 2004-01-06 Jesper Harder <harder@ifa.au.dk>
12433
12434 * gnus-art.el (gnus-read-string): Remove.
12435 (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
12436 read-string.
12437
12438 2004-01-05 Teodor Zlatanov <tzz@lifelogs.com>
12439
12440 * netrc.el: Autoload password-read.
12441 (netrc): Add configuration group.
12442 (netrc-encoding-method, netrc-openssl-path): Add
12443 variables for encoding and decoding of files with symmetric
12444 ciphers.
12445 (netrc-encode): Add assistant function to encode a file with
12446 netrc-encoding-method.
12447 (netrc-parse): Add interactive parameter, added optional
12448 decoding if netrc-encoding-method is non-nil but otherwise
12449 behavior is standard.
12450 (netrc-encrypting-method, netrc-encrypt, netrc-parse):
12451 Do s/encode/encrypt/ everywhere.
12452
12453 * spam.el: Remove executable-find autoload.
12454
12455 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12456
12457 * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
12458
12459 * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
12460
12461 2004-01-05 Reiner Steib <Reiner.Steib@gmx.de>
12462
12463 * gnus-art.el (gnus-treat-ansi-sequences,
12464 (article-treat-ansi-sequences): New variable and function.
12465 Suggested by Dan Jacobson <jidanni@jidanni.org>.
12466
12467 * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12468 Use it.
12469
12470 2004-01-05 Jesper Harder <harder@ifa.au.dk>
12471
12472 * mm-util.el (mm-quote-arg): Remove.
12473
12474 * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
12475 shell-quote-argument.
12476
12477 * gnus-uu.el (gnus-uu-command): do.
12478
12479 * gnus-sum.el (gnus-summary-insert-pseudos): do.
12480
12481 * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
12482 with make-char.
12483
12484 * mm-util.el (mm-make-char): Remove.
12485
12486 * mml.el (mml-mode): Replace gnus-add-minor-mode with
12487 add-minor-mode.
12488
12489 * gnus-undo.el (gnus-undo-mode): do.
12490
12491 * gnus-topic.el (gnus-topic-mode): do.
12492
12493 * gnus-sum.el (gnus-dead-summary-mode): do.
12494
12495 * gnus-start.el (gnus-slave-mode): do.
12496
12497 * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
12498
12499 * gnus-ml.el (gnus-mailing-list-mode): do.
12500
12501 * gnus-gl.el (gnus-grouplens-mode): do.
12502
12503 * gnus-draft.el (gnus-draft-mode): do.
12504
12505 * gnus-dired.el (gnus-dired-mode): do.
12506
12507 * gnus-ems.el (gnus-add-minor-mode): Remove.
12508
12509 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12510 Replace gnus-char-width with char-width.
12511
12512 * gnus-ems.el (gnus-char-width): Remove.
12513
12514 * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
12515 Replace gnus-char-width with char-width.
12516
12517 * gnus-ems.el (gnus-char-width): Remove.
12518
12519 * spam-stat.el (with-syntax-table): Remove with-syntax-table
12520 definition.
12521 Remove Emacs 20 hash table compatibility code.
12522
12523 * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
12524 20 compatibility code.
12525
12526 * spam.el (spam-point-at-eol): Replace with point-at-eol.
12527
12528 * smime.el (smime-point-at-eol): Replace with point-at-eol.
12529
12530 * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
12531 with point-at-{eol,bol}.
12532
12533 * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
12534
12535 * imap.el (imap-point-at-eol): Replace with point-at-eol.
12536
12537 * flow-fill.el (fill-flowed-point-at-bol)
12538 (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
12539
12540 * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
12541 Replace with point-at-{eol,bol} throughout all files.
12542
12543 2004-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
12544
12545 * ntlm.el (ntlm-string-as-unibyte): New macro.
12546 (ntlm-build-auth-response): Use it.
12547
12548 Remove Emacs 20 stuff:
12549 * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
12550 of delq and copy-sequence.
12551 * gnus-art.el (popup-menu): Remove the compiler macro.
12552 * nnmail.el (nnmail-split-fancy): Don't support customizing with
12553 Emacs 20.
12554
12555 2004-01-05 Simon Josefsson <jas@extundo.com>
12556
12557 * ntlm.el: Fix namespace. Change smb-passwd-hash into
12558 ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
12559 smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
12560 ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
12561 into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
12562 ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
12563 into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
12564 ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
12565 ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
12566 ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
12567 ntlm-string-permute, string-lshift into ntlm-string-lshift,
12568 string-xor into ntlm-string-xor. Suggested by
12569 Jesper Harder <harder@myrealbox.com>.
12570
12571 * ntlm.el: Don't include poem.
12572
12573 * md4.el (print-int32, print-string-hexa): Remove. Suggested by
12574 Jesper Harder <harder@myrealbox.com>.
12575
12576 * sasl-ntlm.el, ntlm.el, md4.el: New files.
12577
12578 * hmac-md5.el (md5-binary): Fix byte compile warning. (This
12579 probably breaks emacs with DL patch, but do we care? Is anyone
12580 still using the DL stuff?)
12581
12582 * sieve-manage.el: Use the password package.
12583 (sieve-manage-read-passwd): Remove.
12584 (sieve-manage-interactive-login): Use password. Re-add
12585 condition-case around loop.
12586
12587 * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
12588 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
12589 the password package.
12590
12591 2003-02-19 Simon Josefsson <jas@extundo.com>
12592
12593 * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
12594 token.
12595
12596 2002-08-07 Simon Josefsson <jas@extundo.com>
12597
12598 * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
12599 (sieve-manage-authenticators):
12600 (sieve-manage-authenticator-alist): Add some SASL mechs.
12601 (sieve-sasl-auth): New function.
12602 (sieve-manage-cram-md5-auth):
12603 (sieve-manage-plain-auth): Rewrite using SASL library.
12604 (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
12605 (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
12606 (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
12607 (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
12608
12609 2004-01-05 Simon Josefsson <jas@extundo.com>
12610
12611 * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
12612 New files.
12613
12614 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12615
12616 * gnus-group.el (gnus-no-groups-message): Update.
12617
12618 * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
12619
12620 2003-11-09 Simon Josefsson <jas@extundo.com>
12621
12622 * imap.el: Support for ID IMAP extension (RFC 2971).
12623 (imap-local-variables): Add imap-id.
12624 (imap-id): New variable.
12625 (imap-id): New function.
12626 (imap-parse-response): Parse untagged ID response.
12627 * nnimap.el (nnimap-id): New variable.
12628 (nnimap-open-connection): Use it.
12629
12630 2003-12-28 Simon Josefsson <jas@extundo.com>
12631
12632 * gnus-score.el (gnus-score-edit-all-score): New.
12633 * gnus-group.el (gnus-group-score-map): Bind it to W e.
12634
12635 2004-01-04 Simon Josefsson <jas@extundo.com>
12636
12637 * password.el: Add.
12638
12639 2004-01-04 Mario Lang <lang@zid.tugraz.at>
12640
12641 * dns.el: Add support for AAAA records (see RFC 3596)
12642
12643 * Fix typo PRT -> PTR
12644
12645 * Parse MX, PTR and SOA replies (see RFC 1035)
12646
12647 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12648
12649 * gnus.el (gnus-logo-color-style): Changed colors to `no'.
12650
12651 * Moved to Changelog.2.
12652
12653 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12654
12655 * gnus.el (gnus-version-number): Bump version.
12656
12657 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12658
12659 * gnus.el: No Gnus v0.1 is released.
12660
12661 2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
12662
12663 * gnus.el: No Gnus v0.0 is released.
12664
12665 2004-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
12666
12667 * gnus.el (gnus-version-number): Bump.
12668 (gnus-version): No.
12669
12670 See ChangeLog.2 for earlier changes.
12671
12672 Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
12673
12674 This file is part of GNU Emacs.
12675
12676 GNU Emacs is free software: you can redistribute it and/or modify
12677 it under the terms of the GNU General Public License as published by
12678 the Free Software Foundation, either version 3 of the License, or
12679 (at your option) any later version.
12680
12681 GNU Emacs is distributed in the hope that it will be useful,
12682 but WITHOUT ANY WARRANTY; without even the implied warranty of
12683 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12684 GNU General Public License for more details.
12685
12686 You should have received a copy of the GNU General Public License
12687 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12688
12689 ;; Local Variables:
12690 ;; coding: utf-8
12691 ;; fill-column: 79
12692 ;; add-log-time-zone-rule: t
12693 ;; End:
12694
12695 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4